[IPLUG/AAX] fix for AAX_SDK_2p1p0
[wdl/wdl-ol.git] / IPlugExamples / IPlugControls / resource.h
blob7741ffe4d9ca4508c6f1b3dcd4dc83c4e6078fed
1 #define PLUG_MFR "AcmeInc"
2 #define PLUG_NAME "IPlugControls"
4 #define PLUG_CLASS_NAME IPlugControls
6 #define BUNDLE_MFR "AcmeInc"
7 #define BUNDLE_NAME "IPlugControls"
9 #define PLUG_ENTRY IPlugControls_Entry
10 #define PLUG_VIEW_ENTRY IPlugControls_ViewEntry
12 #define PLUG_ENTRY_STR "IPlugControls_Entry"
13 #define PLUG_VIEW_ENTRY_STR "IPlugControls_ViewEntry"
15 #define VIEW_CLASS IPlugControls_View
16 #define VIEW_CLASS_STR "IPlugControls_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 'Ipct'
25 // make sure this is not the same as BUNDLE_MFR
26 #define PLUG_MFR_ID 'Acme'
28 // ProTools stuff
30 // Unique IDs for each configuration of the plug-in
31 #if (defined(AAX_API) || defined(RTAS_API)) && !defined(_PIDS_)
32 #define _PIDS_
33 const int PLUG_TYPE_IDS[2] = {'CCN1', 'CCN2'};
34 //const int PLUG_TYPE_IDS_AS[2] = {'CCA1', 'CCA2'}; // AudioSuite
35 #endif
37 #define PLUG_MFR_PT "AcmeInc\nAcmeInc\nAcme"
38 #define PLUG_NAME_PT "IPlugControls\nIPCT"
39 #define PLUG_TYPE_PT "Effect"
40 #define PLUG_DOES_AUDIOSUITE 0
42 /* PLUG_TYPE_PT can be "None", "EQ", "Dynamics", "PitchShift", "Reverb", "Delay", "Modulation",
43 "Harmonic" "NoiseReduction" "Dither" "SoundField" "Effect"
44 instrument determined by PLUG _IS _INST
47 #define PLUG_CHANNEL_IO "1-1 2-2"
49 #define PLUG_LATENCY 0
50 #define PLUG_IS_INST 0
52 // if this is 0 RTAS can't get tempo info
53 #define PLUG_DOES_MIDI 0
55 #define PLUG_DOES_STATE_CHUNKS 0
57 // Unique IDs for each image resource.
58 #define KNOB_ID 101
60 // Unique IDs for each image resource.
61 #define BG_ID 100
62 #define ISWITCHCONTROL_2_ID 101
63 #define ISWITCHCONTROL_3_ID 102
64 #define IRADIOBUTTONSCONTROL_ID 103
65 #define ICONTACTCONTROL_ID 104
66 #define IFADERCONTROL_HORIZ_ID 105
67 #define IFADERCONTROL_VERT_ID 106
68 #define IKNOBROTATERCONTROL_ID 107
69 #define IKNOBMULTICONTROL_ID 108
70 #define IKRMC_BASE_ID 109
71 #define IKRMC_MASK_ID 110
72 #define IKRMC_TOP_ID 111
73 #define IBOC_ID 112
75 // Image resource locations for this plug.
76 #define BG_FN "resources/img/BG_1024x640.png"
77 #define ISWITCHCONTROL_2_FN "resources/img/ISwitchControl_x2.png"
78 #define ISWITCHCONTROL_3_FN "resources/img/ISwitchControl_x3.png"
79 #define IRADIOBUTTONSCONTROL_FN "resources/img/IRadioButtonsControl_x2.png"
80 #define ICONTACTCONTROL_FN "resources/img/IContactControl_x2.png"
81 #define IFADERCONTROL_HORIZ_FN "resources/img/IFaderControl_Horiz.png"
82 #define IFADERCONTROL_VERT_FN "resources/img/IFaderControl_Vert.png"
83 #define IKNOBROTATERCONTROL_FN "resources/img/IKnobRotaterControl.png"
84 #define IKNOBMULTICONTROL_FN "resources/img/IKnobMultiControl_x14.png"
85 #define IKRMC_BASE_FN "resources/img/IKRMC_Base.png"
86 #define IKRMC_MASK_FN "resources/img/IKRMC_Mask.png"
87 #define IKRMC_TOP_FN "resources/img/IKRMC_Top.png"
88 #define IBOC_FN "resources/img/IBitmapOverlayControl.png"
90 // GUI default dimensions
91 #define GUI_WIDTH 1024
92 #define GUI_HEIGHT 640
94 // on MSVC, you must define SA_API in the resource editor preprocessor macros as well as the c++ ones
95 #if defined(SA_API) && !defined(OS_IOS)
96 #include "app_wrapper/app_resource.h"
97 #endif
99 // vst3 stuff
100 #define MFR_URL "www.olilarkin.co.uk"
101 #define MFR_EMAIL "spam@me.com"
102 #define EFFECT_TYPE_VST3 "Fx"
104 /* "Fx|Analyzer"", "Fx|Delay", "Fx|Distortion", "Fx|Dynamics", "Fx|EQ", "Fx|Filter",
105 "Fx", "Fx|Instrument", "Fx|InstrumentExternal", "Fx|Spatial", "Fx|Generator",
106 "Fx|Mastering", "Fx|Modulation", "Fx|PitchShift", "Fx|Restoration", "Fx|Reverb",
107 "Fx|Surround", "Fx|Tools", "Instrument", "Instrument|Drum", "Instrument|Sampler",
108 "Instrument|Synth", "Instrument|Synth|Sampler", "Instrument|External", "Spatial",
109 "Spatial|Fx", "OnlyRT", "OnlyOfflineProcess", "Mono", "Stereo",
110 "Surround"