Skip to content

Commit

Permalink
music: hack: exclude folk-beads which uses systemd to manage jack
Browse files Browse the repository at this point in the history
  • Loading branch information
osnr committed Nov 21, 2023
1 parent dc144ee commit fde19f3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions virtual-programs/music.folk
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,14 @@ proc ::Music::exec {args} {
proc ::Music::finishSetup {} {
variable musicDir

exec jack_control start
exec jack_control ds alsa
exec jack_control dps device hw:HDMI,10
exec jack_control dps rate 48000
exec jack_control dps nperiods 2
exec jack_control dps period 64
if {$::thisNode ne "folk-beads"} {
exec jack_control start
exec jack_control ds alsa
exec jack_control dps device hw:HDMI,10
exec jack_control dps rate 48000
exec jack_control dps nperiods 2
exec jack_control dps period 64
}

catch {exec pkill ghci}
catch {exec pkill sclang}
Expand Down

0 comments on commit fde19f3

Please sign in to comment.