Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: Add a textbox in effect panel
Hello. I am trying to make a broadcast message adder addon (like RDS) for VirtualDJ (also I am gonna upload it, I hope it will get approved) and I want to add a textbox in the effect panel. How can I do that ?
 

Posted Sat 11 Sep 21 @ 5:50 pm
NicotuxHome userMember since 2014
to display text you can use string parameter type VDJPARAM_STRING in DeclareParameter()
you can use a variable set using set_var_dialog script using GetInfo()
Then either send it to plugin string or command
or read it from plugin using GetStringInfo()

take care that set_var_dialog script detach from script chain

maybe unexposed yet feature exists in recent API additions
 

Posted Sat 11 Sep 21 @ 6:06 pm