SequencerM1.ticsToDuration

Converts MIDI tics to Duration.

class SequencerM1
protected final protected @nogc @safe pure nothrow const
Duration
ticsToDuration
(
int tics
,
size_t track
)

Parameters

tics int

The MIDI tics.

track size_t

The MIDI track itself.

Return Value

Type: Duration

The

Meta