Make duplicate script compatible with Python 3
[wdl/wdl-ol.git] / IPlugExamples / IPlugSideChain / resource.h
blob509b450d9fb965ed07d8a3c45fe45c7b7a01608d
1 #define PLUG_MFR "AcmeInc"
2 #define PLUG_NAME "IPlugSideChain"
4 #define PLUG_CLASS_NAME IPlugSideChain
6 #define BUNDLE_MFR "AcmeInc"
7 #define BUNDLE_NAME "IPlugSideChain"
9 #define PLUG_ENTRY IPlugSideChain_Entry
10 #define PLUG_VIEW_ENTRY IPlugSideChain_ViewEntry
12 #define PLUG_ENTRY_STR "IPlugSideChain_Entry"
13 #define PLUG_VIEW_ENTRY_STR "IPlugSideChain_ViewEntry"
15 #define VIEW_CLASS IPlugSideChain_View
16 #define VIEW_CLASS_STR "IPlugSideChain_View"
18 // Format 0xMAJR.MN.BG - in HEX! so version 10.1.5 would be 0x000A0105
19 #define PLUG_VER 0x00010000
20 #define VST3_VER_STR "1.0.0"
22 // http://service.steinberg.de/databases/plugin.nsf/plugIn?openForm
23 // 4 chars, single quotes. At least one capital letter
24 #define PLUG_UNIQUE_ID 'Ipsc'
25 // make sure this is not the same as BUNDLE_MFR
26 #define PLUG_MFR_ID 'Acme'
28 // ProTools stuff
29 #if (defined(AAX_API) || defined(RTAS_API)) && !defined(_PIDS_)
30 #define _PIDS_
31 const int PLUG_TYPE_IDS[1] = {'SCN1'};
32 #endif
34 #define PLUG_MFR_PT "AcmeInc\nAcmeInc\nAcme"
35 #define PLUG_NAME_PT "IPlugSideChain\nIPSC"
36 #define PLUG_TYPE_PT "Effect"
37 #define PLUG_DOES_AUDIOSUITE 0
39 /* PLUG_TYPE_PT can be "None", "EQ", "Dynamics", "PitchShift", "Reverb", "Delay", "Modulation",
40 "Harmonic" "NoiseReduction" "Dither" "SoundField" "Effect"
41 instrument determined by PLUG _IS _INST
44 #ifdef RTAS_API
45 // RTAS can only have a mono sc input
46 // at the moment this is required instead of "2-2 3-2"
47 #define PLUG_CHANNEL_IO "3-2"
48 #define PLUG_SC_CHANS 1
50 #else // AU & VST2
51 #define PLUG_CHANNEL_IO "2-2 4-2"
52 #define PLUG_SC_CHANS 2
53 #endif
55 #define PLUG_LATENCY 0
56 #define PLUG_IS_INST 0
58 // if this is 0 RTAS can't get tempo info
59 #define PLUG_DOES_MIDI 0
61 #define PLUG_DOES_STATE_CHUNKS 0
63 // Unique IDs for each image resource.
64 #define KNOB_ID 101
66 // Image resource locations for this plug.
67 #define KNOB_FN "resources/img/knob.png"
69 // GUI default dimensions
70 #define GUI_WIDTH 300
71 #define GUI_HEIGHT 300
73 // on MSVC, you must define SA_API in the resource editor preprocessor macros as well as the c++ ones
74 #if defined(SA_API) && !defined(OS_IOS)
75 #include "app_wrapper/app_resource.h"
76 #endif
78 // vst3 stuff
79 #define MFR_URL "www.olilarkin.co.uk"
80 #define MFR_EMAIL "spam@me.com"
81 #define EFFECT_TYPE_VST3 "Fx"
83 /* "Fx|Analyzer"", "Fx|Delay", "Fx|Distortion", "Fx|Dynamics", "Fx|EQ", "Fx|Filter",
84 "Fx", "Fx|Instrument", "Fx|InstrumentExternal", "Fx|Spatial", "Fx|Generator",
85 "Fx|Mastering", "Fx|Modulation", "Fx|PitchShift", "Fx|Restoration", "Fx|Reverb",
86 "Fx|Surround", "Fx|Tools", "Instrument", "Instrument|Drum", "Instrument|Sampler",
87 "Instrument|Synth", "Instrument|Synth|Sampler", "Instrument|External", "Spatial",
88 "Spatial|Fx", "OnlyRT", "OnlyOfflineProcess", "Mono", "Stereo",
89 "Surround"