Skip to content

Commit

Permalink
Add direct write example script
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Jul 1, 2024
1 parent 2d28301 commit 98b8394
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utils/midi/direct-ym2612-write
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
set -euo pipefail
. $(dirname $0)/set-var
sendmidi dev "$MDMI_MIDI_PORT" hex syx 00 22 77 08 02 08 00 00
sendmidi dev "$MDMI_MIDI_PORT" hex syx 00 22 77 08 02 08 0F 00

0 comments on commit 98b8394

Please sign in to comment.