| clearSamples | R Documentation |
Remove all PTSamples from a PTModule object.
## S4 method for signature 'PTModule'
clearSamples(mod)
mod |
A |
Conform the original ProTracker, this method removes all patterns
PTSamples from a module. You keep all patterns
(PTPattern) and patternOrder info.
Returns a copy of object mod in which all samples are removed.
Pepijn de Vries
Other module.operations:
PTModule-class,
appendPattern(),
clearSong(),
deletePattern(),
fix.PTModule(),
modToWave(),
moduleSize(),
patternLength(),
patternOrderLength(),
patternOrder(),
playMod(),
playingtable(),
rawToPTModule(),
read.module(),
trackerFlag(),
write.module()
data(mod.intro)
## 'clear.mod' is a copy of 'mod.intro' without the
## samples. It still holds all pattern tables and
## pattern order info.
clear.mod <- clearSamples(mod.intro)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.