Last change
on this file since 73dd55f was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
941 bytes
|
Line | |
---|
1 | sliders.h -- slider and switch display state definitions
|
---|
2 |
|
---|
3 | LS_PRMTR 0
|
---|
4 | LS_VOICE 1
|
---|
5 | LS_OTHER 2
|
---|
6 | LS_EQ 3
|
---|
7 |
|
---|
8 | sclock.h -- score clock sources and controls
|
---|
9 |
|
---|
10 | CK_LOCAL 0
|
---|
11 | CK_MIDI 1
|
---|
12 | CK_SMPTE 2
|
---|
13 | CK_PLS24 3
|
---|
14 | CK_PLS48 4
|
---|
15 | CK_PLS96 5
|
---|
16 | CK_STEP 6
|
---|
17 |
|
---|
18 | smdefs.h -- MIDAS Source / Multiplier definitions
|
---|
19 |
|
---|
20 | SM_NONE 0 /* No source - always 0 */
|
---|
21 | SM_RAND 1 /* Random source */
|
---|
22 | SM_CTL1 2 /* Control Voltage 1 / MIDI GPC 1 */
|
---|
23 |
|
---|
24 | SM_PTCH 5 /* Key Pitch (not updated in scan table) */
|
---|
25 | SM_KPRS 6 /* Key Pressure */
|
---|
26 | SM_KVEL 7 /* Key Velocity */
|
---|
27 | SM_PED1 8 /* Pedal 1 */
|
---|
28 |
|
---|
29 | SM_FREQ 10 /* Key frequency (not updated in scan table) */
|
---|
30 | SM_HTPW 11 /* Tablet X / MIDI Pitch Wheel */
|
---|
31 | SM_VTMW 12 /* Tablet Y / MIDI Mod Wheel */
|
---|
32 | SM_LPBR 13 /* LongPot / MIDI Breath Controller */
|
---|
33 |
|
---|
34 | /* Sources 3, 4, and 9 no longer exist */
|
---|
35 |
|
---|
36 | NSRCS 14 /* Highest source number + 1 */
|
---|
37 | NGPSRS (12 << 4) /* Number of group/source pairs */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.