快速登录:  

Forum: VirtualDJ Plugins

话题: Basic Coding Help

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

I want to change the code of some of the plugins to make them easier to work with. Some of the effects I have have slider 1 for wet/dry, and some of them have wet/dry on the 2nd slider. I want to make the wet/dry slider always be slider 1. Also, I have a phaser that has a slider for LFO length. It starts at 8 beats and goes down to 1/64 beats. This isnt very useful. Is there a way to change the code so it instead starts at 32 beats and goes down to 1/2 beats?

Thanks
 

发表时间 Sun 24 Apr 11 @ 4:08 am


 

发表时间 Sun 24 Apr 11 @ 5:13 am
djcelPRO InfinityModeratorMember since 2004
You only need to change the data of the functions DeclareParameter() in the function OnLoad() of the class


For the second part, you have to modify this in the OnParameter(int id) of the class
 

发表时间 Sun 24 Apr 11 @ 5:44 am


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