refactor(midi): extract MIDI message handlers into dedicated functions

- Move MIDI API logic into separate functions following #1274 (sendCC, sendProgramChange, sendPitchBend, etc.)
This commit is contained in:
nkymut
2025-02-09 10:56:51 +08:00
parent 919c2854d5
commit f802f18d68
4 changed files with 59 additions and 221 deletions
-1
View File
@@ -122,7 +122,6 @@ Consult your device's MIDI implementation guide for details on supported SysEx m
<MiniRepl client:idle tune={`note("c d e f e d c").miditouch(sine.slow(4).range(0,1)).midi()`} />
# 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.