powered by
Remove all patterns (PTPattern) and patternOrder info from a PTModule object.
PTPattern
patternOrder
PTModule
# S4 method for PTModule clearSong(mod)
Returns a copy of object mod in which all pattern (order) info is removed.
mod
A PTModule object from which all pattern (order) info needs to be removed.
Pepijn de Vries
Conform the original ProTracker, this method removes all patterns (PTPattern) and patternOrder info from a module. You keep the audio PTSamples.
PTSample
Other module.operations: PTModule-class, appendPattern(), clearSamples(), deletePattern(), fix.PTModule(), modToWave(), moduleSize(), patternLength(), patternOrderLength(), patternOrder(), playMod(), playingtable(), rawToPTModule(), read.module(), trackerFlag(), write.module()
PTModule-class
appendPattern()
clearSamples()
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 ## pattern (order) info. It still has the audio samples. clear.mod <- clearSong(mod.intro)
Run the code above in your browser using DataLab