Reactions Reference Guide
Hello all.
For people looking for information on Reactions, we have published a Reference Guide here:
https://remotify.io/tutorials/reactions-reference-guide
You will currently see 2 tables on the page which provide all of the required information for adding Reactions of various kinds.
Table 1 provides information on when Listeners Fire, what to input for different Conditions and also what to input for the various Reactions.
Table 2 provides details regarding targeting all Mixer Controls and Device Parameters on Tracks, Scenes, Return Tracks, Selected Tracks etc.
We will also add examples to this page in due course. Thank you.
Remotify Team.
‘X’ means not available for that type (Types: Listener, Condition, Reaction)
I’m not entirely sure if the error is related to your reaction.
However, in your Reaction, try this instead. It takes the Volume value and changes it from something like 0.8454233 (which your MIDI Controller probably won’t understand), changes it into a number i.e. ’85’.
Knob_2 .send_value () Input int(round(self.song().tracks[0].mixer_device.volume.value * 100, 0))
The link seems to be broken and is leading to the regular documentation.
Whaou, thx very much Glenn. Very useful.
Sign up
User registration is currently not allowed.
The (now broken) link referred to the same documentation you can find in the last 2 tabs of this spreadsheet: https://docs.google.com/spreadsheets/d/1zPrIwQMzA5jNG_giBaM9SDW-fMJvc5F1AgKFBxhUAhI/edit?gid=0#gid=0
I copied it from that page when we were still using the old website.
However, I think the documentation in the first of the 2 tabs is not applicable anymore in the current version of CSS.