nongnu.org/gsequencer


gsequencer 7.0.5
Advanced Gtk+ Sequencer
ags_vst_ichannel_context_info.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_ICHANNEL_CONTEXT_INFO_H__
21#define __AGS_VST_ICHANNEL_CONTEXT_INFO_H__
22
23#include <glib.h>
24
27
28#ifdef __cplusplus
29extern "C" {
30#endif
31
32 typedef struct IInfoListener AgsVstIInfoListener;
33
40
41 typedef guint32 AgsVstColorSpec;
42 typedef guint8 AgsVstColorComponent;
43
55
57
60
62
64
66
68
69#ifdef __cplusplus
70}
71#endif
72
73#endif /*__AGS_VST_ICHANNEL_CONTEXT_INFO_H__*/
gint32 AgsVstTResult
Definition ags_vst_ftypes.h:58
const char * AgsVstCString
Definition ags_vst_ftypes.h:77
gint8 AgsVstTUID[16]
Definition ags_vst_funknown.h:79
struct IAttributeList AgsVstIAttributeList
Definition ags_vst_iattributes.h:33
guint32 AgsVstColorSpec
Definition ags_vst_ichannel_context_info.h:41
AgsVstColorComponent ags_vst_ichannel_context_get_alpha(AgsVstColorSpec cs)
Definition ags_vst_ichannel_context_info.cpp:112
AgsVstColorComponent ags_vst_ichannel_context_get_green(AgsVstColorSpec cs)
Definition ags_vst_ichannel_context_info.cpp:86
const AgsVstCString AGS_VST_KCHANNEL_NAME_LENGTH_KEY
Definition ags_vst_ichannel_context_info.cpp:29
const AgsVstCString AGS_VST_KCHANNEL_PLUGIN_LOCATION_KEY
Definition ags_vst_ichannel_context_info.cpp:36
const AgsVstTUID * ags_vst_iinfo_listener_get_iid()
Definition ags_vst_ichannel_context_info.cpp:45
AgsVstChannelPluginLocation
Definition ags_vst_ichannel_context_info.h:35
@ AGS_VST_KPRE_VOLUME_FADER
Definition ags_vst_ichannel_context_info.h:36
@ AGS_VST_KUSED_AS_PANNER
Definition ags_vst_ichannel_context_info.h:38
@ AGS_VST_KPOST_VOLUME_FADER
Definition ags_vst_ichannel_context_info.h:37
const AgsVstCString AGS_VST_KCHANNEL_UID_LENGTH_KEY
Definition ags_vst_ichannel_context_info.cpp:27
const AgsVstCString AGS_VST_KCHANNEL_NAME_KEY
Definition ags_vst_ichannel_context_info.cpp:28
AgsVstColorComponent ags_vst_ichannel_context_get_blue(AgsVstColorSpec cs)
Definition ags_vst_ichannel_context_info.cpp:73
const AgsVstCString AGS_VST_KCHANNEL_INDEX_NAMESPACE_LENGTH_KEY
Definition ags_vst_ichannel_context_info.cpp:34
const AgsVstCString AGS_VST_KCHANNEL_INDEX_NAMESPACE_KEY
Definition ags_vst_ichannel_context_info.cpp:33
const AgsVstCString AGS_VST_KCHANNEL_INDEX_KEY
Definition ags_vst_ichannel_context_info.cpp:31
const AgsVstCString AGS_VST_KCHANNEL_IMAGE_KEY
Definition ags_vst_ichannel_context_info.cpp:35
guint8 AgsVstColorComponent
Definition ags_vst_ichannel_context_info.h:42
AgsVstColorComponent ags_vst_ichannel_context_get_red(AgsVstColorSpec cs)
Definition ags_vst_ichannel_context_info.cpp:99
AgsVstTResult ags_vst_iinfo_listener_set_channel_context_info(AgsVstIInfoListener *iinfo_listener, AgsVstIAttributeList *list)
Definition ags_vst_ichannel_context_info.cpp:59
const AgsVstCString AGS_VST_KCHANNEL_UID_KEY
Definition ags_vst_ichannel_context_info.cpp:26
const AgsVstCString AGS_VST_KCHANNEL_INDEX_NAMESPACE_ORDER_KEY
Definition ags_vst_ichannel_context_info.cpp:32
struct IInfoListener AgsVstIInfoListener
Definition ags_vst_ichannel_context_info.h:32
const AgsVstCString AGS_VST_KCHANNEL_COLOR_KEY
Definition ags_vst_ichannel_context_info.cpp:30
guint32 AgsVstColorSpec
Definition ags_vst_ucolor_spec.h:29
guint8 AgsVstColorComponent
Definition ags_vst_ucolor_spec.h:30