Hacker News new | ask | show | jobs
by tachyonbeam 2958 days ago
There are some good resources available:

http://www.softsynth.com/links/programming.php

http://sonicbloom.net/en/63-in-depth-synthesis-tutorials-by-...

http://www.acoustics.salford.ac.uk/acoustics_info/sound_synt...

It's actually fairly easy to program a virtual analog synth.

There are also packages like Sonic Pi and supercollider which are designed to enable music live coding.

2 comments

You should also check out puredata. It allows you to code both sequencers and syhths visually instead of writing code. You can then embed it in your program.
thanks!