aboutsummaryrefslogtreecommitdiff
path: root/libmaple/MinSysex.h
diff options
context:
space:
mode:
authorDonald Delmar Davis <don@suspectdevices.com>2013-04-11 17:49:44 -0700
committerDonald Delmar Davis <don@suspectdevices.com>2013-04-11 17:49:44 -0700
commitbcfabccfb71c89081971ee0fd5fa0c8fcc3e1ea6 (patch)
tree45aa1a3c161128b53ada96992f2a23a1f89baa07 /libmaple/MinSysex.h
parent9a10a5d8f1b9a0ec889225aa1f328581e0fd7e66 (diff)
fucking maple build system.
Diffstat (limited to 'libmaple/MinSysex.h')
-rw-r--r--libmaple/MinSysex.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/libmaple/MinSysex.h b/libmaple/MinSysex.h
new file mode 100644
index 0000000..368eaa3
--- /dev/null
+++ b/libmaple/MinSysex.h
@@ -0,0 +1,17 @@
+//
+// lgl_min_sysex.h
+// LibMaple4Midi
+//
+// Created by Donald D Davis on 4/11/13.
+// Copyright (c) 2013 Suspect Devices. All rights reserved.
+//
+
+#define LEAFLABS_MMA_VENDOR_1 0x7D
+#define LEAFLABS_MMA_VENDOR_2 0x1E
+#define LEAFLABS_MMA_VENDOR_3 0x4F
+
+#define DEFAULT_MIDI_CHANNEL 0x0A
+#define DEFAULT_MIDI_DEVICE 0x0A
+#define DEFAULT_MIDI_CABLE 0x00
+
+void LglSysexHandler(uint8 *midiBufferRx,uint32 *rx_offset,uint32 *n_unread_bytes); \ No newline at end of file