Example of a PTModule object
A PTModule
object included in the package as example.
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.