Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schollz/barcode
a randomized looper for monome norns
https://github.com/schollz/barcode
monome norns norns-script
Last synced: 3 months ago
JSON representation
a randomized looper for monome norns
- Host: GitHub
- URL: https://github.com/schollz/barcode
- Owner: schollz
- License: mit
- Created: 2020-08-10T14:50:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T17:41:53.000Z (about 3 years ago)
- Last Synced: 2024-10-07T23:37:21.028Z (3 months ago)
- Topics: monome, norns, norns-script
- Language: Lua
- Homepage: https://llllllll.co/t/barcode
- Size: 138 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# barcode
![barcode](https://user-images.githubusercontent.com/6550035/89963709-3031cb80-dbfd-11ea-8aa2-486e7f2e10bf.gif)
this is `barcode` - my second patch for [norns](https://monome.org/docs/norns/). `barcode` replays a buffer six times, at different levels & pans & rates & positions, modulated by lfos on every parameter.
## demo
## 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 undoes then clears
- E1 changes output/rec levels
- E2 dials through parameters
- E3 adjusts current parameter
- shift+E3 adjusts freq of lfoafter 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](https://github.com/schollz/blndr): a quantized delay for monomes norns with time morphing
- [oooooo](https://github.com/schollz/oooooo): 6 x digital tape loops.
- [clcks](https://github.com/schollz/clcks): a tempo-locked repeater for monome norns## thanks
this would not have been possible without the stellar [softcut tutorial](https://monome.org/docs/norns/softcut/) and inspiration from [cranes](https://llllllll.co/t/cranes).
## license
MIT