TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Klangmeister: Music live coding environment for the browser

140 pointsby subbzabout 9 years ago

6 comments

jboynycabout 9 years ago
I remember really enjoying this talk on &quot;Functional Composition&quot; by the author, Chris Ford: <a href="http:&#x2F;&#x2F;www.infoq.com&#x2F;presentations&#x2F;music-functional-language" rel="nofollow">http:&#x2F;&#x2F;www.infoq.com&#x2F;presentations&#x2F;music-functional-language</a>
barbsabout 9 years ago
Also similar:<p><a href="http:&#x2F;&#x2F;wavepot.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;wavepot.com&#x2F;</a>
mahoabout 9 years ago
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&#x2F;decay amplitude modulator opened my eyes.<p>Does anyone happen to know a more in depth tutorial, to create more advanced, maybe moog-like [1] sounds?<p>[1]: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=WY2AeD0Tn4Y" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=WY2AeD0Tn4Y</a>
评论 #11203445 未加载
评论 #11203683 未加载
评论 #11205897 未加载
评论 #11203100 未加载
escherizeabout 9 years ago
Woah, this is clojurescript running in a browser. Sweet.
cafelinearabout 9 years ago
That reminded me of Sonic Pi: <a href="http:&#x2F;&#x2F;sonic-pi.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;sonic-pi.net&#x2F;</a> 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.
评论 #11237581 未加载
gregschlomabout 9 years ago
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.