Module note

Module note 

Source
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§

NoteFunction

Functions§

parse_note_to_midi
Parse note name to MIDI number C4 = 60, C#4 = 61, D4 = 62, etc.