From 774fecec137b67f53d6ddfe34c1cd0f339b424cf Mon Sep 17 00:00:00 2001 From: dvs1 Date: Thu, 31 Oct 2024 03:05:22 +1000 Subject: Start up jack-plumbing in the example. --- .aataaj_JACK.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.aataaj_JACK.lua') diff --git a/.aataaj_JACK.lua b/.aataaj_JACK.lua index 5c63507..d3cdf2e 100755 --- a/.aataaj_JACK.lua +++ b/.aataaj_JACK.lua @@ -1,7 +1,8 @@ #!/usr/bin/env luajit --- An example users .aataaj_JACK.lua script that just starts qsynth. +-- An example users .aataaj_JACK.lua script that just starts jack-plumbing and qsynth. local _ = require 'PolygLua' +if _.runnable'jack-plumbing' then __'jack-plumbing':noErr():noOut():forkOnce() end if _.runnable'qsynth' then __'qsynth':noErr():noOut():forkOnce() end -- cgit v1.1