aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.aataaj_JACK.lua2
-rwxr-xr-xaataaj.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/.aataaj_JACK.lua b/.aataaj_JACK.lua
index 8378e54..5c63507 100755
--- a/.aataaj_JACK.lua
+++ b/.aataaj_JACK.lua
@@ -4,4 +4,4 @@
4 4
5local _ = require 'PolygLua' 5local _ = require 'PolygLua'
6 6
7if _.runnable'qsynth' then __'qsynth':forkOnce() end 7if _.runnable'qsynth' then __'qsynth':noErr():noOut():forkOnce() end
diff --git a/aataaj.lua b/aataaj.lua
index 9df7635..16838ca 100755
--- a/aataaj.lua
+++ b/aataaj.lua
@@ -408,7 +408,7 @@ elseif 'JACK' == arg[1] then
408 end 408 end
409 if nil ~= GUI then 409 if nil ~= GUI then
410 print(GUI) 410 print(GUI)
411 __(GUI):forkOnce() 411 __(GUI):noErr():noOut():forkOnce()
412 end 412 end
413 if _.runnable'jack-plumbing' then 413 if _.runnable'jack-plumbing' then
414 print('jack-plumbing') 414 print('jack-plumbing')