How to add listener to parameter changes of a M4L device?

1.82K viewsCSS Questions
0

Is it possible to add a listener to parameterchanges of a M4L device?
The obvious way of setting the listener via
self.song().tracks[0].devices[0].add_bank_parameters_changed_listener
or
self.song().tracks[0].devices[0].add_parameters_listener
doesn’t work for me.

Can anyone help with that?

MartinJ Answered question
Attached Files:
0

Ah sorry.. is_active and is_collapsed work.
but name & parameter listeners don’t work

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