-- 16sliders
--
-- step sequencing a mono sine
--
-- enc 2 = select step
-- enc 3 = tune step
-- key 2 = random walk
-- key 3 = mutate
local sliders = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
local edit = 1
local accum = 1
local step = 0
engine.name = 'TestSine'
local k = metro[1]
k.count = -1
k.time = 0.1
k.event = function(stage)
This file has been truncated. show original