Skip to content

Ddj Sx2

Philip Gottschling edited this page Nov 8, 2019 · 3 revisions

SysEx for DDJ-SX2

Switch Controller Mode and DVS Mode

The DDJ-SX2 can be either in Controller Mode or DVS Mode. In controller mode the sound card is named "DDJSX2" (linux) and has a single stereo output with 24Bit 44.1KHz. In dvs mode it is named "P2IN2OUT" and has two stereo outputs with 16Bit 44.1KHz.

After turning the SX2 on it is always in Controller Mode.

Set into DVS mode:

[0xF0, 0x00, 0x20, 0x7F, 0x64, 0x01, 0xF7]

answers with

[0xF0, 0x00, 0x20, 0x7F, 0x64, 0x01, 0xF7] when changed
[0xF0, 0x00, 0x20, 0x7F, 0x64, 0x00, 0xF7] when unchanged

Set into Controller mode:

[0xF0, 0x00, 0x20, 0x7F, 0x63, 0x01, 0xF7]

answers with

[0xF0, 0x00, 0x20, 0x7F, 0x63, 0x01, 0xF7] when changed
[0xF0, 0x00, 0x20, 0x7F, 0x63, 0x00, 0xF7] when unchanged
Clone this wiki locally