add support for sleep/rest command duration in musical note values that are computed at runtime relative to tempo set independently of sleep command #29
Add support for setting a BPM tempo that can be referenced when executing a sleep command whose duration is a musical note value. For example:
<clock tempo="120" /> (see also #19)
<Sleep group="A">quarter</Sleep>
With supported sleep command values of:
whole, half, quarter, eighth, sixteenth
or
1/1 (indicating whole note and not to be confused with a 1ms sleep value), 1/2, 1/4, 1/8, 1/16
Alternatively, add a separate sleep/rest command that only accepts these musical note values: 1, 2, 4, 8, 16
Add support for setting a BPM tempo that can be referenced when executing a sleep command whose duration is a musical note value. For example:
<clock tempo="120" />
(see also #19)<Sleep group="A">quarter</Sleep>
With supported sleep command values of:
whole, half, quarter, eighth, sixteenth
or1/1 (indicating whole note and not to be confused with a 1ms sleep value), 1/2, 1/4, 1/8, 1/16
Alternatively, add a separate sleep/rest command that only accepts these musical note values:
1, 2, 4, 8, 16