You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|
|
|
|
|