Get beat time selection of clip

Post Reply New Topic
RELATED
PRODUCTS

Post

I have been able to retrieve the beat time of the arrangement by:

Code: Select all

transport = host.createTransport();
transport.getPosition().addTimeObserver("", 3, 2, 2, 3, function(value)
	{
			println(value);
});
But when I make a timeline selection in the clip, it doesn't report.
How can I get the position of my clip timeline selection?

Post Reply

Return to “Controller Scripting”