pt2_pattern {ProTrackR2} | R Documentation |
Retrieve a pattern from a ProTracker module
Description
Get a pattern table (sequence of notes and effects on each of the 4 channels) at a specific index from a ProTracker module.
Usage
pt2_pattern(mod, i, ...)
Arguments
mod |
A |
i |
The index ( |
... |
Ignored |
Value
A pt2pat
object representing the pattern.
Author(s)
Pepijn de Vries
Examples
mod <- pt2_read_mod(pt2_demo())
pt2_pattern(mod, 0L)
[Package ProTrackR2 version 0.0.5 Index]