class Medley::Scale

Defined in:

medley/scale.cr

Constant Summary

PATTERNS = {maj: ["1", "1", ".5", "1", "1", "1", ".5"] of ::String, min: ["1", ".5", "1", "1", ".5", "1", "1"] of ::String}

Constructors

Instance Method Summary

Constructor Detail

def self.new(scale : String) #

[View source]

Instance Method Detail

def key #

[View source]
def name : String #

[View source]
def notes : Array(String) #

[View source]
def pattern(*values : Int32) #

[View source]