nongnu.org/gsequencer


gsequencer 7.0.5
Advanced Gtk+ Sequencer
ags_vst_headers.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_HEADERS_H__
21#define __AGS_VST_HEADERS_H__
22
23#include <pluginterfaces/base/conststringtable.h>
24#include <pluginterfaces/base/funknown.h>
25#include <pluginterfaces/base/ipluginbase.h>
26#include <pluginterfaces/base/ustring.h>
27#include <pluginterfaces/gui/iplugview.h>
28#include <pluginterfaces/gui/iplugviewcontentscalesupport.h>
29#include <pluginterfaces/vst/ivstattributes.h>
30#include <pluginterfaces/vst/ivstaudioprocessor.h>
31#include <pluginterfaces/vst/ivstcomponent.h>
32#include <pluginterfaces/vst/ivstcontextmenu.h>
33#include <pluginterfaces/vst/ivsteditcontroller.h>
34#include <pluginterfaces/vst/ivstevents.h>
35#include <pluginterfaces/vst/ivsthostapplication.h>
36#include <pluginterfaces/vst/ivstmessage.h>
37#include <pluginterfaces/vst/ivstmidicontrollers.h>
38#include <pluginterfaces/vst/ivstparameterchanges.h>
39#include <pluginterfaces/vst/ivstplugview.h>
40#include <pluginterfaces/vst/ivstprocesscontext.h>
41#include <pluginterfaces/vst/vsttypes.h>
42#include <pluginterfaces/vst/ivstunits.h>
43#include <pluginterfaces/vst/ivstmidicontrollers.h>
44#include <pluginterfaces/vst/ivstchannelcontextinfo.h>
45
46#include <pluginterfaces/vst/vsttypes.h>
47
48#include <pluginterfaces/vst/ivstautomationstate.h>
49#include <pluginterfaces/vst/ivstpluginterfacesupport.h>
50
51#ifdef __cplusplus
52extern "C" {
53#endif
54
55#ifdef __cplusplus
56}
57#endif
58
59#endif /*__AGS_VST_HEADERS_H__*/