Created
August 19, 2019 17:22
-
-
Save aolney/5123deaddc4abaa30900c6985686d5fe to your computer and use it in GitHub Desktop.
Launch a virtual midi keyboard with pure data and connect them
This file contains 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 | |
vkeybd & | |
puredata -alsamidi -mididev 1 & | |
aconnectgui & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment