Skip to content

Instantly share code, notes, and snippets.

@Mohsens22
Created August 1, 2021 18:13
Show Gist options
  • Select an option

  • Save Mohsens22/dcfe58a171cd08d479fa0ba09b8c065f to your computer and use it in GitHub Desktop.

Select an option

Save Mohsens22/dcfe58a171cd08d479fa0ba09b8c065f to your computer and use it in GitHub Desktop.
#!/bin/bash
(STOP=$((SECONDS+5))
until [[ $SECONDS -ge $STOP || $(ps -C fluidsynth -o stat=) =~ S ]]; do:; done &&
aconnect 20:0 128:0 &)
fluidsynth -a alsa -g 5 /usr/share/sounds/sf2/FluidR3_GM.sf2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment