View Single Post
Old Apr 29, 2008, 01:45 PM   #3 (permalink)
Russ
DriverHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 4,076
Russ has a spectacular aura aboutRuss has a spectacular aura aboutRuss has a spectacular aura about

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 View Post
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).

Last edited by Russ; Apr 29, 2008 at 03:37 PM.
Russ is offline   Reply With Quote