From: Martin T. <m.t...@zo...> - 2011-09-04 10:19:19
|
Using the latest SVN versions of JSynthLib I am getting an error when trying to open the Yamaha TX81Z voice editor: The error was: 99 The exception text is: java.lang.ArrayIndexOutOfBoundsException: 99 at synthdrivers.YamahaTX81z.YamahaTX81zSingleEditor.<init>(YamahaTX81zSingleEditor.java:121) at synthdrivers.YamahaTX81z.YamahaTX81zSingleDriver.editPatch(YamahaTX81zSingleDriver.java:67) at core.Patch.edit(Patch.java:181) at core.AbstractLibraryFrame.editSelectedPatch(AbstractLibraryFrame.java:348) at core.Actions$1Worker.run(Actions.java:969) I have learnt how to compile and run Java code, but that's where my Java skills more or less end. But it looks like this error was introduced during the recent SVN activity. Maybe someone can take a look at this? I have also been doing a few improvements on the envelope graphics for the Yamaha DX7 and DX100/TX81z family (EG and PEG). (All were missing a Sustain segment, which I have fixed now). I will send some patches/proposals later, after the above bug has been fixed and after I have done some more testing with my locally modified copy. -- MT |