Programming an open external pluging like MassiveX or Pigment
OK Have you an example and the good code to use ?
OK Have you an example and the good code to use ?
Or maybe there is another way to do it in in CSS without knowing the parameters numbers? Would love to know if anyone has suggestions.
Create 3 reactions. 1st will search a track by its name and store its number as modifier m6 2nd would search your rack device and store its number as modifier m15. 3rd would loop rack device to find your desired device since m15 was updated. Store its number as modifier m19. I am using this […]
Hi. here are my new unsuccessful attempts:
I’ve been trying to follow your guide above admin, but failing over the past weeks. Do you have a guide for how to do this anywhere else? Alternatively, maybe even a script for the first parameters on selected device mapped that I can then edit and map to with my own controller template? Would be […]
Your questions are pretty simple – you can ask chatGPT for help. It can solve like a lot more complex tasks for remotify coding.
This is a correct way to loop through a devices of a rack: Loop – self.song().tracks[x].devices[y].chains[0].devices Condition – self.song().tracks[x].devices[y].chains[0].devices[loop_number].name == “ADSR”
Its not currently possible to do this with midi remote scripts.
thank you, but option Live objectModel / Device parameters / value has changed didnt work…
For the moment, the code that worked close to what I was trying to achieve is the following: “ADSR” in self.song().tracks[0].devices[loop_number].name I tried this with no success: “ADSR” in self.song().tracks[0].devices[1].chains[0].devices[loop_number].name Any suggestions anyone?