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.
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))
Sign up
User registration is currently not allowed.