pt2_read_mod {ProTrackR2} | R Documentation |
Read and write ProTracker modules
Description
Functions to read and write ProTracker module. The read function will read a number of mod files that are compatible with ProTracker, this includes files compressed with PowerPacker (PP). The write function will only write modules conform ProTracker specifications.
Usage
pt2_read_mod(file, ...)
pt2_write_mod(mod, file, ...)
Arguments
file |
Filename of the file to read from or write to. |
... |
Ignored |
mod |
An object of class |
Value
pt2_read_mod()
returns a pt2mod
class object when successful.
pt_write_mod()
returns NULL
invisibly.
Author(s)
Pepijn de Vries
Examples
mod <- pt2_read_mod(pt2_demo())
[Package ProTrackR2 version 0.0.5 Index]