Expand description
MIDI operations module.
Constants§
- MIDI_
NOTE_ NAMES - MIDI note names
- NOTE_
NAMES - Note names for MIDI notes
Functions§
- get_
midi_ note_ name - Get the note name for a given midi note
- get_
midinote_ from_ name - Get the midi note for a given note name
- note_
name_ to_ octave_ position - Convert a note name to it’s position in the octave
- octave_
position_ to_ note_ name - Convert an octave position to a note name
- to_
frequency - Map a midi note to a frequency
- transpose
- Transpose a midi value, safely keeping it within the bounds of the range 0-127.