scale-member ref references &key :copy :start :end :scale [Function]

Tests for a scale equivalent of ref in references, which can be either a list or vector of scale references. If found, the equivalent value is returned, otherwise nil. Ref and referencesmay be expressed using any combinations of note, degree, or pitch.

Example:

? (scale-member 60 '(c3 fs4 440.0 c4 60))
C4

See Also:

scale=, scale/=, scale<, scale<=, scale>, scale>=, scale-max, scale-min, *standard-scale*


Last Modified: 5-Mar-1998