nongnu.org/gsequencer


gsequencer 7.0.5
Advanced Gtk+ Sequencer
ags_vst_iplug_view.h File Reference
Include dependency graph for ags_vst_iplug_view.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define AGS_VST_IPLUG_VIEW_IID   (ags_vst_iplug_view_get_iid())
 

Typedefs

typedef struct IParameterFinder AgsVstIParameterFinder
 

Functions

const AgsVstTUIDags_vst_iparameter_finder_get_iid ()
 
AgsVstTResult ags_vst_iparameter_finder_find_parameter (AgsVstIParameterFinder *iparameter_finder, gint32 x_pos, gint32 y_pos, AgsVstParamID *result_tag)
 

Macro Definition Documentation

◆ AGS_VST_IPLUG_VIEW_IID

#define AGS_VST_IPLUG_VIEW_IID   (ags_vst_iplug_view_get_iid())

Typedef Documentation

◆ AgsVstIParameterFinder

typedef struct IParameterFinder AgsVstIParameterFinder

Function Documentation

◆ ags_vst_iparameter_finder_find_parameter()

AgsVstTResult ags_vst_iparameter_finder_find_parameter ( AgsVstIParameterFinder iparameter_finder,
gint32  x_pos,
gint32  y_pos,
AgsVstParamID result_tag 
)

Find parameter.

Parameters
iparameter_finderthe parameter finder
x_posthe x position
y_posthe y position
result_tagthe result tag
Returns
the return value
Since
5.0.0

◆ ags_vst_iparameter_finder_get_iid()

const AgsVstTUID * ags_vst_iparameter_finder_get_iid ( )

Get IID.

Returns
the Steinberg::TUID as AgsVstFUID
Since
5.0.0