We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Pages: 1 2 
SoundCipher (Read 9361 times)
Re: SoundCipher
Reply #15 - Mar 28th, 2010, 1:27pm
 
Is it just me or is the duration of notes added to a score always slightly less than what it should be?

The start beat is fine, in that when there are consecutive notes, the next note will start at the point where the previous note should have ended.

Best to add aswell that its not random and while the duration is always off by the same amount of time each time the program is run, the error difference isn't quantized to a number of beats but is vaguely proportional to the intended duration.

As though some small part of the calculation with the resolution is a bit off. I looked through the source but couldn't find where this is happening.

Anyone else experience this?

Thanks Andrew - noticed that version 10 also has an option for different time signatures in the score. Works great.

Re: SoundCipher
Reply #16 - Mar 28th, 2010, 1:48pm
 
Update on that previous post:

The problem is only fully observable when using the writeMidiFile() and the difference between the intended duration and the what is in the midi file is sometimes a perfect number of beats off and sometimes its not. No specific causes noticed just yet.

Strange.

Pages: 1 2