Observing a value on a newly created track

Post Reply New Topic
RELATED
PRODUCTS

Post

The Controller API gives us the option to create tracks, but we can only set up observers or use markInterested() during initialization.

Are we completely out of luck if we want to get something like volume from a newly created track?

Post

Sorry, my problem was actually caused by something else.

For anyone that has the same question, it is possible to observe values on a newly created track by observing values on each channel of a TrackBank or on a CursorTrack.

If you scroll the TrackBank to the newly created track then you can get the observed values.

Post Reply

Return to “Controller Scripting”