![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
#include <ags/vst3-capi/pluginterfaces/base/ags_vst_funknown.h>
#include <ags/vst3-capi/pluginterfaces/vst/ags_vst_types.h>
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 AgsVstTUID * | ags_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_finder the parameter finder x_pos the x position y_pos the y position result_tag the 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
Generated by