Skip to content

Instantly share code, notes, and snippets.

@jdmichaud
Created April 24, 2020 16:15
Show Gist options
  • Save jdmichaud/1835bfb307edf1c8b09f9a9dfd4f9cb7 to your computer and use it in GitHub Desktop.
Save jdmichaud/1835bfb307edf1c8b09f9a9dfd4f9cb7 to your computer and use it in GitHub Desktop.
Low latency MIDI ubuntu
sudo apt-get install linux-lowlatency
# reboot chosing low-latency kernel. Shift or Escape during boot process.
# Add user to audio group
sudo usermod -a -G audio jedi
qsynth qsynth -a alsa
# Look for MIDI keyboard and FluidSynth entry
aconnect -o
# Then connect them together
aconnect in out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment