![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
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 | |
AgsVstPlugInterfaceSupport * | ags_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_support the plug interface support tuid the 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_support the plug interface support tuid the plug interface TUID
- Since
- 5.0.0
Generated by