From: Thorsten K. <Tho...@gm...> - 2004-12-20 12:28:18
|
Hi, I've new input on this topic: I noticed the same problem with another Java application which sends SysEx messages via the Javasound API. So, this issue is not related on JSynthLib itself, but possibly a general problem with Windows/Java Fortunately I also found a solution which works for me: if the MIDI output is sent to MIDI Yoke, the additional data junk won't be appended (or will be filtered). So, following MIDI routing helps: JSynthLib->MIDI Yoke->MIDI-Ox->MIDI Output Port The only thing which is unclear to me is: why doesn't this problem appear on JSynthLib v0.18? Could it be related to the way how v0.18 initializes the MIDI Ports? Best Regards, Thorsten. |