[sdiy] Another new hard to find part....
Andre Majorel
amajorel at teaser.fr
Thu Jul 8 03:30:27 CEST 2004
On 2004-07-07 11:43 -0700, Scott Gravenhorst wrote:
> I wouldn't mind seeing a linux based soft synth that doesn't even use
> the GUI. Patches made with XML or perhaps a special purpose patch
> language. Even if the thing had to be compiled for each patch. Just
> a thought, probably a ridiculous one.
Not at all. Csound has been doing this for many years.
My (embryonic) stuff works a bit like that, except that it's
taken further. Every synth is a different C++ program, with a
one-frame-per-iteration loop that polls the MIDI input and calls
the iter() method on a number of objects (Lfo, Osc, EG, etc.).
It's more flexible and potentially faster but it means that you
have to recompile every time you add a component or modulation
route.
--
André Majorel <amajorel at teaser.fr>
http://www.teaser.fr/~amajorel/
More information about the Synth-diy
mailing list