Virtual Method

AgsAudioLv2Pluginchange_program

since: 3.0.0

Declaration [src]

void
change_program (
  AgsLv2Plugin* lv2_plugin,
  gpointer lv2_handle,
  guint bank_index,
  guint program_index
)

Description [src]

Change program of lv2_handle.

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_index

Type: guint

The bank index.

program_index

Type: guint

The program index.