Class ChordScale
In: app/models/chord_scale.rb
Parent: ActiveRecord::Base

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]