diff options
| -rwxr-xr-x | .aataaj_JACK.lua | 2 |
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 | ||
| 5 | local _ = require 'PolygLua' | 5 | local _ = require 'polygLua' |
| 6 | 6 | ||
| 7 | if _.runnable'jack-plumbing' then __'jack-plumbing':noErr():noOut():forkOnce() end | 7 | if _.runnable'jack-plumbing' then __'jack-plumbing':noErr():noOut():forkOnce() end |
| 8 | if _.runnable'qsynth' then __'qsynth':noErr():noOut():forkOnce() end | 8 | if _.runnable'qsynth' then __'qsynth':noErr():noOut():forkOnce() end |
