Hey,
is there a way to check if a layer is visible at given time? I know about two methods:
.audioActiveAtTime() and .activeAtTime(time), which could be helpful, but rather than checking if layer is enabled I'd like to check if it is visible / hearable (regardless of .enalbed, .audioEnabled state).
Thanks in advance!