View source: R/cps_functions.R
interval_table | R Documentation |
Creates an interval table from a scale table
interval_table(scale_table)
scale_table |
a scale table from |
an interval table. This is a data.table with seven columns
from
name of "from" note
from_degree
scale degree of "from" note
to
name of "to" note
to_degree
scale degree of "to" note
ratio
interval as a number
ratio_frac
interval as a vulgar fraction (character)
ratio_cents
interval in cents
# default is the 1-3-5-7-9-11 Eikosany
eikosany <- cps_scale_table(root_divisor = 33)
print(eikosany_interval_table <-interval_table(eikosany))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.