View Single Post
Old 01-23-2018, 12:52 PM   #546
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 poetnprophet View Post
Geoff, would I be able to use something like this to pull data from the console and map the button data?

https://www.noterepeat.com/articles/...-a-midi-device

I'm having a hard time finding anywhere that has this info, so wondering if there's a way I can pull that data for you and give you a printout or something?
Yes, after you get tired of searching you can do it the hard way

You need an entry for each control -- like Mute1 90 08 00-7f

Mute1 names the button on the surface.

You can name it anything you want, but of course sensible names like Mute1, as opposed to say Giraffe, generally work better

The next numbers are the midi message.

The first 2 uniquely identify the switch and the last one is a range, in this case, on and off.

You need an entry like that for every control that puts out a midi message.

A lot of work, if you can find the info somewhere it's way easier, but you can get the job done using Midi-Ox.
__________________
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