View Single Post
Old 02-11-2019, 09:48 AM   #2517
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 jamesd256 View Post
Edit:In case it's useful to anyone, I have a little sketch pad going showing what's going on with my BCF. It's fw 1.10 and in NCso mode (MCU Sonar), and the buttons differ substantially to the initial docs from Behringer. I'll add in the numbers for the strip buttons when I get home. I got the MCU specification data tab from someone on these forums back in the day.

https://docs.google.com/spreadsheets...it?usp=sharing
Great work, thanks !

Can I persuade you with a kind tone to think about how to express the notation for a second.

Earlier in the thread we chose hex notation for (what we believe) is a better way to express control surface concepts.

The Midi info doesn't represent notes, velocities or anything like that, it's been hijacked to represent entirely different concepts.

For instance, 0x90 is not note on, it's very commonly used for switches.

By using hex we intentionally hide the note/velocity/channel concept and it often actually makes for much cleaner reading files:

Code:
Read  PressFB 90 4a 7f  90 4a 00
Write PressFB 90 4b 7f  90 4b 00
Trim  PressFB 90 4c 7f  90 4c 00
Touch PressFB 90 4d 7f  90 4d 00
Latch PressFB 90 4e 7f  90 4e 00
Group PressFB 90 4f 7f  90 4f 00
Once again, please don't think your work is unappreciated, but if we all use one notation things will go much easier
__________________
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