Packages

Music-theoretic LFE modules: notes, intervals, keys, scales, modes, melody-generation, etc.

Current section

Files

Jump to
undertheory src uth note.lfe
Raw

src/uth/note.lfe

(defmodule uth.note
(export all))
(defun whole () 1)
(defun half () 0.5)
(defun quarter () 0.25)
(defun eigth () 0.125)
(defun sixteenth () 0.0625)
(defun thirty-second () 0.03125)
(defun sixty-fourth () 0.015625)
;; XXX add dotteds