chord_scale.rb

Path: app/models/chord_scale.rb
Last Update: Tue Mar 25 17:47:06 -0400 2008

A relationship of one chord to one scale, with some other optional information such as strength, representing the strength of the relationships.

Associations

  • chord - Associated chord.
  • mode - Associated scale mode.
  • scale - Associated scale through mode.

Key Context

Delegates key to the associated chord to access key context through this relationship.

[Validate]