Page 1 of 1

Midi question - probably a stupid one

Posted: Mon Jun 18, 2007 11:22 am
by manfriday
Im pretty new to the SDK, and someone asked me about making a simple device to allow only specified CC's while blocking all others.
It seemed pretty simple, and I used a module Byte2Extract module to accomplish it.
However, It seems not all the values are getting picked up by the byte2extract module. Some get dropped, and it depends on how quickly the values are sent.
I guess it makes sense as the midi stuff is mostly asynchrnous, right?
I am just wondering if there is a way to improve the responsiveness of the module, or if it's just the cost of doing business in the asynchronous midi realm?

thanks!

Posted: Fri Jun 29, 2007 12:48 pm
by Shroomz~>
I think some midi values being dropped when sent quickly is to be expected from midi controller (CC) data in general. It's not a fast or high resolution spec, so it just can't cope properly with fast manipulations. Bring on the NRPN support !! :D