登录:     


Forum: General Discussion

Topic: Setting action marker via VDJScript

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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
 

发表时间 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!
 



(陈旧帖子或论坛版块会自动关闭)