Skip to content

Commit 98b8394

Browse files
committed
Add direct write example script
1 parent 2d28301 commit 98b8394

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

utils/midi/direct-ym2612-write

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
set -euo pipefail
3+
. $(dirname $0)/set-var
4+
sendmidi dev "$MDMI_MIDI_PORT" hex syx 00 22 77 08 02 08 00 00
5+
sendmidi dev "$MDMI_MIDI_PORT" hex syx 00 22 77 08 02 08 0F 00

0 commit comments

Comments
 (0)