Updated mappings for firmware 4.2
############# POLY Example 1 #############
VERSION 1 # Currently, this should only be 1.
###### DEFINITIONS
# Supports all alphanumeric ASCII, and ' ', '_', '-', '+'
# Can also be omitted or NULL to not override the current track name, e.g. "TRACKNAME NULL"
TRACKNAME Typhon
# Can be POLY, DRUM, MPE, or NULL
TYPE POLY
# Can be A, B, C, D, USBD, USBH, CVGx (x between 1&4), CVx, Gx, or NULL
OUTPORT NULL
# Can be x (between 1-16), or NULL -- this is ignored if output port is not MIDI
OUTCHAN NULL
# Can be NONE, ALLACTIVE, A, B, USBH, USBD, CVG, or NULL
INPORT NULL
# Can be x (between 1-16), ALL, or NULL -- ignored if INPORT is NONE, ALLACTIVE or CVG
INCHAN NULL
# PC
# Syntax: NUMBER NAME
# number must be either:
# - A number (for simple PC)
# - Three numbers, delimited by ':', which represent PC:MSB:LSB. You can put 'NULL' to not set the MSB/LSB.
# PC must be between 1...128
# MSB/LSB must be between 0...127
[PC]
[/PC]
# CC
# Syntax: CC_NUMBER NAME or CC_NUMBER:DEFAULT=xx NAME
# DEFAULT_VALUE must be a valid number between 0 and 127
[CC]
1 Mod Wheel
2 CC2
4 Filter FM
5 Glide
6 VCF EG Level
7 Preset Volume
8 VCF EG Attack
9 VCF EG Decay
10 VCF EG Sustain
11 VCF EG Release
12 VCF EG Time
13 M1 Param 1
14 M1 Param 2
15 M1 Param 3
16 M1 Mode
17 M1 CV Lvl
18 M1 CV1 Lvl
19 M1 CV2 Lvl
20 M1 Wave Lvl
21 M1 Cutoff Lvl
22 M1 VCA Lvl
23 M1 FX1 Lvl
24 M1 FFM Lvl
25 M1 FX2 Lvl
26 M1 FX3 Lvl
27 M1 Custom 1 Lvl
28 M1 Custom 2 Lvl
29 M1 Custom 3 Lvl
30 M2 Param 1
31 M2 Param 2
33 M2 Param 3
34 M2 Mode
35 M2 CV Lvl
36 M2 CV1 Lvl
37 M2 CV2 Lvl
38 M2 Wave Lvl
39 M2 Cutoff Lvl
40 M2 VCA Lvl
41 M2 FX1 Lvl
42 M2 FFM Lvl
43 M2 FX2 Lvl
44 M2 FX3 Lvl
45 M2 Custom 1 Lvl
46 M2 Custom 2 Lvl
47 M2 Custom 3 Lvl
48 M3 Param 1
49 M3 Param 2
50 M3 Param 3
51 M3 Mode
52 M3 CV Lvl
53 M3 CV1 Lvl
54 M3 CV2 Lvl
55 M3 Wave Lvl
56 M3 Cutoff Lvl
57 M3 VCA Lvl
58 M3 FX1 Lvl
59 M3 FFM Lvl
60 M3 FX2 Lvl
61 M3 FX3 Lvl
62 M3 Custom 1 Lvl
63 M3 Custom 2 Lvl
64 Sustain Pedal
65 M3 Custom 3 Lvl
67 Glide Mode
68 Legato
70 Waveshape
71 VCF Resonance
72 VCA EG Release
73 VCA EG Attack
74 Cutoff
75 Filter Tracking
76 VCO Level
77 Osc2 Offset
78 VCA EG Time
79 VCA EG Sustain
80 VCA EG Decay
81 FX1 HP Cutoff
82 FX1 HP Resonance
83 FX1 Param 1
84 FX1 Param 2
85 FX1 Mix
86 FX1 Type
87 FX2 Param 1
88 FX2 Param 2
89 FX2 Param 3
90 FX2 Feed
91 FX2 Mix
92 FX2 Type
93 FX3 Param 1
94 FX3 Param 2
95 FX3 Feed
96 FX3 Param 4
97 FX3 Mix
98 FX3 Type
99 Seq Length
100 Seq Division
101 Seq Probability
102 Seq Swing
[/CC]
# CC Pair
# Syntax: CC_MSB:CC_LSB NAME or CC_MSB:CC_LSB:DEFAULT=xx NAME
# DEFAULT_VALUE must be a valid number between 0 and 16383
[CC_PAIR]
[/CC_PAIR]
# NRPN
# Syntax: "MSB:LSB:DEPTH NAME" or "MSB:LSB:DEPTH:DEFAULT=xx NAME"
# Lsb & msb should be between 0 and 127
# Note: LSB can be over 127 ONLY if MSB is 0 or omitted
# e.g. '0:1026:7 FOO', or ':2000:7 BAR'
# the examples above would be equivalent to '8:2:7 FOO' and '15:80:7 BAR' respectively
# DEPTH can be 7 or 14
# For NRPN: DEFAULT_VALUE must be a valid number, either between 0 and 127 (for 7 bit NRPNs) or between 0 and 16383 (for 14bit NRPNs)
[NRPN]
[/NRPN]
# ASSIGN
# Syntax: POT_NUMBER TYPE:VALUE or POT_NUMBER TYPE:VALUE DEFAULT=DEFAULT_VALUE
# POT_NUMBER must be between 1 and 8
# TYPE can be "CC", "PB" (pitchbend), "AT" (aftertouch), "CV", "NRPN", or "NULL" (this won't assign the pot).
# Non explicitly-defined pots will be considered "NULL"
# VALUE VALIDATION
#### For CC: Value must be a valid number between 0 and 119
#### For PB and AT, any text after the TYPE will be ignored
#### For CV, value must be between 1 and 4
#### For NRPN, value must be MSB:LSB:DEPTH, with both lsb & msb bebtween 0 and 127, and DEPTH being either 7 or 14
# DEFAULT VALUE
#### For CC: DEFAULT_VALUE must be a valid number between 0 and 127
#### For PB: DEFAULT_VALUE must be a valid number between 0 and 16383
#### For NRPN: DEFAULT_VALUE must be a valid number, either between 0 and 127 (for 7 bit NRPNs) or between 0 and 16383 (for 14bit NRPNs)
#### For CV: DEFAULT_VALUE must be either a valid number between 0 and 65535, or a voltage between -5V and 5V, e.g. "-4.25V" or "1.7V"
#### Please note default value will be ignored for PB and AT messages.
[ASSIGN]
[/ASSIGN]
# AUTOMATION
# Syntax: TYPE:VALUE
# TYPE can be "CC", "PB" (pitchbend), "AT" (aftertouch), "CV", or "NRPN"
# VALUE VALIDATION
#### For CC: Value must be a valid number between 0 and 119
#### For PB and AT, any text after the TYPE will be ignored
#### For CV, value must be between 1 and 4
#### For NRPN, value must be MSB:LSB:DEPTH, with both lsb & msb bebtween 0 and 127, and DEPTH being either 7 or 14
# NOTE: You are limited to 64 automation lanes
[AUTOMATION]
[/AUTOMATION]
# This section will be readable from Hapax.
[COMMENT]
Dreadbox Typhon
[/COMMENT]