On Fri, 2009-11-06 at 12:26 +1100, Loki Davison wrote: > As a gedankenexperiment what are the problems in LV2 that make it > ineffective or even inelegant for implementing something like Jconv > i.e a wrapper on your very lovely zita-convolver? How should these be > solved?
The main thing lacking for stuff like this is an elegant way of passing stuff like the filename to the plugin so it can load it. The "string ports" extension will work for this though, it's just a bit kludgey (it's basically a stop-gap). We need a good message/RPC system, basically, for quite a few things. Something like OSC but a bit more flexible (or just OSC itself is an option as well). -dr _______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
