mapping to macro variations in audio effect rack
Apologies if this has been asked and answered many times. I’m new to CSS and am struggling to map a button to a macro variation in Live 12’s Audio Effect Racks. How do I find out what the parameter numbers are for the macro variations?
MartinJ Answered question
Thank you very much for the hints. I managed to select and recall macro variations using following actions:
- action: set modifier mX > cur_val of a switch (Open Stage Control widget) sending MIDI cc
- action: self.song().appointed_device.selected_variation_index = self.get_modifier_value(“mX”)
- action: self.song().appointed_device.recall_selected_variation()
Bonus: randomize macros: self.song().appointed_device.randomize_macros()
Regards, mj
MartinJ Edited answer
Sign up
User registration is currently not allowed.