Need more modifier conditions - Page 2
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11

    Default

    One button should have two functions:
    A. Crossfader assign-left button.
    B. Seek to position 0:00.

    Behaviors/Conditions:
    1. Works only when 'Play/Pause off'.
    2. Deck 1|3 selector 'M1 0' for deck 1, 'M1 1' for deck 2. This modifier number 1 works in toggle mode.
    3. Shift button modifier number 4 is to have this button work in two ways:
    Unpressed crossfader assign - Pressed seek to position 0:00.

    Please remember that this button is for deck 1 and 3, depending on if another button for modifier 1 is active or not.

  2. #12
    Tech Mentor
    Join Date
    Jul 2015
    Location
    Allauch, France
    Posts
    171

    Default

    Quote Originally Posted by khan.cross View Post
    One button should have two functions:
    A. Crossfader assign-left button.
    B. Seek to position 0:00.

    Behaviors/Conditions:
    1. Works only when 'Play/Pause off'.
    2. Deck 1|3 selector 'M1 0' for deck 1, 'M1 1' for deck 2. This modifier number 1 works in toggle mode.
    3. Shift button modifier number 4 is to have this button work in two ways:
    Unpressed crossfader assign - Pressed seek to position 0:00.

    Please remember that this button is for deck 1 and 3, depending on if another button for modifier 1 is active or not.
    Hey

    I don't exactly know if it is what you're looking for, LMK what is right or wrong or missing. I set the xfader position to reset btw not direct= 0.00.

    test xfader2.tsi

    /e I noticed decks A/C untoggling when "seek position M4=1" is triggered. LMK what it should be instead ?
    Last edited by trabz; 07-13-2016 at 07:22 AM.

  3. #13
    DJTT Mapping Ninja Moderator Stewe's Avatar
    Join Date
    Aug 2010
    Location
    MIDI
    Posts
    7,493

    Default

    This can be done with only two conditionals if you use same modifier for your toggle mod button and Shift button.

    -Toggle mod:

    M1=1

    -Shift mod:

    press the button
    if M1=0 then M1=2
    if M1=1 then M1=3

    release the button
    if M1=2 then M1=0
    if M1=3 then M1=1

    You just have to duplicate all your commands that work in the Shift layer and assign them to both values M1=2 and M1=3.

  4. #14

    Default

    Yes Stewe you are right! I skipped that... Thanks for this too!!!

  5. #15
    DJTT Mapping Ninja Moderator Stewe's Avatar
    Join Date
    Aug 2010
    Location
    MIDI
    Posts
    7,493

    Default

    Always glad to help

Page 2 of 2 FirstFirst 12

Posting Permissions

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