Signal

AgsAudioBasePlugin::run

since: 3.0.0

Declaration

void
run (
  AgsBasePlugin* self,
  gpointer plugin_handle,
  gpointer seq_event,
  guint frame_count,
  gpointer user_data
)

Description [src]

The ::run signal creates a new instance of plugin.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0.0

Parameters

plugin_handle

Type: gpointer

The plugin handle.

The argument can be NULL.
The data is owned by the caller of the function.
seq_event

Type: gpointer

The MIDI data.

The argument can be NULL.
The data is owned by the caller of the function.
frame_count

Type: guint

The frame count.