-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h
62 lines (51 loc) · 1.58 KB
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#define PLUG_NAME "GATE1"
#define PLUG_MFR "tilr"
#define PLUG_VERSION_HEX 0x00010004
#define PLUG_VERSION_STR "1.0.4"
#define PLUG_UNIQUE_ID 'gt1'
#define PLUG_MFR_ID 'tilr'
#define PLUG_URL_STR "https://github.com/tiagolr/gate1"
#define PLUG_EMAIL_STR "tlcnr88@gmail.com"
#define PLUG_COPYRIGHT_STR "Copyright 2024 tilr"
#define PLUG_CLASS_NAME GATE1
#define BUNDLE_NAME "GATE1"
#define BUNDLE_MFR "tilr"
#define BUNDLE_DOMAIN "com"
#define SHARED_RESOURCES_SUBPATH "GATE1"
#define PLUG_CHANNEL_IO "1-1 2-2"
#define PLUG_LATENCY 0
#define PLUG_TYPE 0
#define PLUG_DOES_MIDI_IN 1
#define PLUG_DOES_MIDI_OUT 0
#define PLUG_DOES_MPE 0
#define PLUG_DOES_STATE_CHUNKS 1
#define PLUG_HAS_UI 1
#define PLUG_WIDTH 540
#define PLUG_HEIGHT 540
#define PLUG_FPS 60
#define PLUG_SHARED_RESOURCES 0
#define PLUG_HOST_RESIZE 1
#define PLUG_MIN_WIDTH 540
#define PLUG_MIN_HEIGHT 540
#define PLUG_MAX_WIDTH 8192
#define PLUG_MAX_HEIGHT 8192
#define AUV2_ENTRY GATE1_Entry
#define AUV2_ENTRY_STR "GATE1_Entry"
#define AUV2_FACTORY GATE1_Factory
#define AUV2_VIEW_CLASS GATE1_View
#define AUV2_VIEW_CLASS_STR "GATE1_View"
#define AAX_TYPE_IDS 'IPRU'
#define AAX_TYPE_IDS_AUDIOSUITE 'IPRA'
#define AAX_PLUG_MFR_STR "Acme"
#define AAX_PLUG_NAME_STR "GATE1\nIPEF"
#define AAX_PLUG_CATEGORY_STR "Effect"
#define AAX_DOES_AUDIOSUITE 0
#define VST3_SUBCATEGORY "Fx|Modulation"
#define APP_NUM_CHANNELS 2
#define APP_N_VECTOR_WAIT 0
#define APP_MULT 1
#define APP_COPY_AUV3 0
#define APP_SIGNAL_VECTOR_SIZE 64
#define ROBOTO_FN "Roboto-Regular.ttf"
#define ROBOTO_BOLD_FN "Roboto-Bold.ttf"
#define SETTINGS_SVG "icon-settings.svg"