summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/midi_ctrl.h
diff options
context:
space:
mode:
authorswallace <swallace@FreeBSD.org>1994-10-01 01:33:47 +0000
committerswallace <swallace@FreeBSD.org>1994-10-01 01:33:47 +0000
commitbfb60afe65de7af735cdaea49eaa90208973f530 (patch)
tree7f727fccd313f722c1aa3dc8aef5d19cac5f8c93 /sys/i386/isa/sound/midi_ctrl.h
parentb44d67c7c67efb1baddb12f909eb035027824566 (diff)
downloadFreeBSD-src-bfb60afe65de7af735cdaea49eaa90208973f530.zip
FreeBSD-src-bfb60afe65de7af735cdaea49eaa90208973f530.tar.gz
Hannu Savolainen's VoxWare original sound drivers, version 2.9.
Diffstat (limited to 'sys/i386/isa/sound/midi_ctrl.h')
-rw-r--r--sys/i386/isa/sound/midi_ctrl.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys/i386/isa/sound/midi_ctrl.h b/sys/i386/isa/sound/midi_ctrl.h
new file mode 100644
index 0000000..616b591
--- /dev/null
+++ b/sys/i386/isa/sound/midi_ctrl.h
@@ -0,0 +1,22 @@
+static unsigned char ctrl_def_values[128] =
+{
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 0 to 7 */
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 8 to 15 */
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 16 to 23 */
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 24 to 31 */
+
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 32 to 39 */
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 40 to 47 */
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 48 to 55 */
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 56 to 63 */
+
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 64 to 71 */
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 72 to 79 */
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 80 to 87 */
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 88 to 95 */
+
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 96 to 103 */
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 104 to 111 */
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 112 to 119 */
+ 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, /* 120 to 127 */
+};
OpenPOWER on IntegriCloud