https://github.com/krgn/snorkel
https://github.com/krgn/snorkel
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/krgn/snorkel
- Owner: krgn
- Created: 2023-03-09T20:03:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T17:48:43.000Z (over 2 years ago)
- Last Synced: 2025-02-11T11:41:22.793Z (over 1 year ago)
- Language: Rust
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TODO
* compute next state on tick (i.e. implement commands)
- `Z` lerp(rate target): Transitions operand to input.
- `*` bang: Bangs neighboring operands.
- `$` self(cmd): Send a command to Orca, or load external file.
- `:` midi(ch oct note velocity*): Send a midi note.
- `!` midi cc(ch knob val): Send a midi control change.
- `;` pitch(oct note): Send pitch byte out.
- `/` byte(high low): Send a raw hexadecimal byte.
- `=` play(ch oct note velocity*): Play note with built-in synth.
* scheduler
* load/save file
* re-size
* re-grid
* config file