mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-08-17 19:05:32 +00:00
ES-9 stop and renaming
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user