Top |
int | audio-channel | Read / Write |
AgsFxVst3Audio * | fx-vst3-audio | Read / Write |
AgsPort * | port | Read / Write |
int | sound-scope | Read / Write |
double | value | Read / Write |
AgsWriteVst3Port * ags_write_vst3_port_new (AgsFxVst3Audio *fx_vst3_audio
,AgsPort *port
,gdouble value
,gint sound_scope
,gint audio_channel
);
Create a new instance of AgsWriteVst3Port.
fx_vst3_audio |
the AgsFxVst3Audio the port belongs to |
|
port |
the AgsPort to be written |
|
value |
the value to write |
|
sound_scope |
the AgsSoundScope |
|
audio_channel |
the specific audio channel or -1 for all |
Since: 3.11.0
“audio-channel”
property “audio-channel” int
The effects audio channel.
Owner: AgsWriteVst3Port
Flags: Read / Write
Allowed values: >= -1
Default value: -1
Since: 3.11.0
“fx-vst3-audio”
property“fx-vst3-audio” AgsFxVst3Audio *
The assigned AgsFxVst3Audio
Owner: AgsWriteVst3Port
Flags: Read / Write
Since: 3.11.0
“port”
property“port” AgsPort *
The assigned AgsPort
Owner: AgsWriteVst3Port
Flags: Read / Write
Since: 3.11.0
“sound-scope”
property “sound-scope” int
The effects sound-scope.
Owner: AgsWriteVst3Port
Flags: Read / Write
Allowed values: [-1,5]
Default value: -1
Since: 3.11.0