Accesso rapido:  

Forum: VirtualDJ Plugins

Topic: Need some help with creating a simple plugin/audio fx
Hello! I'm new to this forum and I came here to ask for some help.
I need a plugin/audio fx that will lower deck volume after set amount of time with 2 or 3 configurable parameters.
1. Time
2. Finish volume level
3. (optional) Lowering speed

Is there anyone who can explain me how to do this?
 

Inviato Fri 22 Dec 23 @ 6:39 pm
djcelPRO InfinityModeratorMember since 2004
1) maybe easier and faster with vdjscript on level deck

2) Otherwise, you can start with this example
http://www.virtualdj.com/wiki/Plugins_SDKv8_Example2.html

You need to replace "wetDry" variable by your linear/log/... function (from 1.0f to 0.0f depending on time). You may use the "samplerate" variable in your function. You can also apply a LFO, move from left to right chanel, ...
Apply it to right chanel too.
 

Inviato Sat 23 Dec 23 @ 9:44 pm