pc_chord_type: Pitch-class chord type

View source: R/pc-chord-type.R

pc_chord_typeR Documentation

Pitch-class chord type

Description

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.

Usage

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)

Arguments

x

Object to represent as a pitch-class chord type.

Value

Returns an object of class pc_chord_type.


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