patternLength | R Documentation |
Get the number of PTPattern
tables in a PTModule
object.
## S4 method for signature 'PTModule'
patternLength(x)
x |
A |
The number of PTPattern
tables in a PTModule
object should range from 1 up to either 64 or 100. The maximum depends on the
trackerFlag
of the PTModule
object.
Returns a numeric
value representing the number of
PTPattern
tables in object x
.
Pepijn de Vries
Other pattern.operations:
MODPlugToPTPattern()
,
PTPattern-class
,
PTPattern-method
,
PTPatternToMODPlug()
,
appendPattern()
,
deletePattern()
,
pasteBlock()
,
patternOrderLength()
,
patternOrder()
Other module.operations:
PTModule-class
,
appendPattern()
,
clearSamples()
,
clearSong()
,
deletePattern()
,
fix.PTModule()
,
modToWave()
,
moduleSize()
,
patternOrderLength()
,
patternOrder()
,
playMod()
,
playingtable()
,
rawToPTModule()
,
read.module()
,
trackerFlag()
,
write.module()
data("mod.intro")
## Get the number of pattern tables in mod.intro:
patternLength(mod.intro)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.