Code: Select all
transport = host.createTransport();
transport.getPosition().addTimeObserver("", 3, 2, 2, 3, function(value)
{
println(value);
});How can I get the position of my clip timeline selection?
Code: Select all
transport = host.createTransport();
transport.getPosition().addTimeObserver("", 3, 2, 2, 3, function(value)
{
println(value);
});Submit: News, Plugins, Hosts & Apps | Advertise @ KVR | Developer Account | About KVR / Contact Us | Privacy Statement
© KVR Audio, Inc. 2000-2026