aboutsummaryrefslogtreecommitdiffstats
path: root/.aataaj_JACK.lua
blob: d3cdf2ea4281d0ffad682003ed35850362a57ef5 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env luajit

-- 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