I'm looking to program synthesizers and sequencers, however I do not want to use a visual programming language like MSP or PD. What would be the best language for making programs for realtime performance? I realize this could be an opinion question, however I need a language that will work well for my specific applications. These being making synthesizers and sequencers which rely heavily on visual interaction with the user. Does C++ have good libraries in regards to sound synthesis or is there another language I should look into that is more specific to this domain?
feedback
|
|
C++ is commonly used for realtime synthesis and sequencing applications. The Synthesis ToolKit is one library that might be useful for you. However other languages/environments may let you achieve your goal faster. Given the power of today's computers, raw language execution speed doesn't have to be the main criteria. Some people are doing realtime systhesis in a browser with Javascript for example. If your goal is create a commercial application, c++ is probably a safe choice. If you're a musician and just want quick results, it may be better to use a language/enviroment specifically designed for creating realtime synthesis applications. Some things worth checking out might be: | ||||
feedback
|