Learn R Programming

ProTrackR2 (version 0.1.1)

pt2_new_mod: Create a new (empty) ProTracker module

Description

Creates an empty ProTracker module, it is returned as a pt2mod class object.

Usage

pt2_new_mod(name, ...)

Value

A pt2mod class module, with no samples and one empty pattern.

Arguments

name

Name for the new module. It will be truncated if longer than 20 characters.

...

Ignored

Author

Pepijn de Vries

Examples

Run this code
mod <- pt2_new_mod("my_song")

Run the code above in your browser using DataLab