Skip to content

Instantly share code, notes, and snippets.

@henriquegogo
Created August 15, 2018 03:59
Show Gist options
  • Save henriquegogo/420316cda4e04f6ae186062aa38f3f33 to your computer and use it in GitHub Desktop.
Save henriquegogo/420316cda4e04f6ae186062aa38f3f33 to your computer and use it in GitHub Desktop.
Load soundfont and plug into midi device
#!/bin/bash
fluidsynth --audio-bufcount=4 --gain=1 -isa alsa "$1" &
while ! aconnect 20 128; do sleep 1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment