SETUP
Drivers
Windows (only)Download and install the Novation USB Driver from
http://global.novationmusic.com/launch/launchpad/support-downloads No drivers are required to be installed for Mac OSX computers.
Connect the unit’s USB socket with a USB port of your computer
VirtualDJ Setup
Download and install VirtualDJ 8 from http://www.virtualdj.com/download/index.html (in case you have not done already)
Once VirtualDJ 8 is opened, a Login Window will appear. Login with your virtualdj.com account’s credentials.
A Pro Infinity, a PLUS or a Pro Subscription License is required to use the Novation Launchpad MKII. Without any of the above Licenses, the unit will operate for 10 minutes each time you restart VirtualDJ.
http://www.virtualdj.com/buy/index.html
A detection window will appear next verifying the proper connection of the Launchpad
Click to OK.
The unit is now
ready to operate.
MIDI SETUP
The unit should be visible in the CONTROLLERS tab of Config and the “factory default” available/selected from the Mappings drop-down list.
The factory default Mapping offers the functions described in this Manual, however those can be adjusted to your needs via VDJ Script actions.
See Custom Setup section
Find more details at
http://www.virtualdj.com/wiki/VDJscript.html
AUDIO SETUP
The unit is not offering any built-in audio interface and VirtualDJ will use your computer’s built-in sound card by default (if not any other is chosen).
Depending on the sound card you need to use, manually create the necessary Master and Headphones audio configuration. See more in
Audio Setup of VirtualDJ ManualFor further software settings please refer to the User Guide of VirtualDJ 8.
http://www.virtualdj.com/manuals/virtualdj8/index.htmlCONTROLS
The default mapping of the unit for VirtualDJ offers
7 different pages and those can be selected by using the first 7
vertical round buttons of the right side of the unit.
The very bottom round button is used as
SHIFT to offer secondary actions (marked with white background in the following pictures)
Pages 1 to 4 have pre-selected VirtualDJ actions.
Pages 5 to 7 are unassigned to allow you creating your own custom pages with the needed actions depending on your mixing style.
See more details in Advanced Setup section.
Press the
1st Vertical round button to select the
Sampler page (led will become cyan). The Sampler page will be automatically selected each time you launch VirtualDJ.
The 64 Pads
trigger Samples 1 (top-left button) to 64 (bottom-right button) from the selected Sampler Bank.
Normally the Leds of the Pads will have the assigned color of each Sample.
In most cases, when the Sample plays, the color of the Led will have more brightness. Led will be off if a Sampler slot is unassigned (empty)
Hold
SHIFT and then press the same Pad to
stop the sample (useful if the Unmute or Stutter Trigger mode is selected).
Use the
top round buttons to select the
next/previous Sampler Bank, the next/previous
Sampler Trigger mode (On/off, Stutter, Hold and Unmute) and adjust the M
aster Volume of the Sampler.
Press the
2nd Vertical round button to select the
Deck Controls page (led will become cyan).
The 64 Pads offer Transport, Tempo, Loop, Loop Roll and HotCues functions as per the image below (left side for left deck and right side for right deck).
Hold
SHIFT down and then use the Pads at the 2 top rows to delete the assigned HotCues for the left/right decks.
The top round buttons are unassigned.
Press the
3rd Vertical round button to select the
Effects page (led will become cyan).
The 64 Pads offer Transport, Tempo, Slicer, Effects and Video FX and Transition functions as per the image below (left side for left deck and right side for right deck)
Hold
SHIFT down and then use the Pads to get the secondary functions (labeled with white background as per the image)
The top round buttons are unassigned.
Press the
4th Vertical round button to select the
Pads page (led will become cyan).
The Pads of the lower 3 rows offer Transport, Tempo and Loop controls for Left and Right decks, exactly like Pages 2 and 3,
The
top 2 rows control the
Pads 1-8 of the selected Page. The funtionality of each pad depends on the selected Pads page. Hold SHIFT and then press any of the Pads to get the assigned shift-action (e.g. SHIFT+PAD1 to delete the Hotcue 1 when the Hotcues Pads page is selected)
Use the buttons on
rows 3, 4 and 5 to
select a Page for the pads (all the currently default Pads pages are included).
Use the
Top Horizontal round buttons to adjust the
Parameters of the selected Pads Page (if available)
Custom Setup
The default mapping of the unit for VirtualDJ 8, offers 4 pages with pre-assigned functions.
Pages 5 to 7 can be used to assign any VirtualDJ actions and create your own
custom ones.
Each one of the
PAD_X_Y keys is based on the following pattern.
var ‘$mk2page’ 0 ? VDJ action for page 1 : var ‘mk2page’ 1 ? VDJ action for page 2 : var ‘$mk2page’ 2 ? VDJ action for page 3 : var ‘$mk2page’ 3 ? VDJ action for page 4 : var ‘$mk2page’ 4 ? VDJ action for page 5 : var ‘$mk2page’ 5 ? VDJ action for page 6 : VDJ action for page 7
The first 4 VDJ actions (for pages 1 to 4) are already assigned. The actions for pages 5 to 7 are pre-assigned as
nothing.How to:In the following example, we need PAD_8_1 (bottom row – 1st Pad from the left) to be assigned to toggle Slip mode for the Left deck when Page Nr.5 is selected and its LED to light up green when Slip mode is enabled.
For the PAD: - Goto Settings ->CONTROLLERS tab of VirtualDJ and select the Novation Launchpad MKII from the Devices list (top-left side of the window)
- Locate the Key PAD_8_1 from the Keys list (left side) and select it.
- From the action box, replace nothing with deck left slip_mode in the part that holds the action for Page 4 (variable value 3)
So the action …
... var ‘$mk2page’ 4 ? nothing : var ‘$mk2page’ 5 ? ….
will become…
... var ‘$mk2page’ 4 ? deck left slip_mode : var ‘$mk2page’ 5 ? ….
For the LED: - Locate the Key RGB_PAD_8_1 from the Keys list (left side) and select it. This key will determine how the LED of the Pad will behave,
- From the action box, replace nothing with deck left slip_mode ? constant ‘green’ : off
So the action …
... var ‘$mk2page’ 4 ? nothing : var ‘$mk2page’ 5 ? ….
will become…
... var ‘$mk2page’ 4 ? deck left slip_mode ? constant ‘green’ : off : var ‘$mk2page’ 5 ? ….
Read more about VDJ script actions in our Wiki pages
http://www.virtualdj.com/wiki/VDJ8script.html
Hardware Integration Department 2016 - ATOMIX PRODUCTIONS Reproduction of this manual in full or in part without written permission from Atomix Productions is prohibited.