testing_note_duration

Your browser needs java to view projects. Click here to install Java.

user_icon kevin_karplus shared it 1 year, 11 months ago
120 views, 1 tagger, 1 person loves it, 6 downloads, in 1 gallery
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

 
Looby Looby 1 year, 3 months ago

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!

kevin_karplus kevin_karplus 1 year, 10 months ago

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.

forest forest 1 year, 10 months ago

sorry meant what causes the note durations to be delayed or wrong.

forest forest 1 year, 10 months ago

What is it that causes the note durations delayed or wrong..?

CONNER41950 CONNER41950 1 year, 10 months ago

you would be good in my contest here is the link (link to gallery)

JSO JSO 1 year, 11 months ago

all with tempo 100 ----- If the tempo is 0, the result is 0 msec (web version) tempo 100 <==> 25 msec tempo 180 <==> 10 msec

JSO JSO 1 year, 11 months ago

On my machine, if I run int on the web: 25msec, downloaded, NOT in presentation mode: around 15 msec, IN presentation mode: 10msec...

Please Wait...