AudioEffectSetCsoundNamedChannel

Inherits: AudioEffect < Resource < RefCounted < Object

Audio effect to set Csound named channels.

Description

Audio effect that allows sending Audio Bus output to Csound named channels.

Properties

String

channel_left

""

String

channel_right

""

bool

forward_audio

true

Methods

void

csound_layout_changed()

String

get_csound_name() const

void

set_csound_name(name: String)


Property Descriptions

String channel_left = "" 🔗

  • void set_channel_left(value: String)

  • String get_channel_left()

The Csound channel name that should be used to recieve the Audio Bus left channel.


String channel_right = "" 🔗

  • void set_channel_right(value: String)

  • String get_channel_right()

The Csound channel name that should be used to recieve the Audio Bus right channel.


bool forward_audio = true 🔗

  • void set_forward_audio(value: bool)

  • bool get_forward_audio()

If true, the AudioEffectSetCsoundNamedChannel will forward the effect input to the next effect.


Method Descriptions

void csound_layout_changed() 🔗

Method to notify AudioEffectSetCsoundNamedChannel 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.