The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Music::ChordBot::Opus::Section::Style- ChordBot styles.

SYNOPSIS

    use Music::ChordBot::Opus::Section::Style::Track;
    $track = Music::ChordBot::Section::Style::Track->new;
    $track->id(14)->volume(6);

METHODS

new [ args ]

Creates a new Music::ChordBot::Opus::Section::Style::Track object.

Initial attributes can be passed to the constructor as a hash.

Attributes:

id

The track id. The id selects an instrument and comping pattern.

volume

The desired volume.

id volume

Accessors can be used to set and/or get these attributes.

instrument

Returns a string describing the instrument for the current track.

pattern

Returns a string describing the pattern for the current track.

AUTHOR, COPYRIGHT & LICENSE

See Music::ChordBot.