get current selected track?

Post Reply New Topic
RELATED
PRODUCTS

Post

in javascript how?

I'm seeing createCursorTrack in the pdf. but this does not appear to be a member of Host.
.................................
"Hell is other People" J.P.Sartre
.................................

Post

I would also like to know how to select a track and/or its device(s)...

Post

This shit's clear as mud. But, my progress so far...

In your init() function...

Code: Select all

track = host.createCursorTrack(4, 4);
track.name().markInterested();
Elsewhere, a callback for instance...

Code: Select all

var mytrackname = track.name().get();
The word "Byzantine" keeps coming to mind looking at this API.
.................................
"Hell is other People" J.P.Sartre
.................................

Post

For me an API without clear and common examples doesn‘t work. I have no idea how to read it. :tu: for the Moss videos...

Post Reply

Return to “Controller Scripting”