Calculates how many notes in front of window.
This depends heavily on cppCountForward, refer to modelManipulation.R for correct usage.
1 2 | .cppModelManipulation(unq_offsets, obj_offsets, window = 200,
is_sorted = FALSE)
|
unq_offsets |
a Numeric Vector of the offsets to check on |
obj_offsets |
a List of the objects offsets |
window |
a double indicating the window of the check |
is_sorted |
a boolean indicating if the vectors are sorted, if they aren't, they will be sorted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.