chrislo / barcode

a randomized looper for monome norns

Home Page:https://llllllll.co/t/barcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

barcode

barcode

this is barcode - my second patch for norns. barcode replays a buffer six times, at different levels & pans & rates & positions, modulated by lfos on every parameter.

demo

Demo of playing

requirements

  • norns
  • line-in

documentation

  • hold K1 to shift
  • K2 to pauses LFOs
  • K3 starts recording
  • any key stops recording
  • shift+K2 switches buffer
  • shift+K3 clears
  • E1 changes output/rec levels
  • E2 dials through parameters
  • E3 adjusts current parameter
  • shift+E3 adjusts freq of lfo

after recording finishes, the corresponding buffer will be played on six different voices.

each voice has six parameters: level, pan, rate, reverse, start point, and end point. each of these parameters is modulated by a randomly initialized lfo (that's 36 lfos!). at this point, the lfos cannot be modulated except by changing the code.

in the ui, the parameters of the voices are represented as six groups of five lines. each group of lines corresponds to one voice. the order of the five lines corresponds to the parameters:

  1. level (L)
  2. pan (P)
  3. rate (R)
  4. direction (D)
  5. tape start/end points (T)

you can bias the modulation for any parameter using E2 to move the corresponding line (a parameter for a voice) and then adjusting with E3. shift+E3 adjusts the frequency of the lfo for that parameter.

the line at the very top is for the overall level, which can be adjusted with E1. during recording, E1 adjusts the recording level.

my other patches

  • blndr: a quantized delay for monomes norns with time morphing
  • oooooo: 6 x digital tape loops.
  • clcks: a tempo-locked repeater for monome norns

thanks

this would not have been possible without the stellar softcut tutorial and inspiration from cranes.

license

MIT

About

a randomized looper for monome norns

https://llllllll.co/t/barcode

License:MIT License


Languages

Language:Lua 100.0%