added script to connect the piano piano

This commit is contained in:
Jorge Vásquez Pérez
2018-07-04 13:17:53 -07:00
parent 93e2f3c08e
commit d037d1d455
+9
View File
@@ -0,0 +1,9 @@
qsynth &
sleep 2
out=$(aconnect -o | grep client.*'FLUID Synth' | grep -o [0-9]*[\:] | sed 's/\://')
in=$(aconnect -o | grep client.*'USB Axiom 49' | grep -o [0-9]*[\:] | sed 's/\://')
echo aconnect $in $out
aconnect $in $out