mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
ES-9 stop and renaming
This commit is contained in:
parent
21bb1fb091
commit
6f6cc537cf
@ -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
6
scripts/es9stop.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Script to stop ES-9 audio interface
|
||||
|
||||
pkill alsa_in
|
||||
pkill alsa_out
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user