Selected Track Listener in Reactions

2.08K viewsGeneral
0

Most of the problems i have so far with trying to do my template for touchosc with CSS comes from the fact that when i try to use “selected_track” to create a listener in a reaction it seems that it only works for the currently selected track when the script is initialized.
For exemple creating a reaction with “Track’s name value has changed” (self.song().view.selected_track.add_name_listener) works fine but only for the track selected on init().

Is this a bug or the intented behaviour ?
would like to know.
Thanks!

admin Changed status to publish
Attached Files:
0

If I understand you correctly, you’re saying that only the track which is selected when the script is initialised is classed as the selected track (changing the selected track has no effect)?

If you add a new track to the session, does it update?

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