(determine-midi-note {:keys [letter accidentals] :as note}
octave
key-sig
transpose)
Determines the MIDI note number of a note, within the context of an instrument's octave and key signature.
Determines the MIDI note number of a note, within the context of an instrument's octave and key signature.
(midi->hz ref-pitch note)
Converts a MIDI note number to the note's frequency in Hz.
Converts a MIDI note number to the note's frequency in Hz.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close