Virtual DJ - Scripts for Mapping
Results 1 to 3 of 3
  1. #1
    Tech Wizard KeizerSoze's Avatar
    Join Date
    Jan 2009
    Location
    Detroit
    Posts
    28

    Question Virtual DJ - Scripts for Mapping

    VDJ7 is a pretty cool piece of software. however, the mapping is a little strange. they seem to make it very difficult with the required syntax for scripts.

    i'm not a pro at it by any means and i'm hoping to come across someone with more knowledge than me.

    i'm looking to map separate controls to separate knobs and buttons on my midi controller. some of these knobs are endless and this too causes me some issues. i've found a way to map the active deck, just not separate decks.

    anyone experience this or know what to do? thanks!
    HP Envy i7
    8GB Ram - 24GB SS Cache
    Fast Track Pro - MPD24 - Vestax VCI-100 - APC 40 MKII

  2. #2
    Tech Wizard KeizerSoze's Avatar
    Join Date
    Jan 2009
    Location
    Detroit
    Posts
    28

    Default

    SOLVED!!!

    after reading up on the VDJ Wiki, and a little bit of trial and error, i've solved the mystery!!

    the key is to continue to reference the deck # for each command and not just in the front as posted here.

    my dilemma was assigning separate endless knobs to four different deck levels. here's the answer:

    param_greater 50% ? deck 1 level -1 : deck 1 level +1
    Last edited by KeizerSoze; 03-28-2013 at 08:07 PM.
    HP Envy i7
    8GB Ram - 24GB SS Cache
    Fast Track Pro - MPD24 - Vestax VCI-100 - APC 40 MKII

  3. #3
    Tech Guru synthet1c's Avatar
    Join Date
    Nov 2011
    Location
    Melbourne
    Posts
    1,595

    Default

    I know a fair bit about VDJ Script, you can ask me anything you like. Also you need to make a definition file to be able to control leds from the software. I say this because if you are using a properly defined midi controller you would use:

    param_greater 0% ? level -1 : level +1
    or
    param_smaller 0% ? level +1 : level -1

    as the decks are stated in the definition file not the mapping

    Also I have an MPD24.. how did you change the knobs to operating endlessly? I have only been able to use them in absolute which is really annoying as they spin endlessly but you get a jump whenever you turn them after changing effects.
    Why did the elephant get lost... Cause the Jungle is MASSIVE!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •