pc_set_type: Pitch-class set type

View source: R/pc-set-norm-form.R

pc_set_typeR Documentation

Pitch-class set type

Description

Expresses a sonority as a pitch-class set type. Pitch-class set types form equivalence classes of pitch-class sets under transposition.

Usage

pc_set_type(x)

## Default S3 method:
pc_set_type(x)

## S3 method for class 'pc_set'
pc_set_type(x)

## S3 method for class 'pc_set_norm_order'
pc_set_type(x)

## S3 method for class 'pc_set_type'
pc_set_type(x)

## S3 method for class 'pc_set_type'
transposition(x)

Arguments

x

Input sonority.

Value

An object of class "pc_set_type".

Note

When created from a pitch-class set, a pitch-class set type is associated with the interval by which it was transposed from the original pitch-class set. This transposition can be accessed with the function transposition().


pmcharrison/hrep documentation built on Feb. 18, 2024, 2:33 a.m.