Home 2023 Forums DJing Software Virtual DJ Mapping

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1006189
    synthet1c
    Member

    hey bro,

    to do the eq kill you just need to map in one variable on each of the pitch bend buttons,

    down
    master_tempo 1 ? kill_eq_low : pitch_bend -5% 500ms

    up
    master_tempo 1 ? kill_eq_mid : pitch_bend +5% 500ms

    for the other one it’s a little trickier as you need to create a variable when you push the encoder, then have that on the left/right…The filter is absolutely terrible in vdj, if your using a pc download the vst quadbyte filter, it’s free and absolutely pristine in sound quality. http://studio-qb.com/qb-filter.

    Now that you have a better filter map this to;

    push
    set ‘filter’ while_pressed & effect ‘qb_filter’ active while_pressed & effect ‘qb_filter’ slider 1 0% & effect ‘qb_filter’ slider 2 70% & effect ‘qb_filter’ slider 3 50%

    encoder
    var ‘filter’ ? effect ‘qb_filter’ slider 3

    if you don’t want to reset the filter everytime you press the encoder, just delete the red part… And I hope I understood you correctly with the action, I can change it to toggle on and off the filter if that’s better…

    To set the resonance use slider 4 in the effect page in the browser, there is also lfo control on sliders 5-12 if that’s your thing.

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