Would you be able to edit your plugin to carry out a long if/else statement such as:
songpos_remain 1% ? set 'WD_SongPos' 1 : songpos_remain 2% ? set 'WD_SongPos' 2 .... etc... etc
Then, I'll setup one LED with the vdjscript:
var_greater 'WD_SongPos' 50 ? on : off
I tested this out in VJDscript alone, but it will be a long messy script to manage :( I did get it to work though. When I load a song, I'll have it scan all the CUE points. At each CUE point, it queries the 'songpos_remain' and sets a variable.
I then have the LED check the variable that it meets a threshold, and it works. The problem is I have over 12 cue points, and it will be a scripting nightmare.
Thoughts?
songpos_remain 1% ? set 'WD_SongPos' 1 : songpos_remain 2% ? set 'WD_SongPos' 2 .... etc... etc
Then, I'll setup one LED with the vdjscript:
var_greater 'WD_SongPos' 50 ? on : off
I tested this out in VJDscript alone, but it will be a long messy script to manage :( I did get it to work though. When I load a song, I'll have it scan all the CUE points. At each CUE point, it queries the 'songpos_remain' and sets a variable.
I then have the LED check the variable that it meets a threshold, and it works. The problem is I have over 12 cue points, and it will be a scripting nightmare.
Thoughts?
Posted Tue 22 Nov 11 @ 10:41 am
Hey phantom,
I made a test to see what the best settings would be, that is repeated every 130ms, and 30 scenes, would it be pushing the friendship to ask for and increase in the amount of cyces to 40 for the load one and 80 for oninit?
I made a test to see what the best settings would be, that is repeated every 130ms, and 30 scenes, would it be pushing the friendship to ask for and increase in the amount of cyces to 40 for the load one and 80 for oninit?
Posted Wed 23 Nov 11 @ 12:19 pm