aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.aataaj_JACK.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.aataaj_JACK.lua b/.aataaj_JACK.lua
index d3cdf2e..4de0f49 100755
--- a/.aataaj_JACK.lua
+++ b/.aataaj_JACK.lua
@@ -2,7 +2,7 @@
2 2
3-- An example users .aataaj_JACK.lua script that just starts jack-plumbing and qsynth. 3-- An example users .aataaj_JACK.lua script that just starts jack-plumbing and qsynth.
4 4
5local _ = require 'PolygLua' 5local _ = require 'polygLua'
6 6
7if _.runnable'jack-plumbing' then __'jack-plumbing':noErr():noOut():forkOnce() end 7if _.runnable'jack-plumbing' then __'jack-plumbing':noErr():noOut():forkOnce() end
8if _.runnable'qsynth' then __'qsynth':noErr():noOut():forkOnce() end 8if _.runnable'qsynth' then __'qsynth':noErr():noOut():forkOnce() end