From: <tt_...@gm...> - 2004-09-11 10:12:19
|
Hi Hiroo, Hiroo Hayashi wrote: > Torsten> I've made a small fix with calling > Torsten> IPatch[] patarray = Patch.valueOf(patchSysex); > Torsten> instead of > Torsten> IPatch[] patarray = createPatch(patchSysex); > > Torsten> And now the converter is concerned properly. > > I see the problem. Your fix is close, but is not optimal. I made a > fix for this. I found I could remove IPatch.chooseDriver method. > I've checked in the fix. Please try it. I tried it and it works, great. Your code limits chooseDriver() to look only for a fitting driver/converter of the choosen device. This avoids the unnecessary search through all loaded devices. Very good. Thanks and bye Torsten |