Liking cljdoc? Tell your friends :D

alda.lisp.model.pitch


determine-midi-noteclj

(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.
sourceraw docstring

midi->hzclj

(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.
sourceraw docstring

pitchclj

(pitch letter & accidentals)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close