From: Jeff W. <jww...@ya...> - 2005-03-11 02:35:28
|
Joe>The current driver I"m working on deals with 8-bit bytes (after Joe>unpacking them from the 7-bit ones that MIDI uses). It *also* uses Joe>some values that span mulitple bytes (ie, MSB/LSB). Joe> Joe>From a brief look at the ParamModel class, it looks like it"s not Joe>really going to help me here. As a result, I suspect that the Joe>*Widget system is, likewise, not available to me, correct? I don't think there's any reason you can't use a standard ParamModel to edit an 8-bit byte. And I don't think there's any reason you can't create a subclass of a ParamModel that can edit two (or more) contiguous (or even non-contiguous) bytes. And all can be done under control of the Widget of your choice. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |