Arguments
- mod
A
PTModule
object from which all samples needs to be removed.
Details
Conform the original ProTracker, this method removes all patterns
PTSample
s from a module. You keep all patterns
(PTPattern
) and patternOrder
info.
See also
Other module.operations:
PTModule-class
,
appendPattern()
,
clearSong()
,
deletePattern()
,
fix.PTModule()
,
modToWave()
,
moduleSize()
,
patternLength()
,
patternOrderLength()
,
patternOrder()
,
playMod()
,
playingtable()
,
rawToPTModule()
,
read.module()
,
trackerFlag()
,
write.module()
Examples
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)