Clear all samples from module
## S4 method for signature 'PTModule' clearSamples(mod)
mod |
A |
Conform the original ProTracker, this method removes all patterns
PTSample
s 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.