pt2_length | R Documentation |
Obtain information about a protracker module or embedded samples.
pt2_length(mod, ...)
pt2_length(mod, ...) <- value
pt2_n_pattern(mod, ...)
pt2_pattern_table(mod, ...)
pt2_name(x, ...)
## S3 method for class 'pt2mod'
pt2_name(x, ...)
## S3 method for class 'pt2samp'
pt2_name(x, ...)
pt2_n_sample(mod, ...)
... |
Ignored |
value |
New length of a module in number of patterns in the pattern sequence table. |
x , mod |
A |
Returns information about the specified ProTracker module
Pepijn de Vries
mod <- pt2_read_mod(pt2_demo())
pt2_length(mod)
pt2_n_pattern(mod)
pt2_n_sample(mod)
pt2_pattern_table(mod)
pt2_name(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.