diff options
author | Mark Murray <markm@FreeBSD.org> | 1997-11-10 18:10:41 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1997-11-10 18:10:41 +0000 |
commit | 8bfc1067c3b493685418300fea866d851ab98a63 (patch) | |
tree | cb233efdc05a92c1e2283040d95ca68fefed6548 /sys/i386/isa/sound/midi_ctrl.h | |
parent | 915f1f5d0871c790bcb1a126ef69a6b88e2d14f2 (diff) |
Notes
Diffstat (limited to 'sys/i386/isa/sound/midi_ctrl.h')
-rw-r--r-- | sys/i386/isa/sound/midi_ctrl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/isa/sound/midi_ctrl.h b/sys/i386/isa/sound/midi_ctrl.h index 616b5914c6e21..8b68c7d91db39 100644 --- a/sys/i386/isa/sound/midi_ctrl.h +++ b/sys/i386/isa/sound/midi_ctrl.h @@ -1,9 +1,9 @@ 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 */ + 0x40,0x40,0x40,0x40, 0x40,0x40,0x40,0x40, /* 0 to 7 */ + 0x40,0x40,0x40,0x40, 0x40,0x40,0x40,0x40, /* 8 to 15 */ + 0x40,0x40,0x40,0x40, 0x40,0x40,0x40,0x40, /* 16 to 23 */ + 0x40,0x40,0x40,0x40, 0x40,0x40,0x40,0x40, /* 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 */ |