Expand description
Function execution system for arrow calls
This module provides a modular system for executing chainable functions
like synth -> note(C4) -> filter(lowpass, 1000)
Structs§
Functions§
- parse_
note_ to_ midi - Parse note name to MIDI number C4 = 60, C#4 = 61, D4 = 62, etc.