Ingreso rápido:  

Forum: VirtualDJ Plugins

Tema: Color FX filter resonance

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

Hey everyone,

I'm using a DDJ1000 and i want to use the SAMPLER_VOL param to modify the resonance of the colorfx filter. I tried setting

SAMPLER_VOL filter_resonance

but to no avail, i'm guessing because there's a difference between the normal filter and the colorfx one.

Would anyone know how one would go about doing this?

Thanks
 

Mensajes Sun 02 Feb 20 @ 12:23 pm
NicotuxHome userMember since 2014
1) colorfx are a little different from effects in slots and seems to be usable only when selected
2) "Resonance" is the second slider of effect 'filter'
3) filter_resonance is a specific verb for colorfx and may or not work with effect 'filter' (slider update issue)

filter_selectcolorfx 'filter' & effect_slider 'colorfx' 2
should work but the bug in parameters prevents custom slider from update - i don't know with mapper
filter_selectcolorfx 'filter' && effect_slider 'colorfx' 2
is ok

as usual there are many ways to acheive what you want

mapping SAMPLER_VOL to:

filter_selectcolorfx 'filter' && effect_slider 'colorfx' 2
work fine but force filter as a colorfx

filter_selectcolorfx 'filter' ? effect_slider 'colorfx' 2
will only work when colorfx 'filter' is selected

if you want to modify other specific parameters depending on selected effect yo may use thing like this (resonance for filter / feedback for flanger)
filter_selectcolorfx 'filter' ? effect_slider 'colorfx' 2 : filter_selectcolorfx 'flanger' ? effect_slider 'colorfx' 3
 

Mensajes Sun 02 Feb 20 @ 2:23 pm
Hey sorry for the month late response. I just tested and

filter_selectcolorfx 'filter' & effect_slider 'colorfx' 2

works just fine, and it doesn't change the colorfx when you move it
 

Mensajes Mon 16 Mar 20 @ 5:12 pm


(Los tópicos y foros antiguos son automáticamente cerrados)