-
Notifications
You must be signed in to change notification settings - Fork 0
API
Stefan Taber edited this page Dec 22, 2020
·
2 revisions
Exports: EventEmitter midiEvents
-
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