From: Martin T. <m.t...@zo...> - 2011-07-07 23:54:44
|
On Thu, 7 Jul 2011, Martin Tarenskeen wrote: > 4. In the CVS version the DX7 editor does not open, I am getting an error > message instead. The DX7 editor was working fine in 0.20.0 version. To be more specific: Only after I had compiled and packaged the latest SVN development trunk in a jar file the error was happening. Looking more closely I discovered the problem was that the gif images for the DX7 algorithms were not found. But I could run "java JSynthLib" and then this problem did not happen. I also managed to fix the problem: 1. I moved the gif images from synthdrivers/YamahaDX7/images/ to synthdrivers/YamahaDX7/common/ 2. I edited synthdrivers/YamahaDX7/DX7FamilyVoiceEditor.java (diff file attached to this mail) 3. I compiled, and packaged the results in a jar file Now the DX7 voice editor works again. Maybe someone with SVN write access can commit (or improve) my fix to the trunk ? (BTW: I had to disable the RolandGP16 driver in the Makefile. Something is wrong there too, I could not compile without removing it from the list in the Makefile. Maybe someone is able to fix that one too ?) -- MT |