Midi files being played work fine in my game and my midi player as long as im running them from the java sdk’s java program (i’ve tried 1.4.0 - 1.4.2) but when i run them from the jre version (such as double clicking a jar file) it’s as if it can’t keep time.
Eg. “C:\Program Files\Java\j2re1.4.0\bin\java.exe” -jar JMidi.jar
is choppy, but
c:\j2sdk1.4.0\bin\java.exe -jar JMidi.jar
works just fine.
anyone have any idea why this happens or how to prevent the poor timing when people want to run java programs that use midi in the JRE?
win xp dell 1ghz laptop.
same on amd k6/2 450 winxp.