Created
April 24, 2020 16:15
-
-
Save jdmichaud/1835bfb307edf1c8b09f9a9dfd4f9cb7 to your computer and use it in GitHub Desktop.
Low latency MIDI ubuntu
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
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