Class

AgsAudioDssiPlugin

Description

class AgsAudio.DssiPlugin : AgsAudio.BasePlugin {
  base_plugin: AgsBasePlugin,
  unique_id: guint,
  program: gchar*
}
No description available.

Constructors

ags_dssi_plugin_new

Create a new instance of AgsDssiPlugin.

since: 3.0.0

Instance methods

ags_dssi_plugin_change_program
No description available.

Methods inherited from AgsBasePlugin (32)

Please see AgsBasePlugin for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AgsAudio.DssiPlugin:program
No description available.

AgsAudio.DssiPlugin:unique-id

The assigned unique-id.

since: 3.0.0

Properties inherited from AgsBasePlugin (11)
AgsAudio.BasePlugin:effect

The assigned effect.

since: 3.0.0

AgsAudio.BasePlugin:effect-index

The assigned effect-index.

since: 3.0.0

AgsAudio.BasePlugin:filename

The assigned filename.

since: 3.0.0

AgsAudio.BasePlugin:plugin-port

The assigned GList-struct containing AgsPluginPort.

since: 3.0.0

AgsAudio.BasePlugin:plugin-so

The assigned plugin.so.

since: 3.0.0

AgsAudio.BasePlugin:ui-effect

The assigned ui-effect.

since: 3.0.0

AgsAudio.BasePlugin:ui-effect-index

The assigned ui-effect-index.

since: 3.0.0

AgsAudio.BasePlugin:ui-filename

The assigned UI filename.

since: 3.0.0

AgsAudio.BasePlugin:ui-plugin

The assigned ui-plugin.

since: 3.0.0

AgsAudio.BasePlugin:ui-plugin-so

The assigned ui_plugin.so.

since: 3.0.0

AgsAudio.BasePlugin:uuid

The assigned AgsUUID.

since: 3.0.0

Signals

AgsAudio.DssiPlugin::change-program

The ::change-program signal creates a new instance of plugin.

since: 3.0.0

Signals inherited from AgsBasePlugin (7)
AgsBasePlugin::activate

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

since: 3.0.0

AgsBasePlugin::connect-port

The ::connect-port signal creates a new instance of plugin.

since: 3.0.0

AgsBasePlugin::deactivate

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

since: 3.0.0

AgsBasePlugin::instantiate

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

since: 3.0.0

AgsBasePlugin::instantiate-with-params

The ::instantiate-with-params signal creates a new instance of plugin.

since: 3.0.0

AgsBasePlugin::load-plugin

The ::load-plugin signal creates a new instance of plugin.

since: 3.0.0

AgsBasePlugin::run

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

since: 3.0.0

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AgsAudioDssiPluginClass {
  AgsBasePluginClass base_plugin;
  void (* change_program) (
    AgsDssiPlugin* dssi_plugin,
    gpointer ladspa_handle,
    guint bank_index,
    guint program_index
  );
  
}
No description available.
Class members
base_plugin: AgsBasePluginClass
No description available.
change_program: void (* change_program) ( AgsDssiPlugin* dssi_plugin, gpointer ladspa_handle, guint bank_index, guint program_index )
No description available.

Virtual methods

AgsAudio.DssiPluginClass.change_program
No description available.