HEY, I NOTICED THIS IN A PROJECT I WAS MAKING, THE CATZ SHOW! I made some cool music using the 'set instrument to' and 'play note -- for -- beats'. I never messed with the tempo, but when i tested it was okay, but the second time, it got all messed up!
The note duration in the block is not the time until the next note starts, but the time until the interpreter is allowed to go on to the next block. The extra time that the interpreter takes can be so large that note durations are substantially wrong, messing up the music.
This is a single-script project to see how badly off the note durations are. On my machine, they are about 5 to 15 msec too long, which is enough to mess up any sort of music translation.
Comments
You need to be logged in to post comments
Add a Comment
HEY, I NOTICED THIS IN A PROJECT I WAS MAKING, THE CATZ SHOW! I made some cool music using the 'set instrument to' and 'play note -- for -- beats'. I never messed with the tempo, but when i tested it was okay, but the second time, it got all messed up!
(view all replies)Comment Reply
The note duration in the block is not the time until the next note starts, but the time until the interpreter is allowed to go on to the next block. The extra time that the interpreter takes can be so large that note durations are substantially wrong, messing up the music.
(view all replies)Comment Reply
sorry meant what causes the note durations to be delayed or wrong.
(view all replies)Comment Reply
What is it that causes the note durations delayed or wrong..?
(view all replies)Comment Reply
you would be good in my contest here is the link (link to gallery)
(view all replies)Comment Reply
all with tempo 100 ----- If the tempo is 0, the result is 0 msec (web version) tempo 100 <==> 25 msec tempo 180 <==> 10 msec
(view all replies)Comment Reply
On my machine, if I run int on the web: 25msec, downloaded, NOT in presentation mode: around 15 msec, IN presentation mode: 10msec...
(view all replies)Comment Reply