ardour { ["type"] = "session", name = "xxx", license = "MIT", author = "xxx", description = [[xxx]] } function factory () return function (n_samples) if (not Session:transport_rolling ()) then -- not rolling, nothing to do. return end local x = Temporal.timepos_t(0) end end