nongnu.org/gsequencer


gsequencer 7.0.5
Advanced Gtk+ Sequencer
Ags::VstCAPI Namespace Reference

Classes

class  ComponentHandler
 
struct  EventHandler
 

Typedefs

typedef AgsVstTResult(* ComponentHandlerBeginEdit) (AgsVstIComponentHandler *icomponent_handler, AgsVstParamID id, gpointer data)
 
typedef AgsVstTResult(* ComponentHandlerPerformEdit) (AgsVstIComponentHandler *icomponent_handler, AgsVstParamID id, AgsVstParamValue value_normalized, gpointer data)
 
typedef AgsVstTResult(* ComponentHandlerEndEdit) (AgsVstIComponentHandler *icomponent_handler, AgsVstParamID id, gpointer data)
 
typedef AgsVstTResult(* ComponentHandlerRestartComponent) (AgsVstIComponentHandler *icomponent_handler, gint32 flags, gpointer data)
 

Typedef Documentation

◆ ComponentHandlerBeginEdit

typedef AgsVstTResult(* Ags::VstCAPI::ComponentHandlerBeginEdit) (AgsVstIComponentHandler *icomponent_handler, AgsVstParamID id, gpointer data)

◆ ComponentHandlerEndEdit

typedef AgsVstTResult(* Ags::VstCAPI::ComponentHandlerEndEdit) (AgsVstIComponentHandler *icomponent_handler, AgsVstParamID id, gpointer data)

◆ ComponentHandlerPerformEdit

typedef AgsVstTResult(* Ags::VstCAPI::ComponentHandlerPerformEdit) (AgsVstIComponentHandler *icomponent_handler, AgsVstParamID id, AgsVstParamValue value_normalized, gpointer data)

◆ ComponentHandlerRestartComponent

typedef AgsVstTResult(* Ags::VstCAPI::ComponentHandlerRestartComponent) (AgsVstIComponentHandler *icomponent_handler, gint32 flags, gpointer data)