Hi,
the docs of the play_pattern_timed
function state, that
play_pattern_timed [40, 42, 44, 46], [1, 2, 3]
is equivalent to
play 40
sleep 1
play 42
sleep 2
play 44
sleep 3
play 46
But it’s not. The play_pattern_timed
function changes the sustain of the played notes, based on their associated sleep value.
An older post confirms this and people in the accompanying thread also confirm that this is the way they use the function. Which I guess is fine. Still it’s not what the docs say, and so I’m wondering how I can get the behaviour that’s described in the docs for the play_pattern_timed
function.
Any pointers are much appreciated
Cheers, Benjamin