Another quick question about lua scripts in 6.2.
I’m querying the status of tracks within a session script and both the muted and soloed status are straightforward from the respective track methods.
However I can’t find a way to get the record arm/enable status. The only documented method which sounds relevant - can_record() - returns an error as being undefined.
I’ve seen examples of arming a track for recording using the set_value() method of record_enable_control() but the corresponding get_value() method doesn’t seem to return anything correlated to the track’s status.
Any pointers?
Thanks!