Skip to contents

The timebase() function takes a humdrumR dataset and converts rhythmic information in the data into a step-sequencer like representation, with each humdrum data record representing one step. The duration of each step is the the "timebase", which can be controlled with the tb argument. The timebase() function is currently in a beta-draft, so may not work well.

Usage

timebase(humdrumR, tb = "16")

Arguments

humdrumR

HumdrumR data.

This data must have at least one spine with rhythmic (duration) encoded.

timebase

The duration of each step in the output sequence.

Defaults to a sixteenth-note.

Must be a single atomic value, which can be parsed as a duration, or NULL. If NULL, the tatum() of the dataset if automatically used as the time base.