pt2_cell | R Documentation |
A cell is an element at a specific row and column (channel). It holds information
aboute the note to be played, the instrument (sample) number and the effect to be applied.
For mor information about cells (class pt2cell
) consult vignette("s3class")
.
For more information about selecting elements from ProTrackR2 class objects check out
vignette("select_opts")
.
pt2_cell(pattern, i, j, ...)
pattern |
A |
i , j |
Indices for extracting or replacing ProTrackR2 object elements. The indices starts at 0, for consistency with ProTracker! |
... |
Ignored |
Returns a cell object from the table as class pt2cell
.
Pepijn de Vries
mod <- pt2_read_mod(pt2_demo())
pt2_cell(mod$patterns[[1]], 0L, 0L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.