diff options
Diffstat (limited to '.aataaj_JACK.lua')
-rwxr-xr-x | .aataaj_JACK.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
1 | #!/usr/bin/env luajit | 1 | #!/usr/bin/env luajit |
2 | 2 | ||
3 | -- An example users .aataaj_JACK.lua script that just starts 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'qsynth' then __'qsynth':noErr():noOut():forkOnce() end | 8 | if _.runnable'qsynth' then __'qsynth':noErr():noOut():forkOnce() end |