From 912f20022fa2d34c2e2a4283229e2d0e95ffe9e3 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 4 Aug 2020 17:16:19 +0200 Subject: DAW: tune the qjackctl behavior --- make_slackware_live.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 8d7cf67..115fc0c 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -2096,12 +2096,13 @@ EOT cat < ${LIVE_ROOTDIR}/home/${LIVEUID}/.config/rncbc.org/QjackCtl.conf [Options] DBusEnabled=true +GraphButton=true JackDBusEnabled=true KeepOnTop=false -PostShutdownScript=false -PostShutdownScriptShell= -PostStartupScript=false -PostStartupScriptShell= +PostShutdownScript=true +PostShutdownScriptShell=killall a2jmidid & +PostStartupScript=true +PostStartupScriptShell=/usr/bin/a2jmidid -e & ServerConfig=true ServerConfigName=.jackdrc ShutdownScript=false @@ -2122,6 +2123,7 @@ DefPreset=(default) [Settings] Driver=alsa Frames=256 +MidiDriver=seq Periods=2 PortMax=256 Priority=5 @@ -2129,6 +2131,7 @@ Realtime=true SampleRate=48000 Server=jackd StartDelay=2 +Sync=true EOT # Add a default jackd configuration: -- cgit v1.2.3