Home 2023 Forums DJing Software VDJ 7.0 Filter/Key Changer & Numark MixTrack Pro — Enough knobs?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #6095
    jezalenko
    Member

    I did this a little while ago with my Mixtrack. I used the unused press function of the effect select button to toggle FX knob 1 from effect to filter. I’ll see if I can find the code for it….

    #6096
    jezalenko
    Member

    Here it is:

    FX_SELECT_BTN
    toggle “filter-effect”

    FX_PARAM_1
    var “filter-effect” ? param_multiply 0.7% & filter : param_multiply 1% & effect slider 1

    Simply copy and paste the lines into VDJ’s mapper for the FX_SELECT_BTN & FX_PARAM_1 for both decks. You might be able to use the other FX knob to map a key changer button as well.

    #6097
    Fxn-L
    Member

    Wow. That was exactly what I was looking for. Thank you so much.

    #1001462
    jezalenko
    Member

    Anytime 😀

    #17780
    John Peppas
    Participant

    nice bro i just test it works fine.thanks

    #17844
    synthet1c
    Member

    If you use windows dont waste your time with the filter in vdj it’s absolutley terrible… get “quad byte filter” and paste the .dll in [my documents –> virtual dj –> plugins –> sound effects]

    then use this script for it…

    FX_SELECT_BTN
    toggle “filter-effect” & var “filter-effect” 1 ? effect ‘qb_filter’ active on & effect ‘qb_filter’ slider 2 70% & effect ‘qb_filter’ slider 3 50% & blink 400ms : effect ‘qb_filter’ active off

    FX_PARAM_1
    var “filter-effect” 1 ? param_multiply 0.7% & effect ‘qb_filter’ slider 3 : param_multiply 1% & effect slider 1

    if the led doesn’t blink when the filter is on, map this to the led.

    LED_FX_SELECT_BTN
    var “filter-effect” 1 ? : blink 400ms : effect active ? on : off

    #17855
    John Peppas
    Participant

    synthet1c, post: 17928, member: 1107 wrote: If you use windows dont waste your time with the filter in vdj it’s absolutley terrible… get “quad byte filter” and paste the .dll in [my documents –> virtual dj –> plugins –> sound effects]

    then use this script for it…

    FX_SELECT_BTN
    toggle “filter-effect” & var “filter-effect” 1 ? effect ‘qb_filter’ active on & effect ‘qb_filter’ slider 2 70% & effect ‘qb_filter’ slider 3 50% & blink 400ms : effect ‘qb_filter’ active off

    FX_PARAM_1
    var “filter-effect” 1 ? param_multiply 0.7% & effect ‘qb_filter’ slider 3 : param_multiply 1% & effect slider 1

    if the led doesn’t blink when the filter is on, map this to the led.

    LED_FX_SELECT_BTN
    var “filter-effect” 1 ? : blink 400ms : effect active ? on : off

    thanks synthet1c it’s verry good

    #2019158
    Josh Swanson
    Participant

    Bumping this old topic! I have the exact same problem as the original poster, and I’ve tried copying and pasting the code provided by jezalenko but Virtual Dj says “Syntax Error: var “filter-effect” ? param_multiply 0.7% & filter : param_multiply 1% & effect slider 1” When i try to paste it in for FX_PARAM_1 What would be causing this issue? Any help would be greatly appreciated!

    #2021881

    I just did this on my Gemini G2V’s filter knobs. Just download the file from above and put this next to filter
    param_equal 50% ? effect 'qb_filter' active off : effect 'qb_filter' active on & effect 'qb_filter' slider 2 75% & effect 'qb_filter' slider 3
    hope that helps

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘DJing Software’ is closed to new topics and replies.