[jmsl] oops, nutha thing
jmsl at music.columbia.edu
jmsl at music.columbia.edu
Tue Jul 15 17:42:53 EDT 2008
I've just noticed something strange.
In the following snippet:
shape.setStartDelay(2.5);
player.add(shape);
player.launch(JMSL.now());
"shape" is just a MusicShape and "player" is a Player, but when I
launch the player, it seems to ignore the startDelay setting, and
plays the shape right away. Does the Player somehow change the
MusicShape's startDelay, or just ignore it? I'll probably be wanting
the Player to play a sequence of MusicShapes, some of which may have
different startDelays... Am I missing something?
J.
More information about the jmsl
mailing list