![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
#include <glib.h>
#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_iparameter_changes.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
typedef struct IParamValueQueue | AgsVstIParamValueQueue |
typedef struct IParameterChanges | AgsVstIParameterChanges |
Typedef Documentation
◆ AgsVstIParameterChanges
typedef struct IParameterChanges AgsVstIParameterChanges |
◆ AgsVstIParamValueQueue
typedef struct IParamValueQueue AgsVstIParamValueQueue |
Function Documentation
◆ ags_vst_iparam_value_queue_add_point()
AgsVstTResult ags_vst_iparam_value_queue_add_point | ( | AgsVstIParamValueQueue * | iparam_value_queue, |
gint32 | sample_offset, | ||
AgsVstParamValue | value, | ||
gint32 * | index | ||
) |
Add point.
- Parameters
-
iparam_value_queue the parameter value queue sample_offset the sample offset value the param value index the index
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iparam_value_queue_get_iid()
const AgsVstTUID * ags_vst_iparam_value_queue_get_iid | ( | ) |
Get IID.
- Returns
- the Steinberg::TUID as AgsVstFUID
- Since
- 5.0.0
◆ ags_vst_iparam_value_queue_get_parameter_id()
AgsVstParamID ags_vst_iparam_value_queue_get_parameter_id | ( | AgsVstIParamValueQueue * | iparam_value_queue | ) |
Get parameter identifier.
- Parameters
-
iparam_value_queue the parameter value queue
- Returns
- the parameter identifier
- Since
- 5.0.0
◆ ags_vst_iparam_value_queue_get_point()
AgsVstTResult ags_vst_iparam_value_queue_get_point | ( | AgsVstIParamValueQueue * | iparam_value_queue, |
gint32 | index, | ||
gint32 * | sample_offset, | ||
AgsVstParamValue * | value | ||
) |
Get point count.
- Parameters
-
iparam_value_queue the parameter value queue index the index sample_offset the sample offset value the param value
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_iparam_value_queue_get_point_count()
gint32 ags_vst_iparam_value_queue_get_point_count | ( | AgsVstIParamValueQueue * | iparam_value_queue | ) |
Get point count.
- Parameters
-
iparam_value_queue the parameter value queue
- Returns
- the point count
- Since
- 5.0.0
◆ ags_vst_iparameter_changes_add_parameter_data()
AgsVstIParamValueQueue * ags_vst_iparameter_changes_add_parameter_data | ( | AgsVstIParameterChanges * | iparameter_changes, |
AgsVstParamID * | param_id, | ||
gint32 * | index | ||
) |
Get parameter data.
- Parameters
-
iparameter_changes the parameter changes param_id the parameter identifier index the index
- Returns
- the parameter value queue
- Since
- 5.0.0
◆ ags_vst_iparameter_changes_get_iid()
const AgsVstTUID * ags_vst_iparameter_changes_get_iid | ( | ) |
Get IID.
- Returns
- the Steinberg::TUID as AgsVstFUID
- Since
- 5.0.0
◆ ags_vst_iparameter_changes_get_parameter_count()
gint32 ags_vst_iparameter_changes_get_parameter_count | ( | AgsVstIParameterChanges * | iparameter_changes | ) |
Get parameter count.
- Parameters
-
iparameter_changes the parameter changes
- Returns
- the parameter count
- Since
- 5.0.0
◆ ags_vst_iparameter_changes_get_parameter_data()
AgsVstIParamValueQueue * ags_vst_iparameter_changes_get_parameter_data | ( | AgsVstIParameterChanges * | iparameter_changes, |
gint32 | index | ||
) |
Get parameter data.
- Parameters
-
iparameter_changes the parameter changes index the index
- Returns
- the parameter value queue
- Since
- 5.0.0
Generated by