1 #define PLUG_MFR "AcmeInc"
2 #define PLUG_NAME "IPlugPlush"
4 #define PLUG_CLASS_NAME IPlugPlush
6 #define BUNDLE_MFR "AcmeInc"
7 #define BUNDLE_NAME "IPlugPlush"
9 #define PLUG_ENTRY IPlugPlush_Entry
10 #define PLUG_VIEW_ENTRY IPlugPlush_ViewEntry
12 #define PLUG_ENTRY_STR "IPlugPlush_Entry"
13 #define PLUG_VIEW_ENTRY_STR "IPlugPlush_ViewEntry"
15 #define VIEW_CLASS IPlugPlush_View
16 #define VIEW_CLASS_STR "IPlugPlush_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 'Ippl'
25 // make sure this is not the same as BUNDLE_MFR
26 #define PLUG_MFR_ID 'Acme'
29 #if (defined(AAX_API) || defined(RTAS_API)) && !defined(_PIDS_)
31 const int PLUG_TYPE_IDS
[2] = {'PLN1', 'PLN2'};
33 #define PLUG_MFR_PT "AcmeInc\nAcmeInc\nAcme"
34 #define PLUG_NAME_PT "IPlugPlush\nIPPL"
35 #define PLUG_TYPE_PT "Effect"
36 #define PLUG_DOES_AUDIOSUITE 0
38 /* PLUG_TYPE_PT can be "None", "EQ", "Dynamics", "PitchShift", "Reverb", "Delay", "Modulation",
39 "Harmonic" "NoiseReduction" "Dither" "SoundField" "Effect"
40 instrument determined by PLUG _IS _INST
43 #define PLUG_CHANNEL_IO "1-1 2-2"
45 #define PLUG_LATENCY 0
46 #define PLUG_IS_INST 0
48 // if this is 0 RTAS can't get tempo info
49 #define PLUG_DOES_MIDI 0
51 #define PLUG_DOES_STATE_CHUNKS 0
53 // Unique IDs for each image resource.
56 // Image resource locations for this plug.
57 //#define KNOB_FN "resources/img/knob.png"
59 // GUI default dimensions
61 #define GUI_HEIGHT 300
63 // on MSVC, you must define SA_API in the resource editor preprocessor macros as well as the c++ ones
64 #if defined(SA_API) && !defined(OS_IOS)
65 #include "app_wrapper/app_resource.h"
69 #define MFR_URL "www.olilarkin.co.uk"
70 #define MFR_EMAIL "spam@me.com"
71 #define EFFECT_TYPE_VST3 "Fx"
73 /* "Fx|Analyzer"", "Fx|Delay", "Fx|Distortion", "Fx|Dynamics", "Fx|EQ", "Fx|Filter",
74 "Fx", "Fx|Instrument", "Fx|InstrumentExternal", "Fx|Spatial", "Fx|Generator",
75 "Fx|Mastering", "Fx|Modulation", "Fx|PitchShift", "Fx|Restoration", "Fx|Reverb",
76 "Fx|Surround", "Fx|Tools", "Instrument", "Instrument|Drum", "Instrument|Sampler",
77 "Instrument|Synth", "Instrument|Synth|Sampler", "Instrument|External", "Spatial",
78 "Spatial|Fx", "OnlyRT", "OnlyOfflineProcess", "Mono", "Stereo",