Reaction for clip added to track?
Hi,
Is there a listener I can use to fire when a clip is created/pasted into a track. self.song().tracks[0].add_clip_slots_listener never seems to fire.
Thx!
Rod.
JohnC Answered question
That listener only updates when the number of clipslots on the track changes (so when you add remove scenes).
You would need to monitor individual clip slots using live object model > clip slot > has clip has changed
JohnC Answered question
Sign up
User registration is currently not allowed.