Skip to content

Instantly share code, notes, and snippets.

@zunaito
zunaito / hoje.lua
Last active April 28, 2020 12:56
seq for 3sis using asl functions + freq modulation
--- HOJE by @glia based on TONIGHT by @jlmitch5
-- output 1 > 3sis CENTRE inlet
-- output 2 > FREQ inlet
-- output 3 > HIGH inlet
-- (optional) connect LOW outlet to FM inlet + output ALL
seq = { 0, 4, 5, 7, 9, 2, 4, 7, 0 }
step = 2
switch = 1
@zunaito
zunaito / Engine_Kyber.sc
Last active January 2, 2020 20:00
Convolution2L sc ugen wrapped in a norns engine
Engine_Kyber : CroneEngine {
var <synth;
*new { arg context, doneCallback;
^super.new(context, doneCallback);
}
alloc {
SynthDef(\Convolution2L, {
arg in, out, kernel, trigger=0.0, framesize=2048, crossfade=1.0;
@zunaito
zunaito / ekombi.lua
Created March 13, 2019 05:12
ekombi for norns 2.0 beta
-- Ekombi
--
-- polyrhythmic sampler
--
--
-- 4, two-track channels
-- ------------------------------------------
-- trackA: sets the length
-- of the tuplet
--