pt2_new_mod {ProTrackR2}R Documentation

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, ...)

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.

Author(s)

Pepijn de Vries

Examples

mod <- pt2_new_mod("my_song")

[Package ProTrackR2 version 0.0.5 Index]