AudioStreamCsound๏
Inherits: AudioStream < Resource < RefCounted < Object
Audio stream Csound
Description๏
Audio stream that is used to drive the creation of audio in a Csound instance.
Methods๏
void |
|
void |
csound_ready(csound_name: String) |
get_csound_name() const |
|
get_stream_name() const |
|
void |
set_csound_name(name: String) |
Method Descriptions๏
void csound_layout_changed() ๐
Method to notify AudioStreamCsound when Csound layout has changed. This is used internally to update the property list.
void csound_ready(csound_name: String) ๐
Method to notify when a Csound instance is ready. The csound_name
specifies the name of the csound instance.
String get_csound_name() const ๐
Gets the name of the Csound instance that should be used to generate audio.
String get_stream_name() const ๐
The name assigned to this audio stream. Unused by the engine.
void set_csound_name(name: String) ๐
Sets the name
of the Csound instance that should be used to generate audio.