View source: R/sync_sample_paired.R
sync_sample_paired | R Documentation |
taken N samples of two instruments (where they both have onsets)
sync_sample_paired(
df = NULL,
instr1 = NULL,
instr2 = NULL,
n = 0,
bootn = NULL,
beat = NULL,
verbose = FALSE
)
df |
data frame to be processed (required) |
instr1 |
Instrument 1 name to be processed (required) |
instr2 |
Instrument 2 name to be processed (required) |
n |
Number of samples to be drawn from the pool of joint onsets. If 0, do not sample (default) |
bootn |
How many bootstraps are drawn (default none, which is 1) |
beat |
Beat structure (subdivisions) to be included |
verbose |
Display no. of shared onsets (default FALSE) |
List containing asynchronies and beat structures
sync_execute_pairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.