Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: While the sound effect is activated

This topic is old and might contain outdated or incorrect information.

I must be missing something. I got a few things figured out with the sound effect plugin. I just can't get a handle yet on how to create a function that stays resident checking the current time and writes it to the screen somewhere while the effect is running(clicking on the effect name button after it's chosen in the drop down list).

Anyone have any sample code with anything like this. The example I see is only when the onparameter is triggered by a button press.
 

Posted Sat 04 Feb 17 @ 3:24 am
locoDogPRO InfinityModeratorMember since 2013
OnProcessSamples() is called continually when the effect is active

GetInfo("get_time", &infoTime);

then copy the time [double] to a String, to be shown on the effect gui, I'll send you some source this evening
 

Posted Sat 04 Feb 17 @ 9:04 am
Great, would be nice to see where everything fits into place
 

Posted Sat 04 Feb 17 @ 3:42 pm


(Old topics and forums are automatically closed)