Module: MusicTheory

Defined in:
lib/lygre/musictheory.rb

Overview

Simple diatonic music theory necessary for parsing of Gregorian chant scores

Defined Under Namespace

Classes: Note

Constant Summary collapse

PITCHES =
[:c, :d, :e, :f, :g, :a, :b]
VALUES =
[0, 2, 4, 5, 7, 9, 11]