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

csound_layout_changed()

void

csound_ready(csound_name: String)

String

get_csound_name() const

String

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.