Created
August 15, 2018 03:59
-
-
Save henriquegogo/420316cda4e04f6ae186062aa38f3f33 to your computer and use it in GitHub Desktop.
Load soundfont and plug into midi device
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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