mod.intro | R Documentation |
A PTModule
object included in the package as example.
A PTModule
object containing 4
PTSample
objects (and 27 empty PTSample
objects, adding up to the 31 samples a PTModule
should hold) and 4
PTPattern
objects.
This PTModule object is based on an original ProTracker module file
I've composed in the late nineteen nineties. It is used as example for many
of the ProTrackR methods and you can use it to test your own
code. It can also be exported back to the original ProTracker module file
by using write.module
.
Pepijn de Vries
data("mod.intro")
print(mod.intro)
plot(mod.intro)
## Not run:
playSample(mod.intro)
## Save as an original module file,
## which can be played with ProTracker (or several modern audio players):
write.module(mod.intro, "intro.mod")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.