Signal
AgsAudioLv2Plugin::change-program
since: 3.0.0
[−]
Declaration
void
change_program (
AgsLv2Plugin* self,
gpointer lv2_handle,
guint bank,
guint program,
gpointer user_data
)
[−]
Description [src]
The ::change-program signal creates a new instance of plugin.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0.0 |
[−]
Parameters
lv2_handle
-
Type:
gpointer
The Lv2 handle.
The argument can be NULL
.The data is owned by the caller of the function. bank
-
Type:
guint
The bank number.
program
-
Type:
guint
The program number.