From: Hiroo H. <hir...@co...> - 2005-02-01 05:52:05
|
Joachim> They can be retrieved by using bitmasks. Joachim> Joachim> In this case I needed a check box for the switch and a combo box Joachim> for the "Arpeggiator resolution" but one SysexSender and one ParamModel Joachim> for both because they are saved in one byte and single bits Joachim> can't be handled. ParamModel can handle this kind of case. You need two ParamModels, one for check box and one for combobox. One SysexSender can be shared by both check box and combobox. I took a look your code, but I could not understand well. Correct me, if I'm missing something. -- Hiroo Hayashi |