AudioStreamCsoundChannel
Inherits: AudioStream < Resource < RefCounted < Object
Audio stream Csound Channel
Description
Audio stream that can be used to get the output of numbered Csound channels.
Properties
|
||
|
Methods
void |
|
get_csound_name() const |
|
get_stream_name() const |
|
void |
set_csound_name(name: String) |
Property Descriptions
The Csound channel number that should be used to send the Audio Bus left channel.
The Csound channel number that should be used to send the Audio Bus right channel.
Method Descriptions
void csound_layout_changed() 🔗
Method to notify AudioStreamCsoundChannel 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 get the channel audio.
String get_stream_name() const 🔗
The name assigned to this audio stream. Unused by the engine.
void set_csound_name(name: String) 🔗
Gets the name
of the Csound instance that should be used to get the channel audio.