Is there a way that I can set up a cue/stutter point to automatically delete itself after as designated amount of time of non-use?
发表时间 Thu 09 Sep 10 @ 2:33 pm
I don't think that's possible .... the cue points are held against the file in the XML database, and I don't think that can be changed other than the standard way of creating / deleting cue points.
Keith
Keith
发表时间 Thu 09 Sep 10 @ 2:38 pm
Well what I was thinking was: on one of the skins it shows song position from the cue points. I think its Sweetscratch. Anyways, what I was thinking is that I could query that position marker and if it greater than 5000ms I could specify a delete_cue.
Thoughts or ideas?
Thoughts or ideas?
发表时间 Thu 09 Sep 10 @ 3:05 pm
Hmmmm
That would be something in the program rather than a script in a skin or midi command.
Maybe one of the more experienced scripting guys can advise on this one!
That would be something in the program rather than a script in a skin or midi command.
Maybe one of the more experienced scripting guys can advise on this one!
发表时间 Thu 09 Sep 10 @ 3:38 pm
I'm afraid its impossible..
发表时间 Sun 12 Sep 10 @ 8:15 pm
I have aksed for a "timer" element on VDJ script language just for reasons like this... Righ now it's not possible to achieve any "user automation" on VDJ without manually hitting a button. You can map a command that will delete a cue_point under various criteria, but this command will be executed ONLY when you press a button. It won't be running constantly...
发表时间 Mon 13 Sep 10 @ 6:27 am
After doing some more research, I came up with another idea. But I will need the help of a skinner. I have found a "Pfromcue#" which is the time from the cue point (the # is the cue point number). What I am thinking is this:
If "Pfromcue1" is greater than 1000ms than set_cue 99 and if less than 1000ms than hot_cue 99.
Can this button be built into the skin vice VDJ script? Thoughts or ideas?
If "Pfromcue1" is greater than 1000ms than set_cue 99 and if less than 1000ms than hot_cue 99.
Can this button be built into the skin vice VDJ script? Thoughts or ideas?
发表时间 Sat 18 Sep 10 @ 7:58 am