From: Peter G. <pet...@gm...> - 2013-01-22 11:08:21
|
Hi, This is a forwarded message by Andreas Rückert from the JSynthLib group on Facebook: Andreas Rückert <https://www.facebook.com/andreas.ruckert.796> 22 januari 11:39 Maybe I'm doing something wrong, but I'd like to import a K4 dump (the factory patches, to be precise). It contains single patches, multi patches, drums and effects. JSynthLib only finds the multi patches, but nothing else. Methinks, that IPatch[] createPatches(byte[] sysex) in JSynthLib/core/DriverUtil.java is the problem. It tries to find a driver for the first sysex and returns the patches created by the driver. But I think it should check, if the driver actually parsed _all_ the sysex data and if not, repeat the process until _all_ the sysex data were parsed. I cannot join the JSynthLib dev mailing list and the homepage shows some medical articles(?), so I don't know how to ask the developers. That's why I posted here... Greetings, Peter Btw, Brian Klock also joined our group. https://www.facebook.com/groups/JSynthLib/ |