Skip to content
Stefan Taber edited this page Dec 22, 2020 · 2 revisions

x_touch_events.js

Exports: EventEmitter midiEvents

Events

  • rotary_press
    • Description: Rotary knob pressed/released.
    • Payload: strip number (1-8), 'on'/'off', time delta
  • rotary_turn
    • Description: Rotary knob turned.
    • Payload: strip number (1-8), value (0-127), time delta
  • strip_button
    • Description: Strip button pressed/released.
    • Payload: strip number (1-8), button name ('rec', 'solo', 'mute', 'select'), 'on'/'off', time delta
  • fader_touch
    • Description: Fader touched/released.
    • Payload: strip number (1-8), 'on'/'off', time delta
    • NOTE: The unit has a built in 'debounce' so the 'off' status fires approx 0.3s after actual release.
  • fader_move
    • Description: Rotary knob turned.
    • Payload: strip number (1-8), value (0-127), time delta

Clone this wiki locally