快速登录:  

Forum: General Discussion

话题: Adjust volume for effects externally

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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

发表时间 Sun 30 May 21 @ 10:26 am
NicotuxHome userMember since 2014
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
 

发表时间 Sun 30 May 21 @ 10:58 am
I guess you mean strength..
Many effects have a strength or wet/dry paramenter to adjust how much of the effect to apply
 

发表时间 Sun 30 May 21 @ 11:40 am
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.
 

发表时间 Sun 30 May 21 @ 12:35 pm
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
 

发表时间 Sun 30 May 21 @ 4:34 pm
From ini file:
Slider knob 0=4095

The knob has both high pass and low pass.
 

发表时间 Sun 30 May 21 @ 10:27 pm
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


 

发表时间 Sun 30 May 21 @ 10:39 pm
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
 

发表时间 Mon 31 May 21 @ 10:15 am
I solved it with param_multiply and param_add :) thanks for sharing
 

发表时间 Mon 31 May 21 @ 11:17 am


(陈旧帖子或论坛版块会自动关闭)