nongnu.org/gsequencer


gsequencer 7.0.5
Advanced Gtk+ Sequencer
ags_vst_irepresentation.h File Reference
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 AgsVstTUIDags_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

Enumerator
AGS_VST_KKNOB 
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 

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_controllerthe XML representation controller
infothe representation info
streamthe stream
Returns
the return value
Since
5.0.0