Top |
int | audio-channel | Read / Write |
gboolean | do-replace | Read / Write |
AgsFxVst3Audio * | fx-vst3-audio | Read / Write |
int | sound-scope | Read / Write |
AgsInstantiateVst3Plugin * ags_instantiate_vst3_plugin_new (AgsFxVst3Audio *fx_vst3_audio
,gint sound_scope
,gint audio_channel
,gboolean do_replace
);
Create a new instance of AgsInstantiateVst3Plugin.
fx_vst3_audio |
the AgsFxVst3Audio the port belongs to |
|
sound_scope |
the AgsSoundScope |
|
audio_channel |
the specific audio channel or -1 for all |
|
do_replace |
do replace any prior added plugin instances |
Since: 3.11.0
“audio-channel”
property “audio-channel” int
The effects audio channel.
Owner: AgsInstantiateVst3Plugin
Flags: Read / Write
Allowed values: >= -1
Default value: -1
Since: 3.11.0
“do-replace”
property“do-replace” gboolean
Do replace.
Owner: AgsInstantiateVst3Plugin
Flags: Read / Write
Default value: TRUE
Since: 3.11.0
“fx-vst3-audio”
property“fx-vst3-audio” AgsFxVst3Audio *
The assigned AgsFxVst3Audio
Owner: AgsInstantiateVst3Plugin
Flags: Read / Write
Since: 3.11.0