nongnu.org/gsequencer


gsequencer 7.0.5
Advanced Gtk+ Sequencer
componenthandler.h File Reference
#include <pluginterfaces/base/conststringtable.h>
#include <pluginterfaces/base/funknown.h>
#include <pluginterfaces/vst/ivsteditcontroller.h>
#include <public.sdk/source/vst/hosting/pluginterfacesupport.h>
#include <ags/libags-vst.h>
#include <mutex>
Include dependency graph for componenthandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ags::VstCAPI::EventHandler
 
class  Ags::VstCAPI::ComponentHandler
 

Namespaces

namespace  Ags
 
namespace  Ags::VstCAPI
 

Typedefs

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