View Single Post
Old 03-09-2019, 06:09 AM   #2719
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,243
Default

Here's a shot at the syntax for Midi Widgets and their components (with example values), what do you think ?

Control Signal Generators:

Code:
Press		90 5e 7f
PressRelease	90 46 7f   90 46 00
Fader14Bit	e0 7f 7f   e0 00 00
Fader7Bit	90 07 7f   90 07 00
Encoder		b0 10 7f   b0 10 00
Feedback Processors:

Code:
FB_Light              90 5e 7f 	 90 5e 00
FB_Fader14Bit         e0 7f 7f	 e0 00 00
FB_Fader7Bit          90 07 7f 	 90 07 00
FB_EncoderRings       b0 10 7f	 90 10 00
FB_GainReductionMeter b0 73 7f   b0 73 00
FB_VUMeter            b0 6e 7f   b0 6e 00
FB_MCUVUMeter 0
FB_MCUDisplayUpper 0
FB_MCUDisplayLower 0
FB_MCUXTDisplayUpper 4 
FB_MCUXTDisplayLower 4
FB_MCUC4DisplayUpper 1 7
FB_MCUC4DisplayLower 1 7
FB_MCUTimeDisplay
FB_QConProXMasterVUMeter
Play button definition:

Code:
MidiWidget Play
    Press     90 5e 7f
    FB_Light  90 5e 7f   90 5e 00
MidiWidgetEnd
__________________
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

Last edited by Geoff Waddington; 03-09-2019 at 03:50 PM.
Geoff Waddington is online now   Reply With Quote