View Single Post
Old 08-21-2018, 06:40 AM   #1823
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,183
Default

Quote:
Originally Posted by _Stevie_ View Post
Haha, okay!
Ah but wait, won't this assign the 8 encoder to 8 different channels?

@MixMonkey haha, owned! :P
Yes, but it auto generates the names too, so you end up with:

Rotary1
RotaryFeedback1

Rotary2
RotaryFeedback2

...

Rotary7
RotaryFeedback7

Rotary8
RotaryFeedback8

The Channel/ChannelEnd construct is just shorthand for the long way, the computer does the work.

This works because in every design I've seen in the last 12 years the messages always start at 0 in some parameter, and add 1 for each channel
e.g. fader - e0, e1, e2... e7
e.g. mute - 90 10 7f, 90 11 7f, 90 12 7f... 90 17 7f
__________________
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