-
-
Save jonathanconway/907758206954771aa7d55dd9fe1d517c to your computer and use it in GitHub Desktop.
Plays a midi file. Bash script that calls FluidSynth with SoftSynth sound-bank on a midi file, to play it through the system audio.
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 | |
exec fluidsynth -i /Library/Audio/Sounds/Banks/GeneralUser\ GS\ v1.47.sf2 $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment