Skip to content

Instantly share code, notes, and snippets.

@aolney
Created August 19, 2019 17:22
Show Gist options
  • Save aolney/5123deaddc4abaa30900c6985686d5fe to your computer and use it in GitHub Desktop.
Save aolney/5123deaddc4abaa30900c6985686d5fe to your computer and use it in GitHub Desktop.
Launch a virtual midi keyboard with pure data and connect them
#!/bin/bash
vkeybd &
puredata -alsamidi -mididev 1 &
aconnectgui &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment