Right, kX functions need only be used to read/write the values from/to the DSP, what you do with those values is up to you (i.e. update a GUI or send MIDI data using Windows functions, etc).
Quote:
Originally Posted by Maddogg6
but sending the message was a little tricky too because of byte and nibble orders - as I recall, seemed backwards to the way that I think of how a midi message is sent.
|
Hehe, it
(it is a processor thing) is due to little-endian memory addressing, which basically stores data in memory in reverse
(depending on how you look at it) order (least significant byte first).