Search found 1 match

by bmcloug
Wed Jul 29, 2020 6:38 pm
Forum: General Discussion
Topic: C++ maps in global expression
Replies: 1
Views: 1970

C++ maps in global expression

Hi, I'm wondering if it's possible use a C++ map within a global expression. I would like to be able to take an input value (track number) to return an output value (track start timecode) and vice versa. That way I could have a global return the track number when a playback timecode is reached. Are ...