From: Vladimir A. <vl...@gm...> - 2011-09-20 01:50:33
|
On 09/19/2011 03:56 PM, Frankie Fisher wrote: >> Second idea is more complicated and to be honest I have no idea how to >> > realize it:-D But It would be great to be able to translate patches >> > between synths, at least to some extent. > You're right, this is ridiculously complicated! Actually, come think of it, it is not THAT complicated. At least for real algorithmic synths, i mean those that do not use samples. What lands itself for such task would be some sort of standard capability language for synth drivers. Something with objects being different facilities involved in sound creation (generators, filters), and their properties. Then translation would be just mapping of patch components in converted voice onto facilities available in target synth. That in general leads to some sort of scripting support in JSL, which probably would be similar to other existing sound scripting languages (c-sound?). Not that I am familiar with any, but learning c-sound is long on my list of things to do. -- Vladimir |