The standout reason to use a SCUF Reflex Pro for MIDI is the rear paddle bank. A stock DualSense has every input within reach, sure — but four of those inputs (the face buttons) sit under your right thumb, which is also expected to drive a stick. The Reflex Pro adds four paddles on the back, all reachable by your middle and ring fingers without lifting either thumb off either stick. That is four extra MIDI notes (or four momentary CCs) you can fire while still riding the analog inputs. For live sets, that is gold.
- What's new: four rear paddles (P1–P4) on top of the standard DualSense input set.
- Default mapping: Note 80–83 on MIDI channel 1, configurable to CC.
- Killer use case: snapshot triggers and transport you can hit without releasing the sticks.
- Caveat: if SCUF Software has mirrored a paddle to a face button, unbind it first or the bridge will double-fire.
Why the Reflex Pro beats a stock DualSense for performance
A stock DualSense gives you sixteen useful discrete inputs: four face buttons, four d-pad directions, two shoulder bumpers, two triggers (which double as analog), two stick clicks, share, options. Triggers and sticks are continuous — leave those out of the discrete count and you have twelve buttons. Half of those are under your thumbs. If both thumbs are pinning sticks (the most common live-performance posture), you have two reachable buttons left: the shoulder bumpers. That's it.
The Reflex Pro fixes this. Four paddles on the back, two per hand, all under your middle and ring fingers. Add the two bumpers and you have six discrete inputs available with sticks pinned. That's enough for transport (play/record), scene navigation (next/previous), and a freeze. The Universal Controller MIDI bridge reads the paddles directly from HID — no SCUF Software, no profile loaded, just plug in and they're there.
What you'll need
- SCUF Reflex Pro (the PS5-licensed model with four rear paddles)
- Universal Controller MIDI v1.0+ (download)
- USB-C cable for wired (recommended for paddle latency under 4 ms) or Bluetooth
- macOS 12+ or Windows 10+, plus any MIDI host
Step-by-step paddle mapping
1. Unbind paddles in SCUF Software (or skip the app entirely)
SCUF's companion app lets you mirror each paddle to a face button — useful for FPS, lethal for MIDI. If a paddle is mirrored to Cross, the bridge sees both the Cross note and the paddle note fire on press, and you'll get double-triggered drums. Open SCUF Software, set every paddle to Unbound, save the profile to the controller, then close it. Or skip SCUF Software entirely — the controller ships with paddles unbound by default.
2. Confirm detection in the bridge
Open Universal Controller MIDI. The status panel should show "DualSense (SCUF Reflex variant)" and four extra rows in the inputs table labelled P1–P4. If you only see P1 and P2, your controller is a Reflex Pro without the back-paddle module (yes, that variant exists — check the box).
3. Set the per-paddle MIDI type
Each paddle row has a dropdown: Note (Note On/Off), CC Momentary (127 on press, 0 on release), or CC Toggle (latches on/off per press). Notes are best for triggering — drum hits, snapshot recall, scene jumps. CC momentary is best for holds — freeze a delay tail, gate a synth, momentary mute.
# Bridge config — paddle mapping
paddles.p1 = { type: "note", note: 80, channel: 1, velocity: 100 }
paddles.p2 = { type: "note", note: 81, channel: 1, velocity: 100 }
paddles.p3 = { type: "cc-momentary", cc: 60, channel: 1 }
paddles.p4 = { type: "cc-toggle", cc: 61, channel: 1 } 4. Decide the layout convention
Pick one and stick with it across all your sessions, or you'll lose muscle memory between projects. A defensible default:
- P1 (top right): Scene next.
- P2 (top left): Scene previous.
- P3 (bottom right): Record arm / loop record.
- P4 (bottom left): Tap tempo / snapshot recall.
5. Bind in your host
In Ableton Live: Cmd-M, click Scene Next arrow, tap P1 — done. Repeat for the other three. In Resolume Arena: right-click any control, MIDI-learn, tap the paddle. The paddles fire on press and release independently, so you can map two functions to a single paddle (press triggers note, release triggers a different note) if you really want to overload them.
Default paddle mapping
| Input | Type | MIDI | Suggested use |
|---|---|---|---|
| P1 (top right) | Note | Note 80, ch 1 | Scene next / clip launch column +1 |
| P2 (top left) | Note | Note 81, ch 1 | Scene previous / clip launch column -1 |
| P3 (bottom right) | Note | Note 82, ch 1 | Record arm toggle / loop record |
| P4 (bottom left) | Note | Note 83, ch 1 | Tap tempo / snapshot recall |
| Long-press P1 (Pro) | Note | Note 84, ch 1 | Scene jump +4 |
| Long-press P4 (Pro) | Note | Note 87, ch 1 | Panic / stop all clips |
Practical performance patterns
The Reflex Pro shines when you commit to keeping the thumbs on the sticks the whole time. A few patterns worth memorising:
- Live looping: left stick rides input gain, right stick rides feedback. P1/P2 record/overdub, P3 clears, P4 taps tempo. No thumbs leave the sticks for the whole performance.
- VJ snapshot rig: sticks ride two XY effect parameters. Paddles fire four pre-built scenes you've snapshotted in Resolume. The DJ-style "drop" hit lands on a paddle, not a button you have to reach for.
- Drum kit: face buttons are pads 1–4 (kick, snare, clap, hat). Paddles are pads 5–8 (toms, rides, crashes). Triggers are velocity. You now have an eight-pad MPC with no extra hardware.
- Modular performance: sticks ride two CV channels via the MIDI-to-CV bridge. Paddles trigger envelopes. Bumpers transpose.
Gotchas worth knowing
- Paddles are unlit. Unlike the Razer Wolverine V3 Chroma's per-button RGB, the Reflex paddles give you no visual confirmation of which function is active. Use your DAW's UI as the source of truth.
- SCUF Reflex (non-Pro) only has two paddles. Confirm you have the four-paddle Pro variant before assuming a four-note layout.
- Paddle "click" travel is very short. Around 1 mm. Great for fast triggering, but if you've come from a clicky Xbox Elite Series 2 paddle, expect a learning week.
- Bluetooth still works. Paddle data goes over the same HID channel as the rest of the controller, so wireless is fine for studio — add ~10 ms vs wired.
The Reflex Pro is the cheapest way to add four buttons to a DualSense without strapping anything to it. Official Sony backing on the licensing means it survives PS5 firmware updates cleanly. For the same money as a stock DualSense plus a cheap external pad controller, you get one unified device with adaptive triggers, haptics, and four bonus paddles all visible to Universal Controller MIDI. The Reflex Pro product page covers the hardware spec if you need to confirm your variant.