-
Notifications
You must be signed in to change notification settings - Fork 7
/
controls.txt
75 lines (75 loc) · 4.85 KB
/
controls.txt
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
--------------------------------------------------------------------------------
CC# | Name | Function
--------------------------------------------------------------------------------
0 | Bank select | ignored, only uses program change
5 | Portamento time | changes portamento time (range: ?)
7 | Volume | changes amplitude for all oscillators
--------------------------------------------------------------------------------
9 | Fix volume | MIDI value
| | 0 ignore note velocities (fixed volume)
| | 1 respect note velocities (default)
| | 2-127 toggle fixed volume on/off
--------------------------------------------------------------------------------
10 | Panorama | changes L/R balance
--------------------------------------------------------------------------------
12 | Envelope attack | changes envelope attack time (range: 0-200 ms)
13 | Envelope release | changes envelope release time (range: 0-200 ms)
--------------------------------------------------------------------------------
14 | Filter frequency | changes filter freqeuncy (range: ~20-17k Hz)
15 | Filter resonance | changes filter resonance Q (range: 0.9-5.0)
16 | Filter attenuation | changes post-filter gain (range: 0.0-1.0)
17 | Filter mode | MIDI value
| | 0 low-pass
| | 1 band-pass
| | 2 high-pass
| | 3 filter off
| | 4-127 cycles filter mode
--------------------------------------------------------------------------------
18 | Polyphony mode | MIDI value
| | 0 poly
| | 1 mono
| | 2 mono + portamento
| | 3-127 cycles polyphony mode
--------------------------------------------------------------------------------
19 | Envelope mode | MIDI value
| | 0 envelope off
| | 1 envelope on
| | 2-127 toggle envelope mode on/off
20 | Envelope delay | changes envelope delay time (range: 0-200 ms)
21 | Envelope hold | changes envelope hold time (range: 0-200 ms)
22 | Envelope decay | changes envelope decay time (range: 0-200 ms)
23 | Envelope sustain | changes envelope sustain level (range: 0.0-1.0)
--------------------------------------------------------------------------------
24 | Pulse width | changes pulse width of osc. (range: 0.0-1.0)
--------------------------------------------------------------------------------
25 | Flanger mode | MIDI value
| | 0 flanger off
| | 1 flanger on
| | 2-127 toggle flanger on/off
26 | Flanger offset | changes flanger offset (range: ?)
27 | Flanger depth | changes flanger depth (range: ?)
28 | Flanger coarse freq. | changes flanger frequency (range: 0.0-10.0)
29 | Flanger fine freq. | changes flanger frequency (range: 0.0-1.0)
--------------------------------------------------------------------------------
30 | Pitch bend range | changes pitch bend range in semitones
--------------------------------------------------------------------------------
64 | Damper pedal/sustain | MIDI value
| | 0- 63 sustain off
| | 64-127 sustain on
--------------------------------------------------------------------------------
65 | Portamento on/off | MIDI value
| | 0- 63 portamento off
| | 64-127 portamento on
| | does nothing if in polyphonic mode
--------------------------------------------------------------------------------
84 | Portamento control | sets portamento start note (range: 0-127)
--------------------------------------------------------------------------------
121 | Reset all controllers | Reset controller values to default
123 | All notes off | Switches all oscillators off
--------------------------------------------------------------------------------
124 | Omni off | Receive only on one MIDI channel (default)
125 | Omni on | Receive on all MIDI channels
--------------------------------------------------------------------------------
126 | Mono on | Switch to monophonic mode
127 | Poly on | Switch to polyphonic mode
--------------------------------------------------------------------------------