Se Connecter:     


Forum: General Discussion

Sujet: Adjust volume for effects externally

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

Can I increase/decrease the volume of an effect externally? There is no option for doing that inside the VST I am using.
 

Posté Sun 30 May 21 @ 10:26 am
No, there is not
if effect do not provides its own volume only track level can apply

What is this VST? most have level or drive or input or output or dry/wet or mix ...
but yes some do not
 

I guess you mean strength..
Many effects have a strength or wet/dry paramenter to adjust how much of the effect to apply
 

Actually what I mean is that I want a 'full kill' for a high pass filter, so I don't hear the track anymore when param equals 1.
 

open the ini file with same name as your VST at /document/virtualdj/plugins64/soundeffects/

See if you can find the High pass filter there, and what numbered slider it is
 

From ini file:
Slider knob 0=4095

The knob has both high pass and low pass.
 

add 1 to that.. the ini counts from 0 and up.. . (while mapping it starts from 1 and up)
So in your case it appears as if its slider 1 ..

After that you can map it to a custom slider in skin or controller or keys using the numbered slider
Lets say its number 11th slider, so its easier to see where the number goes

effect_slider 11

That will be acting on active effect currently used

If you want to specify slot, lets say your VST is in the 2nd effect slot.

effect_slider 2 11


You can also call it by name :

effect_slider "name of the VST" 11


 

Hm I'm not sure where you want to get with this. What does adding 1 actually do? Do you mean adding 1 to the value 4095 or something else?

What I am trying right now is adding an output slider from another effect on top of the same knob. It works but I would like to stretch the output so you can hear the track fading out more then it does right now. It gets silent relatively fast after adding this to the script

param_bigger 0.92? Effect_active 'name of output effect' 1 & param_invert & effect_slider 'name of output effect' 1 : effect_active 'name of output effect' 0

*Name of output effect is 'filtercrusher'
*Name of high pass/low pass filter is DJMFilter
 

I solved it with param_multiply and param_add :) thanks for sharing
 



(Les anciens sujets et forums sont automatiquement fermés)