View Single Post
Old 07-18-2018, 02:28 AM   #1539
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,235
Default

Quote:
Originally Posted by mschnell View Post
I suppose I should use the files coming with the ZIP and start modifying them from scratch for "XTouch native" support.
Yes, and you should use PressRelease and PressReleaseFB type switches for this test.

Quote:
Originally Posted by mschnell View Post
What is "C4" ?
Mackie C4, something like a Console 1, but much more flexible, including 2 displays per cell.


Quote:
Originally Posted by mschnell View Post
Any description about the "New syntax for .rst files." ?
FB = supports feedback

Press
outputs message on Press only
1 midi message
no feedback necessary/doesn't need Update from host

PressFB
outputs message on Press only — 1 or 0 depending on the current state
2 midi messages
feedback necessary/needs Update from host

PressRelease
outputs message on Press and on Release
2 midi messages
no feedback necessary/doesn't need Update from host

PressReleaseFB
outputs message on Press and on Release
2 midi messages
feedback necessary/needs Update from host

Fader14Bit
outputs a 2 byte 14 bit value
typically normalized, then sent to host
no feedback necessary/doesn't need Update from host

Fader14BitFB
outputs a 2 byte 14 bit value
typically normalized, then sent to host
feedback necessary/needs Update from host

Fader7Bit
outputs a 1 byte 7 bit value
typically normalized, then sent to host
no feedback necessary/doesn't need Update from host

Fader7BitFB
outputs a 1 byte 7 bit value
typically normalized, then sent to host
feedback necessary/needs Update from host

Encoder
outputs a 1 byte less/more value
sent raw to host
no feedback necessary/doesn't need Update from host

EncoderFB
outputs a 1 byte less/more value
typically normalized, then sent to host
feedback necessary/needs Update from host

MCUDisplayUpper, MCUDisplayLower, MCUXTDisplayUpper, MCUXTDisplayLower, C4DisplayUpper, C4DisplayLower
uses SysEx
feedback necessary/needs Update from host

VUMeter - e.g. generic meter
1 midi message
feedback necessary/needs Update from host

MCUVUMeter
1 midi message
very specialized
feedback necessary/needs Update from host

MCUTimeDisplay
multiple midi messages
very specialized
feedback necessary/needs Update from host
__________________
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; 07-18-2018 at 02:34 AM.
Geoff Waddington is offline   Reply With Quote