Wiki

Clone wiki

qnTools / QuNeo SysEx Left Right Button Block

Up to Preset Update SysEx

[1.2.x firmware]

There are global settings associated with all Left/Right Buttons. Global values are in the JSON as LeftRightButtons→property. In the sysex, global parameters for all sensor sections are clustered together in a single QuNeo Sysex Global Block.

For each Left/Right button, the following values are added to the sysex. JSON property is in the presets file at LeftRightButtons->LeftRightButtonX->property

Note that channel values are all taken from the main left/right channel property in the JSON. This makes it appear that QuNeo can actually have different channel for left and right buttons, but the KMI editor/JSON format does not support this feature.

ValueJSON propertyValues
Enable Bank SwitchingleftrightEnableSwitchWhen enabled switches the bank for the related Horizontal slider
Left Button ChannelleftrightChannel
Left Button NoteleftrightLOutNote
Left Button Pressure ModeleftrightLOutNotePressMode0=Normal, 1=Toggle
Left Button Pressure CCleftrightLOutPress-1=Off
Left Button Pressure ValueleftrightLOutPressValue0=Continuous
Left Button Velocity ValueleftrightLOutVelocityValue0=Variable
Right Button ChannelleftrightChannel
Right Button NoteleftrightROutNote
Right Button Pressure ModeleftrightROutNotePressMode0=Normal, 1=Toggle
Right Button Pressure CCleftrightROutPress-1=Off
Right Button Pressure ValueleftrightROutPressValue0=Continuous
Right Button Velocity ValueleftrightROutVelocityValue0=Variable

Updated