for a synthesizer written in Haskell. What's your opinion?
I've made a prototype:
It's a desktop synthesizer, a collection of instruments. About 150 instruments
written in Haskell. It works with midi keyboard. You can try it out with USB-midi device.
The UI is written with Python and audio engine is
written with Haskell. I use my library csound-expression to
generate the code for Csound. The Csound is an audio programming language
it can be used as C library. There are bindings to many languages and it
can work on Android / iOS.
Right now I've made a prototype for desktop. The big plan is to
create VST/AU/Lv2 plugins and mobile versions for Android and iOS.
Cheers,
Anton