Ingresar:     


Forum: General Discussion

Tópico: Setting action marker via VDJScript

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

Hey all,

is it possible to set an action marker by using VDJScript?
Something like:

set marker 'marker1' 'set %test 1'

So that the 'marker1' marker would be set at the current playback position with the action of 'set %test 1'.

If not, how would I set a marker like that from my plugin?

Thanks in advance,
Marco
 

Mensajes Mon 24 Aug 15 @ 6:40 am
You can't write an action poi on the fly, but you can move an a action poi cue on the fly.

There's also the v7 plugin cue macro, that lets you pre write the action and link it to a cue name, then all you have do is place and name the cue which can be done on the fly.
 

So I can't even create the POIs through a plugin?
Does this mean that I would always have to create all POI cues by hand, for each individual track?

:\
 

Correct.
 

Okay, but I can create normal cue points on the fly. Is it possible to name them through vdjscript?
 

Yes, cue_name 1 'name'
 

Ah nice, that will make for a good workaround then. Thank you both!
 



(Los tópicos y foros antiguos son automáticamente cerrados)