Device-specific parameter banking
I’m finding that the selected parameter bank is only stored and retrieved per script mode, and not per device.
So if I select, say, bank 2 in one mode and bank 3 in another, I can change between modes, and the correct banks will be re-selected; but these per-mode bank selections are “global” across the whole project; I’d like to be able to make them per-device as well.
Could one of my “cunning” workarounds have caused this to happen, or is it just a general limitation at the moment?
I’ve found a way to get the “virtual button press” to co-operate with my Max device now, but it’s a bit messy…
I’ve had to wrap it in another function (which I have to add manually to the CSS-generated Python), which is called from my reaction as follows:
self.schedule_message(0, self.myExtraFunction)
Apparently this “defers its execution to the control thread”, according to this helpful page:
https://cycling74.com/forums/%22changes-cannot-be-triggered-by-notificat…
Sign up
User registration is currently not allowed.