nongnu.org/gsequencer


gsequencer 7.0.5
Advanced Gtk+ Sequencer
ags_vst_plug_interface_support.h File Reference
Include dependency graph for ags_vst_plug_interface_support.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct PlugInterfaceSupport AgsVstPlugInterfaceSupport
 

Functions

AgsVstPlugInterfaceSupportags_vst_plug_interface_support_new ()
 
void ags_vst_plug_interface_support_add_plug_interface_supported (AgsVstPlugInterfaceSupport *plug_interface_support, AgsVstTUID *tuid)
 
gboolean ags_vst_plug_interface_support_remove_plug_interface_supported (AgsVstPlugInterfaceSupport *plug_interface_support, AgsVstTUID *tuid)
 

Typedef Documentation

◆ AgsVstPlugInterfaceSupport

typedef struct PlugInterfaceSupport AgsVstPlugInterfaceSupport

Function Documentation

◆ ags_vst_plug_interface_support_add_plug_interface_supported()

void ags_vst_plug_interface_support_add_plug_interface_supported ( AgsVstPlugInterfaceSupport plug_interface_support,
AgsVstTUID tuid 
)

Add plug interface supported.

Parameters
plug_interface_supportthe plug interface support
tuidthe plug interface TUID
Since
5.0.0

◆ ags_vst_plug_interface_support_new()

AgsVstPlugInterfaceSupport * ags_vst_plug_interface_support_new ( )

Instantiate new Steinberg::Vst::PlugInterfaceSupport the constructor as a C99 compatible handle a void pointer.

Returns
the new instance of plug interface support
Since
5.0.0

◆ ags_vst_plug_interface_support_remove_plug_interface_supported()

gboolean ags_vst_plug_interface_support_remove_plug_interface_supported ( AgsVstPlugInterfaceSupport plug_interface_support,
AgsVstTUID tuid 
)

Remove plug interface supported.

Parameters
plug_interface_supportthe plug interface support
tuidthe plug interface TUID
Since
5.0.0