Wiki

Clone wiki

qnTools / QuNeo SysEx Up Down Button Block

Up to Preset Update SysEx

[1.2.x firmware]

There are global settings associated with the Up/Down buttons. Global values are in the JSON as UpDownButtons→property. In the sysex, global parameters for all sensor sections are clustered together in a single QuNeo Sysex Global Block.

For each Up/Down button, the following values are added to the sysex. JSON property is in the presets file at UpDownButtons->UpDownButtonX->property

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

ValueJSON propertyValues
Up Down Bank Switching EnableupdownEnableSwitch0=off, 2=on
Up Down Bank Control (which control set banks)updownBankControl0=Rotaries, 1=Vertical Sliders, 2= Long Slider, 3=Pads
Up Button ChannelupdownChannel
Up Button NoteupdownUOutNote
Up Button Note Pressure ModeupdownUOutNotePressMode0=Normal, 1=Toggle
Up Button Pressure CCupdownUOutPress
Up Button Pressure ValueupdownUOutPressValue0=Continuous
Up Button Velocity ValueupdownUOutVelocityValue0=Variable
Down Button ChannelupdownChannel
Down Button NoteupdownDOutNote
Down button Note Pressure ModeupdownDOutNotePressMode0=Normal, 1=Toggle
Down Button Pressure CCupdownDOutPress
Down Button Pressure ValueupdownDOutPressValue0=Continuous
Down Button Velocity ValueupdownDOutVelocityValue0=Variable

Updated