Live data from Hacker News

Drum Synthesis in JavaScript

nickwritesablog.com

11–20 of 23 posts

Re: Drum Synthesis in JavaScript

#11
I fiddle with creating sounds in JavaScript a bit, but I just went as far as creating sounds fx for a game (pretty simple ones). I want to try and work with it a little bit more in the future.

Great article, definitely inspiring.

Re: Drum Synthesis in JavaScript

#12
post #8

Awesome stuff! Drum synthesis is one of those rabbit holes where you can obsess for a long time, when instead you can find good enough sounds quickly and should probably just use them! I wonder how many collective hours people have burned in trying to synthesize the 909. Here's one cool video of getting it in Reaktor ( https://m.youtube.com/watch?v=A_AWH3SgM84 )... way cool as a project, but the ROI if everyone did i…

Thanks! Oh yea, such a rabbit hole. I started trying to synthesize a snare as part of this library and blog post and got lost in the weeds so quickly. I ended up skipping it for now but will surely come back to it eventually

Time consuming, but fun no doubt :)

I've been wondering if machine learning or metaheuristics could be used to get close to an input sound. I've been toying with this idea using MIDI CC with a Rytm.

Re: Drum Synthesis in JavaScript

#13

Awesome stuff! Drum synthesis is one of those rabbit holes where you can obsess for a long time, when instead you can find good enough sounds quickly and should probably just use them! I wonder how many collective hours people have burned in trying to synthesize the 909. Here's one cool video of getting it in Reaktor ( https://m.youtube.com/watch?v=A_AWH3SgM84 )... way cool as a project, but the ROI if everyone did i…

Really depends on your end goal.

I've spent a lot of time synthesizing drums I could have sampled, but I'm a lot faster and more precise at synthesizing whatever I need now.

If you just want to make the air shake, a quick way is to turn on the radio :D

Re: Drum Synthesis in JavaScript

#17

Awesome stuff! Drum synthesis is one of those rabbit holes where you can obsess for a long time, when instead you can find good enough sounds quickly and should probably just use them! I wonder how many collective hours people have burned in trying to synthesize the 909. Here's one cool video of getting it in Reaktor ( https://m.youtube.com/watch?v=A_AWH3SgM84 )... way cool as a project, but the ROI if everyone did i…

Really depends on your end goal. I've spent a lot of time synthesizing drums I could have sampled, but I'm a lot faster and more precise at synthesizing whatever I need now. If you just want to make the air shake, a quick way is to turn on the radio :D

The kick, I'm fine. Getting the 909 snare on the Rytm is impossible for me, and hitting the original Amen Break kit's snare on MODO Drum is proving difficult (and yes, I've brought the tempo back to the original bpm) but still not close :(

Re: Drum Synthesis in JavaScript

#18
post #4

Neat! I'd like to see something similar for a harmonica. Has it been done?

Here's someone building a harmonica using FM synthesis: https://m.youtube.com/watch?v=bZ0X_-k9cwo

That sounds like terrible cheap midi and nothing like a harmonica

Re: Drum Synthesis in JavaScript

#19
post #7
post #2

This is cool. If the author is reading this: consider adding some sound files to your post?

Thanks, and yes I totally agree (OP here). I looked into it for a brief minute: I'm using Ghost Blog to host my articles and I didn't see an easy way to attach the media there directly. The available options seemed to involve embedding a Souncloud link or so, which was enough to deter me at the time. If anyone has ideas for simple audio clip sharing in a Ghost blog, I'd love to hear

Record an audio file, convert it to video with a static image, upload to YouTube.

Re: Drum Synthesis in JavaScript

#20
post #19
post #7

Earlier quoted context omitted.

Thanks, and yes I totally agree (OP here). I looked into it for a brief minute: I'm using Ghost Blog to host my articles and I didn't see an easy way to attach the media there directly. The available options seemed to involve embedding a Souncloud link or so, which was enough to deter me at the time. If anyone has ideas for simple audio clip sharing in a Ghost blog, I'd love to hear

Record an audio file, convert it to video with a static image, upload to YouTube.

You can embed Codepens with a play button too, which would be cooler as a demo
Post reply on HN