Merge pull request #1274 from tidalcycles/midimaps

midimaps
This commit is contained in:
Felix Roos 2025-02-07 11:07:32 +01:00 committed by GitHub
commit 5e81b542dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 148 additions and 37 deletions

View file

@ -46,6 +46,16 @@ But you can also control cc messages separately like this:
$: ccv(sine.segment(16).slow(4)).ccn(74).midi()`}
/>
Instead of setting `ccn` and `ccv` directly, you can also create mappings with `midimaps`:
## midimaps
<JsDoc client:idle name="midimaps" h={0} />
## defaultmidimap
<JsDoc client:idle name="defaultmidimap" h={0} />
# OSC/SuperDirt/StrudelDirt
In TidalCycles, sound is usually generated using [SuperDirt](https://github.com/musikinformatik/SuperDirt/), which runs inside SuperCollider. Strudel also supports using SuperDirt, although it requires installing some additional software.