diff --git a/source/hardware/controllers/korg_kaoss_dj.rst b/source/hardware/controllers/korg_kaoss_dj.rst index fbcf9e267a..5e652dd9a2 100644 --- a/source/hardware/controllers/korg_kaoss_dj.rst +++ b/source/hardware/controllers/korg_kaoss_dj.rst @@ -3,6 +3,10 @@ Korg Kaoss DJ controller 2-deck controller with touch controlled jogwheels, built-in 4-channel soundcard and a Korg Kaoss Pad as built-in effect section (can be switched off for using software effects). +| Controller needs to be set as output device in order to wake up from standby (Stb). +| Main: Channel 1-2 +| Headphone: Channel 3-4 + - `Manufacturer’s product page `__ - `Forum thread `__ - `Pull request on Github `__ @@ -22,94 +26,88 @@ Mapping Korg Kaoss DJ (schematic view) -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| No. | Name | Function | Shifted Operation | -+================================================+================================================+================================================+================================================+ -| 1 | Headphone knob | Adjusts the headphone level | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 2 | Balance knob | Adjusts the balance between the master level | | -| | | and the headphone monitor level | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 3 | Master knob | Adjust the master volume level | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 4 | Browse knob | Selects a song from the library | Moves between levels (TODO) | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 5 | Display | Indicates the effect number or parameter | Indicates the key or scale | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 6 | Touchpad Mode Button | Switches the touchpad between the Controller, | | -| | | KAOSS Effect, and Sampler modes (long press | | -| | | for blue LED) | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 7 | Program/Value Knob | Selects an effect | Selects a key, selects a scale | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 8 | Tap Button | Sets the tempo | Key setting mode | -| | | Long-press this button to access the auto BPM | | -| | | function | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 9 | Hold Button | Enables/disables the touchpad’s hold function | Scale setting mode | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 10 | Touchpad (controller mode) | Controls the effects of the DJ software. The | Adjusts the Beats Multiplier (TODO) | -| | | vertical axis controls the mix (dry/wet) knob | | -| | | and the horizontal axis controls the super | | -| | | knob. | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| | Touchpad (Kaoss Effect mode) | Controls the KAOSS effect | Adjusts the depth of the KAOSS Effect | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| | Touchpad (sampler mode) | Controls the sampler function of the DJ | | -| | | software | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 11 | Crossfader | Adjusts the balance between Decks A and B | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 12 | Touch Slider mode button | Switches between the three touch slider mode | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 13 | Touch Slider (Normal mode) | Left Side - Nudges (pitch -) | Moves to the specified position in the song | -| | | Center - Enables the touch wheel's Scratch | (slider) | -| | | mode | | -| | | Right Side - Nudges (pitch +) | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| | Touch Slider (Hot Cue mode) | Left Side - Sets Hot Cue 1, and moves to Hot | Deletes Hot Cue 1 | -| | | Cue 1 | Deletes Hot Cue 2 | -| | | Center - Sets Hot Cue 2, and moves to Hot Cue | Deletes Hot Cue 3 | -| | | 2 | | -| | | Right Side - Sets Hot Cue 3, and moves to Hot | | -| | | Cue 3 | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| | Touch Slider (Loop mode) | Left Side - Auto Loop × 1/2 | Sets the Loop In point | -| | | Center - Loop on/off | Auto Loop × 1 | -| | | Right Side - Auto Loop × 2 | Sets the Loop Out point | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 14 | EQ | Boosts or Cuts the Hi EQ | | -| | | Boosts or Cuts the Mid EQ | | -| | | Boosts or Cuts the Lo EQ | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 15 | Gain knob | Adjusts the gain | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 16 | Load button | Loads the song into the selected deck | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 17 | Fx button | Left - FX1 rack mix knob can be manipulated | | -| | | when enabled | | -| | | Right - FX2 rack mix knob can be manipulated | | -| | | when enabled | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 18 | Headphone cue button | Turns the headphone monitor on/off | Switches the function of the level meter | -| | | | between Deck A/B and the Master level | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 19 | Touch wheel | Scratches (in scratch mode) or adjusts the | Search function (in scratch mode) or moves | -| | | pitch | beatgrid | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 20 | Pitch fader | Adjusts the pitch | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 21 | Level meter | Indicates the input level to deck A/B or the | | -| | | master level | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 22 | Shift button | Holding this button provides access to the | | -| | | controllers SHIFT functions | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 23 | Play / pause button | Starts/pauses the song | Key Lock On/Off | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 24 | Sync button | Synchronizes the tempo of Deck A and Deck B | Cancels tempo synchronization | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 25 | Cue button | Sets the cue point or moves to the cue point | Returns to the beginning of the song. | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ -| 26 | Level fader | Adjusts the level of deck A/B | | -+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| No. | Name | Function | Shifted Operation | ++=====+========================================+===============================================+======================================================+ +| 1 | Headphone knob | Adjusts headphone level | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 2 | Balance knob | Adjusts balance between master level | | +| | | and headphone monitor level | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 3 | Master knob | Adjusts master volume level | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 4 | Browse knob | Selects a song from the library | Moves between levels | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 5 | Display | Not used yet | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 6 | Touchpad Mode Button | Switches the touchpad between the Controller, | | +| | | KAOSS Effect, and Sampler modes (long press | | +| | | for blue LED) | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 7 | Program/Value Knob (controller mode) | Cycles QuickEffectRack 1 & 2 | | Left shift: cycles effect chains of EffectUnit 1 | +| | | | | Left shift: cycles effect chains of EffectUnit 1 | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| | Program/Value Knob (Kaoss Effect mode) | Selects an effect | Jumps to next effect category | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 8 | Tap Button | tap to open a folder in the file-browser | | Left shift: tap tempo deck 1 | +| | | (double-tap to close an open folder) | | Right shift: tap tempo deck 2 | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 9 | Hold Button | Not used yet | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 10 | Touchpad (controller mode) | | Controls the effects of Mixxx. | | Controls Quick-Effect super knobs. | +| | | | Vertical axis: mix (dry/wet) knob | | Horizontal axis: deck 1 | +| | | | Horizontal axis: super knob | | Vertical axis: deck 2 | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| | Touchpad (Kaoss Effect mode) | Controls KAOSS effect | Adjusts depth of KAOSS Effect | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| | Touchpad (sampler mode) | Controls sampler function of Mixxx | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 11 | Crossfader | Adjusts balance between Decks A/B | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 12 | Touch Slider mode button | Switches between the three touch slider modes | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 13 | Touch Slider (Normal mode) | | Left: Nudge (-) | | Moves to specified position in the song | +| | | | Center: Enable scratch mode | | (slider) | +| | | | Right: Nudge (+) | | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| | | Touch Slider | | Sets or moves to Hot Cue. | | Delete Hot Cue. | +| | | (Hot Cue mode) | | Left: 1 | | Left: 1 | +| | | | Center: 2 | | Center: 2 | +| | | | Right: 3 | | Right: 3 | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| | | Touch Slider | | Left: Halfs Loop | | Left: Sets Loop In point | +| | | (Loop mode) | | Center: New beatloop at playback position | | Center: Re-loop | +| | | | Right: Doubles Loop | | Right: Sets Loop Out point | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 14 | EQ | Boosts or Cuts Hi/Mid/Lo EQ | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 15 | Gain knob | Adjusts gain | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 16 | Load button | Loads song into selected deck A/B | | A: close selected folder in file-browser | +| | | | | B: open selected folder in file-browser | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 17 | Fx button | | Left: enable/disable FX1 | | +| | | | Right: enable/disable FX2 | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 18 | Headphone cue button | Turns headphone monitor on/off | Switches the function of the level meter | +| | | | between Deck A/B and the Master level | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 19 | Touch wheel | Scratches (in scratch mode) or adjusts the | Search function (in scratch mode) or moves | +| | | pitch | beatgrid | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 20 | Pitch fader | Adjusts pitch | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 21 | Level meter | Indicates the input level to deck A/B or the | | +| | | master level | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 22 | Shift button | Holding this button provides access to the | | +| | | controllers SHIFT functions | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 23 | Play / pause button | Starts/pauses the song | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 24 | Sync button | Synchronizes tempo of Deck A and Deck B | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 25 | Cue button | Sets cue point or moves to the cue point | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+ +| 26 | Level fader | Adjusts level of deck A/B | | ++-----+----------------------------------------+-----------------------------------------------+------------------------------------------------------+