aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/winmidi.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/winmidi.h')
-rw-r--r--backends/winmidi.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/backends/winmidi.h b/backends/winmidi.h
index 4d3e2dd..40b3554 100644
--- a/backends/winmidi.h
+++ b/backends/winmidi.h
@@ -31,12 +31,13 @@ typedef struct /*_winmidi_instance_data*/ {
enum /*_winmidi_channel_type*/ {
none = 0,
note = 0x90,
- cc = 0xB0,
pressure = 0xA0,
+ cc = 0xB0,
+ program = 0xC0,
aftertouch = 0xD0,
pitchbend = 0xE0,
- rpn = 0xF0,
- nrpn = 0xF1
+ rpn = 0xF1,
+ nrpn = 0xF2
};
typedef union {