[Csnd] Compiling modules by using csound
Date | 2009-04-18 19:57 |
From | Arda Eden |
Subject | [Csnd] Compiling modules by using csound |
I wonder if it's possible to compile some sound generating modules by using csound. For example: Any instruments compiled as libraries so they can be called anytime by any C routine by transferring parameters. If not so, are there any free libraries can do that ? Thanks. -- Arda EDEN Cumhuriyet University Faculty of Fine Arts Department of Music Technology Sivas/TURKEY |
Date | 2009-04-18 21:45 |
From | Michael Gogins |
Subject | [Csnd] Re: Compiling modules by using csound |
You could embed the Csound library and a Csound orchestra into a C or C++ library that you could use in this way. Depending on what you are trying to do, this might actually be a good solution, or it may be easier to just use the Synthesis Toolkit in C++ or some other C or C++ music programming for this. Regards, Mike On 4/18/09, Arda Eden |