ES-9 stop and renaming

This commit is contained in:
Christian Colglazier 2020-08-16 18:22:01 -04:00
parent 21bb1fb091
commit 6f6cc537cf
4 changed files with 10 additions and 4 deletions

View File

@ -14,5 +14,5 @@ if test -z "$DEVICENUM"
fi
# Start up audio interface
alsa_in -d hw:$DEVICENUM -j "$DEVICENAME In" -q 1 &
alsa_out -d hw:$DEVICENUM -j "$DEVICENAME Out" -q 1 &
alsa_in -d hw:$DEVICENUM -j "$DEVICENAME In" -c 16 -q 1 &
alsa_out -d hw:$DEVICENUM -j "$DEVICENAME Out" -c 16 -q 1 &

6
scripts/es9stop.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
# Script to stop ES-9 audio interface
pkill alsa_in
pkill alsa_out

View File

@ -54,7 +54,7 @@ fixPulse
pulseaudio -D
# Eurorack audio interface
sh ~/.config/scripts/start-es-8.sh
sh ~/.config/scripts/start-es-9.sh
sh ~/.config/scripts/es8start.sh
sh ~/.config/scripts/es9start.sh
launchi3