Hacker News new | past | comments | ask | show | jobs | submit login
Klangmeister: Music live coding environment for the browser (ctford.github.io)
140 points by subbz on March 1, 2016 | hide | past | favorite | 12 comments



I remember really enjoying this talk on "Functional Composition" by the author, Chris Ford: http://www.infoq.com/presentations/music-functional-language


Also similar:

http://wavepot.com/


I love their introduction to sound synthesis. I never managed to turn simple waveforms into warm sounds, and their example of combinging a saw-tooth with a 2Hz-offset sine, then a low-pass filter and an attack/decay amplitude modulator opened my eyes.

Does anyone happen to know a more in depth tutorial, to create more advanced, maybe moog-like [1] sounds?

[1]: https://www.youtube.com/watch?v=WY2AeD0Tn4Y


http://www.syntorial.com/ was very educational for me in learning what sounds go with what underlying waveforms/filters/etc.

The free demo contains the first 22 (out of 199) lessons.

As an aside, I goofed around with Overtone while watching & coded some bits here https://github.com/rogerallen/syntorial


Emulating analog circuitry is not a trivial task. Monark is one of the best Moog emulators I've encountered, and it's implemented on top of Reaktor modular synthesis system, so it's pretty easy to look how is it implemented. And, to be honest, while I think of myself to know synthesis, this schematic was incredibly hard to understand.

So, no, Moog-like is probably too advanced for such systems. But it seem like it can be easily employed to have some fun with all kinds of FM.


It depends on how Moog-like you want to get, I guess.

Emulating analog circuitry may not be required to get a passable model of the characteristics of an analog synthesizer. While your model may never get to sound exactly like a Minimoog, the filter for example can be modeled decently with a simple IIR design and even more accurately with a more involved models (the Moog model from cSound springs to mind: http://www.csounds.com/udo/displayOpcode.php?opcode_id=32). This is the topic of a lot of research, both independent and published.


More browser-based fun, with emphasis on sequencing rather than programming: http://www.audiotool.com

Sonic Pi, by the author of Overtone, is much more approachable and a blast to play with: http://www.sonic-pi.net


You won't get vintage analog synth tone out of Chrome... For a few more years.


Woah, this is clojurescript running in a browser. Sweet.


That reminded me of Sonic Pi: http://sonic-pi.net/ You can find some examples on the site and some videos of author Sam Aaron playing it as well. For those into Clojure, Sam is one of the instructors of LambdaNext.eu and one of the authors of Overtone, a Clojure synthesizer.


And I just found out that lambdanext.eu is down. I wonder if they stopped business, their last tweet (https://twitter.com/lambdanext) is a retweet when they gave a course in Brazil (btw, I'm the one using a Kendo hoodie). They're good instructors.


Very cool project and tutorial. Would love to see more features, in particular a visual editor to draw the notes. Writing the synths in code makes sense to me, but I think melodies are much better represented visually.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: