Wiki

Clone wiki

qnTools / QuNeo SysEx Pad Block

Up to Preset Update SysEx

[1.2.x firmware]

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

For each pad, the following values are added to the sysex. JSON property is in the presets file at Pads->PadX->property

Note that grid mode corner channel values are all taken from the main pad channel property in the JSON. This makes it appear that QuNeo can actually have different channel per corner, but the KMI editor/JSON format does not support this feature.

ValueJSON propertyNotes
Grid ModeenableGrid
Drum Mode Pad ChannelpadChannel
Drum Mode NoteoutDmNote
Drum Mode Pressure ModeoutDmNotePressMode0=normal, 1=toggle
Drum Mode Pressure CCoutDmPress-1=Off
Drum Mode ValueoutDmPressValue0=Continuous
Drum Mode VelocityoutDmVelocityValue0=Variable
Drum Mode "X" CCoutDmXCC
Drum Mode "XY" ReturnoutDmXYReturnUnused?
Drum Mode "X" Return ValueoutDmXReturn-1=Latch
Drum Mode "Y" CCoutDmYCC
Drum Mode "Y" Return ValueoutDmYReturn-1=Latch
Drum Mode SensitivitypadSensitivityPerPad
Grid Mode NW Corner ChannelpadChannel
Grid Mode NW Corner NoteoutGmNoteNW
Grid Mode NW Corner Pressure ModeoutGmNotePressModeNW0=normal, 1=toggle
Grid Mode NW Corner Pressure CCoutGmPressNW-1=Off
Grid Mode NW Corner Pressure ValueoutGmPressValueNW0=Continuous
Grid Mode NW Corner Velocity ValueoutGmVelocityValueNW0=Variable
Grid Mode NE Corner ChannelpadChannel
Grid Mode NE Corner NoteoutGmNoteNE
Grid Mode NE Corner Pressure ModeoutGmNotePressModeNE0=normal, 1=toggle
Grid Mode NE Corner Pressure CCoutGmPressNE-1=Off
Grid Mode NE Corner Pressure ValueoutGmPressValueNE0=Continuous
Grid Mode NE Corner Velocity ValueoutGmVelocityValueNE0=Variable
Grid Mode SE Corner ChannelpadChannel
Grid Mode SE Corner NoteoutGmNoteSE
Grid Mode SE Corner Pressure ModeoutGmNotePressModeSE0=normal, 1=toggle
Grid Mode SE Corner Pressure CCoutGmPressSE-1=Off
Grid Mode SE Corner Pressure ValueoutGmPressValueSE0=Continuous
Grid Mode SE Corner VelocityoutGmVelocityValueSE0=Variable
Grid Mode SW Corner ChannelpadChannel
Grid Mode SW Corner NoteoutGmNoteSW
Grid Mode SW Corner Pressure ModeoutGmNotePressModeSW0=normal, 1=toggle
Grid Mode SW Corner Pressure CCoutGmPressSW-1=Off
Grid Mode SW Corner Pressure ValueoutGmPressValueSW0=Continuous
Grid Mode SW Corner Velocity ValueoutGmVelocityValueSW0=Variable

Updated