View Single Post
Old 01-24-2018, 05:08 PM   #570
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,184
Default

Quote:
Originally Posted by mschnell View Post
I don't understand this notation yet. But I don't see how a Midi controller board can send more resolution than 128 by other messages than high "resolution CC" (Pitch bend is 14 bits, but just a single controller).

-Michael
The most important thing to do when thinking control surfaces is to forget about normal musical midi.

CC, Pitch bend, simply have no semantic meaning here.

In MCU dialect a fader starts with 'e'.

e0 = fader 1
e1 = fader 2
e2 = fader 3
...
ef = fader 16

So if we accept a limitation of 16 faders we are free to use the other 2 bytes for high resolution data -- 14 bits.

e.g.
e0 00 00 -- lowest value
e0 7f 7f -- highest value
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote