|
__init__(self,
csound,
performanceThread)
Class constructor.
|
|
csoundInputMessage(self,
message)
Delivers a message directly to Csound.
|
|
getCsoundBusChannels(self)
Returns a list of all allocated bus channels between Python and
Csound.
|
|
listCsoundBusChannels(self)
Prints a list of all allocated bus channels between python and
csound.
|
|
getChnValue(self,
name)
Get the value stored in a csound chn channel
|
|
sendControlToCsound(self,
channelName,
value)
Send a control value to csound, using the software bus and chn
opcode in csound.
|
|
sendControlToCsound_(self,
channelNameAndValue)
Wrapper for self.sendControlToCsound(), using channels name and
value as a list.
|