From: frankster <jsy...@te...> - 2011-09-04 11:37:32
|
Thanks for reporting this, its probably me that broke it because I added some images for the waveforms into the editor yesterday. It was working for me though! I'll have a look at this later on and see if I can get it to happen as well. frankie On 09/04/11 11:19, Martin Tarenskeen wrote: > 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. > |