![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
ags_vst_irepresentation.h File Reference
#include <glib.h>
#include <ags/vst3-capi/pluginterfaces/base/ags_vst_funknown.h>
#include <ags/vst3-capi/pluginterfaces/base/ags_vst_ibstream.h>
#include <ags/vst3-capi/pluginterfaces/vst/ags_vst_types.h>
Include dependency graph for ags_vst_irepresentation.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
typedef struct RepresentationInfo | AgsVstRepresentationInfo |
typedef struct IXmlRepresentationController | AgsVstIXmlRepresentationController |
Enumerations | |
enum | AgsVstLayerType { AGS_VST_KKNOB = 0 , AGS_VST_KPRESSET_KNOB , AGS_VST_KSWITCH_KNOB , AGS_VST_KSWITCH , AGS_VST_KLED , AGS_VST_KLINK , AGS_VST_KDISPLAY , AGS_VST_KFADER , AGS_VST_KEEND_OF_LAYER_TYPE } |
Functions | |
const AgsVstTUID * | ags_vst_ixml_representation_controller_get_iid () |
AgsVstTResult | ags_vst_ixml_representation_controller_get_xml_representation_stream (AgsVstIXmlRepresentationController *ixml_representation_controller, AgsVstRepresentationInfo *info, AgsVstIBStream *stream) |
Typedef Documentation
◆ AgsVstIXmlRepresentationController
typedef struct IXmlRepresentationController AgsVstIXmlRepresentationController |
◆ AgsVstRepresentationInfo
typedef struct RepresentationInfo AgsVstRepresentationInfo |
Enumeration Type Documentation
◆ AgsVstLayerType
enum AgsVstLayerType |
Function Documentation
◆ ags_vst_ixml_representation_controller_get_iid()
const AgsVstTUID * ags_vst_ixml_representation_controller_get_iid | ( | ) |
Get IID.
- Returns
- the Steinberg::TUID as AgsVstFUID
- Since
- 5.0.0
◆ ags_vst_ixml_representation_controller_get_xml_representation_stream()
AgsVstTResult ags_vst_ixml_representation_controller_get_xml_representation_stream | ( | AgsVstIXmlRepresentationController * | ixml_representation_controller, |
AgsVstRepresentationInfo * | info, | ||
AgsVstIBStream * | stream | ||
) |
Get XML representation stream.
- Parameters
-
ixml_representation_controller the XML representation controller info the representation info stream the stream
- Returns
- the return value
- Since
- 5.0.0
Generated by