From: Rib R. <ri...@gm...> - 2004-08-02 16:54:21
|
I suppose it would make sense to update them, although I probably won't have time today. At least for SysexSender's, I didn't update them because I'm planning to replace them with a method like Driver.sendParameter(ParamModel, Patch). ----- Original Message ----- From: Joachim Backhaus <jba...@pi...> Date: Mon, 2 Aug 2004 16:01:42 +0200 Subject: [jsynthlib-dev] XML Driver change question for Model/Sender To: "jsy...@ya..." <jsy...@ya...> Hi, I don't really understand why ParamModel and SysexSender are not changed to use IPatch. Now I have to integrate something like the following line: Patch patch = (Patch) p; Because the model can't use p anymore, e.g.: ComboBoxWidget voiceModeWidget = new ComboBoxWidget("Voice Mode", p, new TG100Model(patch, 7), new TG100Sender(0x00), TG100Constants.VOICE_MODE); Regards, Joachim Yahoo! Groups Sponsor ADVERTISEMENT ________________________________ Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/jsynthlib-dev/ To unsubscribe from this group, send an email to: jsy...@ya... Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. |