View source: R/add_transitions_dep.R
add_transitions_dep | R Documentation |
Used in add_transitions() to add a transitions column for an ordered unit table from one song. Designed only for use within add_transitions().
add_transitions_dep(table)
table: |
Ordered unit table of notes from one song. |
A unit table with a transitions column.
unit_table = tibble::tibble(start = c(0.37, 0.6, 0.2, 1.8), end = c(0.45, 0.7, 0.4, 2), selec = c(1,2,3,4),sound.files ="JS001.wav" , note_label = "Curve")
add_transitions_dep(unit_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.