Closed giohappy closed 2 years ago
Do you have in mind additional/different behavior to track.children("clip_slots")
?
On second thought, I suppose methods are only used to extract/transform properties.In that case I think it's just fine to use track.children("clip_slots")
and you can close this.
I find myself doing
track.children("clip_slots")
to obtain the full list of clip slots, including the empty ones. What about exposing aTrack.getClipSlots()
method? Maybe in thewip
branch, where I see you're adding new useful things.