![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
ags_vst_parameter_changes.cpp File Reference
#include <ags/vst3-capi/public.sdk/source/vst/hosting/ags_vst_parameter_changes.h>
#include <public.sdk/source/vst/hosting/parameterchanges.h>
Include dependency graph for ags_vst_parameter_changes.cpp:

Function Documentation
◆ ags_vst_parameter_changes_add_parameter_data()
AgsVstParameterValueQueue * ags_vst_parameter_changes_add_parameter_data | ( | AgsVstParameterChanges * | parameter_changes, |
AgsVstParamID * | param_id, | ||
gint32 * | index | ||
) |
Get parameter count.
- Parameters
-
parameter_changes the parameter changes param_id the param identifier index the index
- Returns
- the parameter value queue
- Since
- 5.0.0
◆ ags_vst_parameter_changes_clear_queue()
void ags_vst_parameter_changes_clear_queue | ( | AgsVstParameterChanges * | parameter_changes | ) |
Clear queue.
- Parameters
-
parameter_changes the parameter changes
- Since
- 5.0.0
◆ ags_vst_parameter_changes_get_parameter_count()
gint32 ags_vst_parameter_changes_get_parameter_count | ( | AgsVstParameterChanges * | parameter_changes | ) |
Get parameter count.
- Parameters
-
parameter_changes the parameter changes
- Returns
- the parameter count
- Since
- 5.0.0
◆ ags_vst_parameter_changes_get_parameter_data()
AgsVstParameterValueQueue * ags_vst_parameter_changes_get_parameter_data | ( | AgsVstParameterChanges * | parameter_changes, |
gint32 | index | ||
) |
Get parameter count.
- Parameters
-
parameter_changes the parameter changes index the index
- Returns
- the parameter value queue
- Since
- 5.0.0
◆ ags_vst_parameter_changes_new()
AgsVstParameterChanges * ags_vst_parameter_changes_new | ( | ) |
Instantiate new Steinberg::Vst::ParameterChanges the constructor as a C99 compatible handle a void pointer.
- Returns
- the new instance of parameter changes
- Since
- 5.0.0
◆ ags_vst_parameter_changes_set_max_parameters()
void ags_vst_parameter_changes_set_max_parameters | ( | AgsVstParameterChanges * | parameter_changes, |
gint32 | max_parameters | ||
) |
Set max parameters.
- Parameters
-
parameter_changes the parameter changes max_parameters the maximum parameters
- Since
- 5.0.0
◆ ags_vst_parameter_value_queue_add_point()
AgsVstTResult ags_vst_parameter_value_queue_add_point | ( | AgsVstParameterValueQueue * | parameter_value_queue, |
gint32 | sample_offset, | ||
AgsVstParamValue | value, | ||
gint32 * | index | ||
) |
Add point.
- Parameters
-
parameter_value_queue the parameter value queue index the index sample_offset the sample offset value the value index the index
- Returns
- the result code
- Since
- 5.0.0
◆ ags_vst_parameter_value_queue_clear()
void ags_vst_parameter_value_queue_clear | ( | AgsVstParameterValueQueue * | parameter_value_queue | ) |
Clear.
- Parameters
-
parameter_value_queue the parameter value queue
- Since
- 5.0.0
◆ ags_vst_parameter_value_queue_get_point()
AgsVstTResult ags_vst_parameter_value_queue_get_point | ( | AgsVstParameterValueQueue * | parameter_value_queue, |
gint32 | index, | ||
gint32 * | sample_offset, | ||
AgsVstParamValue * | value | ||
) |
Get point.
- Parameters
-
parameter_value_queue the parameter value queue index the index sample_offset the sample offset value the value
- Returns
- the result code
- Since
- 5.0.0
◆ ags_vst_parameter_value_queue_get_point_count()
gint32 ags_vst_parameter_value_queue_get_point_count | ( | AgsVstParameterValueQueue * | parameter_value_queue | ) |
Get point count.
- Parameters
-
parameter_value_queue the parameter value queue
- Returns
- the point count
- Since
- 5.0.0
◆ ags_vst_parameter_value_queue_new()
AgsVstParameterValueQueue * ags_vst_parameter_value_queue_new | ( | AgsVstParamID | param_id | ) |
Instantiate new Steinberg::Vst::ParameterValueQueue the constructor as a C99 compatible handle a void pointer.
- Parameters
-
param_id the parameter identifier
- Returns
- the new instance of parameter value queue
- Since
- 5.0.0
◆ ags_vst_parameter_value_queue_set_param_id()
void ags_vst_parameter_value_queue_set_param_id | ( | AgsVstParameterValueQueue * | parameter_value_queue, |
AgsVstParamID | param_id | ||
) |
Set parameter identifier.
- Parameters
-
parameter_value_queue the parameter value queue param_id the parameter identifier
- Since
- 5.0.0
Generated by