This repository was archived by the owner on Jan 10, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.h
More file actions
54 lines (45 loc) · 1.44 KB
/
config.h
File metadata and controls
54 lines (45 loc) · 1.44 KB
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
#define PLUG_NAME "Transmitter"
#define PLUG_MFR "tobi"
#define PLUG_VERSION_HEX 0x00010000
#define PLUG_VERSION_STR "1.0.0"
#define PLUG_UNIQUE_ID 'Ftyq'
#define PLUG_MFR_ID 'Idek'
#define PLUG_URL_STR "https://iplug2.github.io"
#define PLUG_EMAIL_STR "spam@me.com"
#define PLUG_COPYRIGHT_STR "Copyright 2020 Acme Inc"
#define PLUG_CLASS_NAME Transmitter
#define BUNDLE_NAME "Transmitter"
#define BUNDLE_MFR "tobi"
#define BUNDLE_DOMAIN "com"
#define SHARED_RESOURCES_SUBPATH "Transmitter"
#define PLUG_CHANNEL_IO "2-2"
#define PLUG_LATENCY 0
#define PLUG_TYPE 0
#define PLUG_DOES_MIDI_IN 0
#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 600
#define PLUG_HEIGHT 450
#define PLUG_FPS 60
#define PLUG_SHARED_RESOURCES 0
#define AUV2_ENTRY Transmitter_Entry
#define AUV2_ENTRY_STR "Transmitter_Entry"
#define AUV2_FACTORY Transmitter_Factory
#define AUV2_VIEW_CLASS Transmitter_View
#define AUV2_VIEW_CLASS_STR "Transmitter_View"
#define AAX_TYPE_IDS 'EFN1', 'EFN2'
#define AAX_TYPE_IDS_AUDIOSUITE 'EFA1', 'EFA2'
#define AAX_PLUG_MFR_STR "Acme"
#define AAX_PLUG_NAME_STR "Transmitter\nIPEF"
#define AAX_PLUG_CATEGORY_STR "Effect"
#define AAX_DOES_AUDIOSUITE 1
#define VST3_SUBCATEGORY "Fx"
#define APP_NUM_CHANNELS 2
#define APP_N_VECTOR_WAIT 0
#define APP_MULT 1
#define APP_COPY_AUV3 0
#define APP_RESIZABLE 0
#define APP_SIGNAL_VECTOR_SIZE 256
#define ROBOTO_FN "Roboto-Regular.ttf"