With the Web Audio API, build a drum machine & synth

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 12

  • @davidpetersonharvey
    @davidpetersonharvey 4 года назад +1

    I would like to thank you for being such a great help! I've been struggling with understanding this from the other things that I read online.

  • @CalmedByNature
    @CalmedByNature 6 лет назад

    Thanks for making this video. It's been super helpful!

  • @iluvsyphonfilter
    @iluvsyphonfilter 2 года назад

    Very good tutorial! 👏

  • @greggfineguitar
    @greggfineguitar 4 года назад +1

    Do you know how to enable the Web Audio Dev Tools in Firefox? I've seen other people using it but it doesn't appear anywhere in the Settings menu for me. Thanks for the video!

  • @jagmohansingh131
    @jagmohansingh131 4 года назад

    Awesome Brother (y) Made my day .... whoooo :D

  • @dekelsror3332
    @dekelsror3332 5 лет назад +2

    Hi, I'm trying to write a drum machine as well, and got stuck. I can't wrap my head around loading the various samples for a beat. Do you mind sharing the classes you wrote?

    • @KevinHeis
      @KevinHeis  5 лет назад +3

      Enjoy! github.com/heiskr/prezzy-webaudio-code

  • @freeman7132
    @freeman7132 4 года назад

    Thank you this was amazing

  • @frankie_goestohollywood
    @frankie_goestohollywood 5 лет назад

    Thanks for making this video :-)
    Could you please explain the initial set-up of all of the files? I understand this is a GitHub repo, but am confused on how to open this 1_sample.html file as it has no head and body tags....is there some other html code I should add? Sorry, still learning :-/ I've downloaded the zip for this repo and created a new synth-app folder for the project. Should I cd into my app folder for this project from the command line and git init? I've done it before, but need more practice...thank you.

    • @KevinHeis
      @KevinHeis  5 лет назад +2

      Francesca Norelli Hi Francesca, thanks for checking out the video :) the html files can be loaded into any browser directly, no need to use the terminal. The “html” documents are just script tags that will play the audio once you fill in the code. There’s nothing visually happening in them. You can also look at the “teachers edition” to see I with all the code filled in. Hope that helps :)

    • @frankie_goestohollywood
      @frankie_goestohollywood 5 лет назад

      @@KevinHeis Hello Kevin, thank you :-)

  • @emilywong4601
    @emilywong4601 4 года назад

    Is pattern an array? What time are the array objects? Time?