From: <tt_...@gm...> - 2004-09-09 10:32:06
|
Hi Hiroo, Hiroo Hayashi wrote: > The fix for this bug and SysexWidget.IParamModel|ISender is in head. Do you commit the converter fix already? I still have problems with my DX7 Converter. If I request a patch from my DX7 the DX7 Converter isn't concerned. I get the warning: You requested a Yamaha DX7 SER-7 Converter patch! But you got a Yamaha DX7 SER-7 Converter patch. And this means that no fitting driver was found! The pasted patch is the original received bytearray containing multi Sysexmessages. It seems that the DX7Converter extractPatch() method isn't called. I tried to find the bug, but I don't understand the new construction in detail. In the core.SysexGetDialog.pasteIntoSelectedFrame() method the selected drivers createPatch(SysexMessage[]) method is called directly. But in the core.Driver.createPatch(SysexMessage[]) method I found only the lines // if Conveter for the patch exist, convert the patch. IPatch[] patarray = createPatch(patchSysex); concerning Converters and to be honour I don't understand this. Where is the converters extractPatch(Patch) method called? I hope you understand my problem. Any idea? Bye Torsten |