duple | R Documentation |
This function generates a meter()
objects representing duple meters.
The desired number of duple levels is controlled by the nlevels
argument.
The span of the meter (i.e., the highest level) is indicated by the measure
argument.
Finally, the tactus
argument indicates which level (indexe from highest to lowest)
is the tactus.
The default arguments build a 4/4 meter with levels ranging from whole-notes down
to sixteenth-notes, and a quarter-note tactus.
duple(nlevels = 4, measure = 1, tactus = 3L)
nlevels |
The number of duple levels. Must be a singleton, positive natural number |
measure |
The duration of the top level of the meter. Must be a singleton Is parsed as a duration by |
tactus |
Which level is the tactus? Must be a singleton, positive natural number; must be less than or equal to |
Use the meter()
function to create abitrary meters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.