degree reference &optional scale [Function]

Returns the integer scale position of reference in scale. Reference may be a note, degree, or pitch. If scale is omitted it defaults to *standard-scale*.

Example:

? (degree 'a4)
69

? (degree 440.0)
69

? (degree 69)
69

See Also:

degree [Item Type], degrees, note, notes, pitch, pitches, *standard-scale*


Last Modified: 5-Mar-1998