nongnu.org/gsequencer


gsequencer 7.0.5
Advanced Gtk+ Sequencer
ags_vst_iparameter_function_name.h
Go to the documentation of this file.
1/* GSequencer - Advanced GTK Sequencer
2 * Copyright (C) 2005-2021 Joël Krähemann
3 *
4 * This file is part of GSequencer.
5 *
6 * GSequencer is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * GSequencer is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with GSequencer. If not, see <http://www.gnu.org/licenses/>.
18 */
19
20#ifndef __AGS_VST_IPARAMETER_FUNCTION_NAME_H__
21#define __AGS_VST_IPARAMETER_FUNCTION_NAME_H__
22
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30 extern const gchar *ags_vst_kcomp_gain_reduction;
31 extern const gchar *ags_vst_kcomp_gain_reduction_max;
34
35 extern const gchar *ags_vst_klow_latency_mode;
36
37 extern const gchar *ags_vst_kdry_wet_mix;
38
39 extern const gchar *ags_vst_krandomize;
40
41 typedef struct IParameterFunctionName AgsVstIParameterFunctionName;
42
44
46 AgsVstUnitID unit_id, AgsVstFIDString function_name, AgsVstParamID *param_id);
47
48#ifdef __cplusplus
49}
50#endif
51
52#endif /*__AGS_VST_IPARAMETER_FUNCTION_NAME_H__*/
const gchar * AgsVstFIDString
Definition ags_vst_ftypes.h:82
gint32 AgsVstTResult
Definition ags_vst_ftypes.h:58
gint8 AgsVstTUID[16]
Definition ags_vst_funknown.h:79
const gchar * ags_vst_krandomize
Definition ags_vst_iparameter_function_name.cpp:35
AgsVstTResult ags_vst_iparameter_function_name_get_parameter_id_from_function_name(AgsVstIParameterFunctionName *iparameter_function_name, AgsVstUnitID unit_id, AgsVstFIDString function_name, AgsVstParamID *param_id)
Definition ags_vst_iparameter_function_name.cpp:60
const gchar * ags_vst_kcomp_gain_reduction
Definition ags_vst_iparameter_function_name.cpp:26
const gchar * ags_vst_kcomp_gain_reduction_max
Definition ags_vst_iparameter_function_name.cpp:27
const gchar * ags_vst_kdry_wet_mix
Definition ags_vst_iparameter_function_name.cpp:33
const gchar * ags_vst_klow_latency_mode
Definition ags_vst_iparameter_function_name.cpp:31
const gchar * ags_vst_kcomp_reset_gain_reduction_max
Definition ags_vst_iparameter_function_name.cpp:29
const AgsVstTUID * ags_vst_iparameter_function_name_get_iid()
Definition ags_vst_iparameter_function_name.cpp:44
const gchar * ags_vst_kcomp_gain_reduction_peak_hold
Definition ags_vst_iparameter_function_name.cpp:28
struct IParameterFunctionName AgsVstIParameterFunctionName
Definition ags_vst_iparameter_function_name.h:41
guint32 AgsVstParamID
Definition ags_vst_types.h:52
gint32 AgsVstUnitID
Definition ags_vst_types.h:50