mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
Removed audio hack
This commit is contained in:
parent
9b3ab03ea3
commit
8a63dcd897
@ -6,16 +6,6 @@ function killPulse() {
|
||||
killall pulseaudio
|
||||
}
|
||||
|
||||
# Dumb hack to make audio setup right
|
||||
function pulseHack() {
|
||||
for i in {1..8}
|
||||
do
|
||||
killPulse
|
||||
sleep 0.1
|
||||
pulseaudio -D
|
||||
done
|
||||
}
|
||||
|
||||
# arg parser
|
||||
for arg in "$@"
|
||||
do
|
||||
@ -32,7 +22,6 @@ killPulse
|
||||
cadence-session-start --system-start &
|
||||
wait %1
|
||||
ladish_control sload studio
|
||||
pulseHack
|
||||
|
||||
# Eurorack audio interface
|
||||
sh ~/.config/scripts/start-es-8.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user