From: Joe E. <jo...@em...> - 2005-03-11 00:24:30
|
The current driver I'm working on deals with 8-bit bytes (after unpacking them from the 7-bit ones that MIDI uses). It *also* uses some values that span mulitple bytes (ie, MSB/LSB). From a brief look at the ParamModel class, it looks like it's not really going to help me here. As a result, I suspect that the *Widget system is, likewise, not available to me, correct? - Joe |