nongnu.org/gsequencer


gsequencer 7.0.5
Advanced Gtk+ Sequencer
ags_vst_ihost_application.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_IHOST_APPLICATION_H__
21#define __AGS_VST_IHOST_APPLICATION_H__
22
23#include <glib.h>
24
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
31 typedef struct IHostApplication AgsVstIHostApplication;
32
33 typedef struct IVst3ToVst2Wrapper AgsVstIVst3ToVst2Wrapper;
34
35 typedef struct IVst3ToAUWrapper AgsVstIVst3ToAUWrapper;
36
37 typedef struct IVst3ToAAXWrapper AgsVstIVst3ToAAXWrapper;
38
39 typedef struct IVst3WrapperMPESupport AgsVstIVst3WrapperMPESupport;
40
42
44 AgsVstString128 name);
45
47 AgsVstTUID *cid, AgsVstTUID *iid, void **obj);
48
50
52
54
56
58 gboolean state);
59
61 gint32 master_channel,
62 gint32 member_begin_channel,
63 gint32 member_end_channel);
64
65#ifdef __cplusplus
66}
67#endif
68
69#endif /*__AGS_VST_IHOST_APPLICATION_H__*/
gint32 AgsVstTResult
Definition ags_vst_ftypes.h:58
gint8 AgsVstTUID[16]
Definition ags_vst_funknown.h:79
struct IHostApplication AgsVstIHostApplication
Definition ags_vst_ihost_application.h:31
const AgsVstTUID * ags_vst_ivst3_to_aax_wrapper_get_iid()
Definition ags_vst_ihost_application.cpp:90
AgsVstTResult ags_vst_ivst3_wrapper_mpe_suppor_set_mpe_input_device_settings(AgsVstIVst3WrapperMPESupport *ivst3_wrapper_mpe_support, gint32 master_channel, gint32 member_begin_channel, gint32 member_end_channel)
Definition ags_vst_ihost_application.cpp:133
AgsVstTResult ags_vst_ihost_application_create_instance(AgsVstIHostApplication *ihost_application, AgsVstTUID *cid, AgsVstTUID *iid, void **obj)
Definition ags_vst_ihost_application.cpp:53
struct IVst3ToVst2Wrapper AgsVstIVst3ToVst2Wrapper
Definition ags_vst_ihost_application.h:33
AgsVstTResult ags_vst_ivst3_wrapper_mpe_support_enable_mpe_input_processing(AgsVstIVst3WrapperMPESupport *ivst3_wrapper_mpe_support, gboolean state)
Definition ags_vst_ihost_application.cpp:116
AgsVstTResult ags_vst_ihost_application_get_name(AgsVstIHostApplication *ihost_application, AgsVstString128 name)
Definition ags_vst_ihost_application.cpp:47
struct IVst3WrapperMPESupport AgsVstIVst3WrapperMPESupport
Definition ags_vst_ihost_application.h:39
const AgsVstTUID * ags_vst_ivst3_to_vst2_wrapper_get_iid()
Definition ags_vst_ihost_application.cpp:66
struct IVst3ToAAXWrapper AgsVstIVst3ToAAXWrapper
Definition ags_vst_ihost_application.h:37
const AgsVstTUID * ags_vst_ivst3_wrapper_mpe_support_get_iid()
Definition ags_vst_ihost_application.cpp:102
const AgsVstTUID * ags_vst_ivst3_to_au_wrapper_get_iid()
Definition ags_vst_ihost_application.cpp:78
const AgsVstTUID * ags_vst_ihost_application_get_iid()
Definition ags_vst_ihost_application.cpp:33
struct IVst3ToAUWrapper AgsVstIVst3ToAUWrapper
Definition ags_vst_ihost_application.h:35
AgsVstTChar AgsVstString128[128]
Definition ags_vst_types.h:44