Skip to contents

If cents() is applied to a humdrumR data class you may use the data's fields as arguments. If no field names are specified, the first selectedField is used as x.

Usage

humData |> select(Token) |> cents() 
humData |> cents(simple = TRUE)
humData |> cents(Token, Key = Key)

cents(
  x,
  ...,
  generic = FALSE,
  simple = FALSE,
  octave.relative = FALSE,
  Key = NULL,
  tonalHarmonic = 2^(19/12),
  transposeArgs = list(),
  parseArgs = list(),
  gamutArgs = list(),
  inPlace = FALSE
)