project name: | stack |
project url: | https://github.com/cfdrake/stack |
author: | cfd90 |
description: | a stack of 8 fixed-frequency resonant bandpass filters |
discussion url: | https://llllllll.co/t/35218 |
tags: | audio_fx |
A stack of 8 fixed-frequency resonant bandpass filters, for Monome Norns. Each filter is one octave apart.
ENC1
to choose which filter is activeFilter selection can be recorded and played back as a pattern.
KEY2
to begin recordingENC1
to select active filterKEY3
to finish recording and play back patternKEY2
then KEY3
to clear pattern (record empty pattern)Stack operates on a stereo input signal.
Download latest release and copy files into ~/dust/code/stack
.
Or use Git:
<ssh into your Norns>
$ cd ~/dust/code
$ git clone https://github.com/cfdrake/stack.git
Note that after installing you must SYSTEM => RESET
your Norns before running this script, as it includes a new SuperCollider engine.
This script makes a new SuperCollider engine available, Stack
. Please see lib/Engine_Stack.sc
for the latest parameter definitions.