Creates an empty ProTracker module, it is returned as a pt2mod
class object.
Arguments
- name
Name for the new module. It will be truncated if longer than 20 characters.
- ...
Ignored
Value
A pt2mod
class module, with no samples and one empty pattern.
Examples
mod <- pt2_new_mod("my_song")