Tagged Questions

3
votes
4answers
3k views

Sound Synthesis Framework in C/C++/Objective-C?

I've searched the net but didn't found anything interesting. Maybe I'm doing something wrong. I'm looking for sound synthesis API written on C, C++ or even Objective-C, which can synthesize ...
0
votes
0answers
176 views

How to make flash synth multiple sounds at the same time

I would like to know how I can do THIS: http://wonderfl.net/c/jcyp For now, all I could reach in coding is this: http://wonderfl.net/c/jcyp When I try to synth multiple strings at the same time it ...