This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- m18s, midcentury modular 5/9/20 livestream version | |
-- in 1: clock | |
-- in 2: 0-5 offset, 8 position sequence selector | |
-- out 1: cv 1 | |
-- out 2: gate 1 | |
-- out 3: cv 2 | |
-- out 4: gate 2 | |
function shouldGateFire (stage, numStages, gateMode) | |
if stage <= numStages then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- coast_is_moving ~ fm cloud inspired by N KRAMER's ENDLESS | |
-- in 1: change jf minimum octave (0 - 5v offset knob) | |
-- in 2: change jf maximum octave (0 - 5v offset knob) | |
-- elements is a rubbery whistle tone | |
-- 1st voice is warps, which FM's elements | |
-- out 1: cv 1 | |
-- out 2: gate 1 | |
-- 2nd voice is elements | |
-- out 3: cv 2 | |
-- out 4: gate 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- midcentury modular nye livestream | |
-- in1: clock | |
-- out1: blades 1 v/oct | |
-- out2: blades 2 v/oct | |
-- out3: ripples v/oct | |
function init() | |
input[1]{ mode = 'change' | |
, direction = 'rising' | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// pulled from https://llllllll.co/tags/c/library/18/norns, scrolled down all the way | |
// [...new Set([...document.getElementsByClassName("title raw-link raw-topic-link")].map(h => h.innerHTML.toString().toLowerCase().replace(/ |:|\[|\]|\(|\)|\-|\{|\}|\~|\—|\.|_|,|!|\\|\/|\&|\;/g, "") + ` -!- [${h.innerText}](${h.href})`).sort())] | |
const library = [ | |
"13angels -!- [13 angels](https://llllllll.co/t/13-angels/41671/4)", | |
"3dpurelua3dlibfornorns -!- [3d: pure Lua 3d lib for norns](https://llllllll.co/t/3d-pure-lua-3d-lib-for-norns/39622)", | |
"4bigknobs -!- [4 Big Knobs](https://llllllll.co/t/4-big-knobs/42190/2)", | |
"abacus -!- [Abacus](https://llllllll.co/t/abacus/37871/2)", | |
"amen -!- [Amen](https://llllllll.co/t/amen/43746/2)", | |
"animator -!- [Animator](https://llllllll.co/t/animator/28242/18)", |
OlderNewer