[Cs-dev] ladspa in csound
Date | 2008-03-07 00:12 |
From | Jonatan Liljedahl |
Subject | [Cs-dev] ladspa in csound |
would it be possible to have a more high-level usage of ladspa plugins in the orchestra, so that they work more like native opcodes? I'm thinking something like this: aout ladspa "amp", ain, kamp "amp" is an init argument, and would make csound load the appropriate ladspa library and search for the plugin named "amp". all inputs would be the following a-rate or k-rate arguments.. -- /Jonatan [ http://kymatica.com ] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2008-03-07 10:28 |
From | Rory Walsh |
Subject | Re: [Cs-dev] ladspa in csound |
Yes is probably the answer to this. I think there is code for a simple host application in the ladspa sdk, that's probably your best starting point. Rory. Jonatan Liljedahl wrote: > would it be possible to have a more high-level usage of ladspa plugins > in the orchestra, so that they work more like native opcodes? > I'm thinking something like this: > > aout ladspa "amp", ain, kamp > > "amp" is an init argument, and would make csound load the appropriate > ladspa library and search for the plugin named "amp". all inputs would > be the following a-rate or k-rate arguments.. > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2008-03-08 00:41 |
From | "Andres Cabrera" |
Subject | Re: [Cs-dev] ladspa in csound |
Attachments | None |