Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schollz/wobblewobble
slowly oscillating frequencies for monome crow
https://github.com/schollz/wobblewobble
crow monome norns norns-script
Last synced: 26 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T16:21:22.000Z (about 3 years ago)
- Last Synced: 2024-11-27T00:13:56.901Z (about 1 month ago)
- Topics: crow, monome, norns, norns-script
- Language: SuperCollider
- Homepage: https://llllllll.co/t/wobblewobble
- Size: 66.4 KB
- Stars: 10
- Watchers: 3
- 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.
![snek2](https://user-images.githubusercontent.com/6550035/118997986-ee794280-b93d-11eb-85a4-33cbdbe4b0b6.gif)
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
![constant](https://user-images.githubusercontent.com/6550035/118861929-eb287d00-b891-11eb-9efd-2a09f0142d5f.PNG)
#### sine
![sine](https://user-images.githubusercontent.com/6550035/118861927-ea8fe680-b891-11eb-9fe1-7ce6c2f93c81.PNG)
#### triangle
![triangle](https://user-images.githubusercontent.com/6550035/118861926-ea8fe680-b891-11eb-85b1-8a9cc5df7c94.PNG)
#### wobbly sine
![wobblysine](https://user-images.githubusercontent.com/6550035/118861924-e9f75000-b891-11eb-9b49-b1df6d0cc18e.PNG)
#### snek
![snek](https://user-images.githubusercontent.com/6550035/118861922-e95eb980-b891-11eb-9d31-bc03bc69210f.PNG)
#### lorenzian
![lorenz](https://user-images.githubusercontent.com/6550035/118861920-e95eb980-b891-11eb-9705-3b80d592c4fe.PNG)
#### henonian
![henon](https://user-images.githubusercontent.com/6550035/118861918-e8c62300-b891-11eb-97ed-3affa265dd18.PNG)
#### random walk
![randomwalk](https://user-images.githubusercontent.com/6550035/118861917-e82d8c80-b891-11eb-940b-4877262f5110.PNG)
#### latoocarfian
![LatoocarfianC](https://user-images.githubusercontent.com/6550035/118861930-eb287d00-b891-11eb-9225-3f78d48dd050.PNG)
#### standard chaotic
![standard](https://user-images.githubusercontent.com/6550035/118861935-ec59aa00-b891-11eb-838e-cbaed31b23e8.PNG)
#### fbsine
![fbsine](https://user-images.githubusercontent.com/6550035/118861938-ecf24080-b891-11eb-9475-281177b24c5d.PNG)
#### quad
![quad](https://user-images.githubusercontent.com/6550035/118861937-ec59aa00-b891-11eb-965f-2856069def06.PNG)
#### gingerbreadman
![gingerbread](https://user-images.githubusercontent.com/6550035/118861933-ebc11380-b891-11eb-96b3-118671315bd9.PNG)
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