AudioEffectSetCsoundChannel
Inherits: AudioEffect < Resource < RefCounted < Object
Audio effect to set Csound channels.
Description
Audio effect that allows sending Audio Bus output to Csound numbered channels.
Properties
|
||
|
||
|
Methods
void |
|
get_csound_name() const |
|
void |
set_csound_name(name: String) |
Property Descriptions
The Csound channel number that should be used to recieve the Audio Bus left channel.
The Csound channel number that should be used to recieve the Audio Bus right channel.
If true
, the AudioEffectSetCsoundChannel will forward the effect input to the next effect.
Method Descriptions
void csound_layout_changed() 🔗
Method to notify AudioEffectSetCsoundChannel when Csound layout has changed. This is used internally to update the property list.
String get_csound_name() const 🔗
Gets the name of the Csound instance that should be used to send the Audio Bus output.
void set_csound_name(name: String) 🔗
Sets the name
of the Csound instance that should be used to send the Audio Bus output.