Track name change listener, not responding

906 viewsCSS Bugs
0

Hell again! So many questions during these holiday times. =) I could be wrong but this feels like a bug somewhere…

I can’t seem to use “Selected track’s value has changed” as a listener in a reaction.

This is my test action, show the selected tracks name and that works fine when using a button press as listener:
self.show_message(str(self.song().view.selected_track.name))

But this as a listener won’t make it run: self.song().view.selected_track.add_name_listener

..this is not my actual script but i wanted other stuff to happen anytime the selected track is renamed.. should work, right?

The screenshot is form my actual script that I want to run on initialization or whenever a track is moved, added, renamed etc etc and the renaming part doesn’t do much.

admin Changed status to publish
0

I just checked this and you’re right.
The selected track listener is stuck to whichever track is selected when the script first initialises.
I will make a note of this to be investigated.

admin Changed status to publish
Attached Files:
You are viewing 1 out of 7 answers, click here to view all answers.