chord_collection.rb

Path: app/models/chord_collection.rb
Last Update: Thu Apr 02 21:48:27 -0400 2009

Intended to be used as a dynamic object extension of an Array representing a collection of chords for some added convenience.

For example, even though the base class is an Array, we can write:

  • +scale.chords.symbols+ - For an array of symbols.
  • +scale.chords.names+ - For an array of full names.

[Validate]