https://github.com/schollz/wobblewobble
slowly oscillating frequencies for monome crow
https://github.com/schollz/wobblewobble
crow monome norns norns-script
Last synced: 6 months ago
JSON representation
slowly oscillating frequencies for monome crow
- Host: GitHub
- URL: https://github.com/schollz/wobblewobble
- Owner: schollz
- License: mit
- Created: 2021-05-13T22:43:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T16:21:22.000Z (almost 4 years ago)
- Last Synced: 2025-03-25T05:34:04.185Z (7 months ago)
- Topics: crow, monome, norns, norns-script
- Language: SuperCollider
- Homepage: https://llllllll.co/t/wobblewobble
- Size: 66.4 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## wobblewobble
slow oscillators for crow outputs from norns.

https://vimeo.com/553165797
with wobblewobble you can...
- assign each of the four crow outputs one of many different types of slowly oscillating modulation sources.
- configure crow as midi->CV or midi->envelope atop any oscillation (or none)
- visualize slow oscillations from crow inputs (<7hz)this script was also designed to be a library (all functionality is available in the menu) so that it can be imported for crow functionality from other scripts. no examples of this yet, though.
### Requirements
- norns
- crow### Documentation
from the main norns screen you can:
- hold K1 and K2/K3 to switch crow
- press K2/K3 to switch modulator
- E1 changes frequency
- E2/E3changes lfo min/max
- K1+E2 or K1+E3 changes metathe params menu has more options, including:
- clamping the absolute minimum and maximum values
- add midi input to control pitch (top note, any note) or add an envelope
- meta params for the modulators
- change slew rateoscillators are configured in SuperCollider making it easy to configure / design / add new oscillators, including complex ones from the [chaotic UGens](https://doc.sccode.org/Browse.html#UGens%3EGenerators%3EChaotic). current oscillators:
#### constant

#### sine

#### triangle

#### wobbly sine

#### snek

#### lorenzian

#### henonian

#### random walk

#### latoocarfian

#### standard chaotic

#### fbsine

#### quad

#### gingerbreadman

many many thanks to @proswell for the excellent additions (grid support, five more modulators, adding inputs, adding metas) as well as testing.
any other PRs are welcomed with open wings.
## download
```
;install https://github.com/schollz/wobblewobble
```https://github.com/schollz/wobblewobble
## license
mit