Skip to content

Instantly share code, notes, and snippets.

@ranguli
Created June 20, 2022 13:01
Show Gist options
  • Save ranguli/b54a1bcd81a29345d6f3efb4dbbc424d to your computer and use it in GitHub Desktop.
Save ranguli/b54a1bcd81a29345d6f3efb4dbbc424d to your computer and use it in GitHub Desktop.
Microkorg Patches on Linux

Getting MIDI device name

amidi -l

Sending MIDI patches (.mid)


Sending binary patches (.syx)

amidi -p hw:2,0,0 -s ./patch.syx

Receiving patches

amidi -p hw:2,0,0 -S "F0 42 30 58 10 F7" -r patch.syx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment