This function represents an object as a pitch-class chord type. A pitch-class chord type is defined as the chord's pitch class set expressed relative to the pitch class of the bass note.

pc_chord_type(x)

# S3 method for default
pc_chord_type(x)

# S3 method for pc_chord
pc_chord_type(x)

# S3 method for pi_chord
pc_chord_type(x)

# S3 method for pc_set
pc_chord_type(x)

# S3 method for pc_set_type
pc_chord_type(x)

# S3 method for pc_set_norm_order
pc_chord_type(x)

# S3 method for smooth_spectrum
pc_chord_type(x)

# S3 method for sparse_spectrum
pc_chord_type(x)

# S3 method for pi_chord
pi_chord_type(x)

# S3 method for smooth_spectrum
pi_chord_type(x)

# S3 method for sparse_spectrum
pi_chord_type(x)

Arguments

x

Object to represent as a pitch-class chord type.

Value

Returns an object of class pc_chord_type.