| On Nov 4, 2005, at 12:32 PM, Ken wrote:
> i'm confused. is it posible, or will it be possible to send and
> recieve, control and/or audio signal, between multiple running
> instances of csound? thanks,
> ken
At present I do not know of a way use audio in multiple instances of
Csound from any existing *commandline* version.
However the main facility for transmission of control data between
Csound processes is realized best at present with the use of the OSC
opcodes by John ffitch and Istvan Varga. Check the CVS canonical
examples folder for some examples.
It is possible to do your idea
On Nov 4, 2005, at 1:10 PM, Ken wrote:
> run 2 instruments on 2 seperate csound instances, and send some signal
> from each to a reverb running on a 3rd instance.
by using the [csoundapi~] object in Pure Data. You would simply create
three instances of the object and load each with their respective .csd
file. You could use the Pure Data environment to scale amplitude
between instances ("send") and be using the in, ins, and/or inch
opcodes (and their respective outX equivalents) to receive audio from
the other UGen instruments.
If further clarification is necessary to make this point, examples will
be provided. However they are not initially offered because posting
puredata patches to this list I have been informed is not in good
practice.
-David |