View source: R/pc-chord-type.R
pc_chord_type | R Documentation |
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)
## Default S3 method:
pc_chord_type(x)
## S3 method for class 'pc_chord'
pc_chord_type(x)
## S3 method for class 'pi_chord'
pc_chord_type(x)
## S3 method for class 'pc_set'
pc_chord_type(x)
## S3 method for class 'pc_set_type'
pc_chord_type(x)
## S3 method for class 'pc_set_norm_order'
pc_chord_type(x)
## S3 method for class 'smooth_spectrum'
pc_chord_type(x)
## S3 method for class 'sparse_spectrum'
pc_chord_type(x)
## S3 method for class 'pi_chord'
pi_chord_type(x)
## S3 method for class 'smooth_spectrum'
pi_chord_type(x)
## S3 method for class 'sparse_spectrum'
pi_chord_type(x)
x |
Object to represent as a pitch-class chord type. |
Returns an object of class pc_chord_type
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.