Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: newbie plugin dev question: acquire values and button/slider actions

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

infoHome userMember since 2014
Hi all,
I'm a newbie in developing plugin for vdj 8 and I need some help.

I want to acquire actual values in my code (i.e. master volume, deck pitch, scratch actions, etc.).
Is it possible to use one of the callbacks in the sdk (like OnParameter() ) to execute plugin code each time a slider or a button is used?
In alternative, can I poll continuously (i.e. via GetInfo()) the software to acquire all values?

Thank you very much.
Alessandro
 

Posted Mon 01 Dec 14 @ 3:32 am
SBDJPRO Infinity Member since 2006
You would have to poll with GetInfo().
 

Posted Mon 01 Dec 14 @ 2:26 pm
infoHome userMember since 2014
Thank you very much!
A last question. Could I poll from another thread? Or, if it is not possible, which is the event I can attach to begin polling?

Thanks,
Alessandro
 

Posted Mon 01 Dec 14 @ 7:29 pm
SBDJPRO Infinity Member since 2006
You can poll from your plugin thread, or any other thread it spawns.
 

Posted Tue 02 Dec 14 @ 12:45 pm


(Old topics and forums are automatically closed)