mapping to macro variations in audio effect rack

999 viewsCSS Questionsbutton mapping
1

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
0

Thank you very much for the hints. I managed to select and recall macro variations using following actions:

  1. action: set modifier mX > cur_val of a switch (Open Stage Control widget) sending MIDI cc
  2. action: self.song().appointed_device.selected_variation_index = self.get_modifier_value(“mX”)
  3. action: self.song().appointed_device.recall_selected_variation()

Bonus: randomize macros: self.song().appointed_device.randomize_macros()

Regards, mj

MartinJ Edited answer
You are viewing 1 out of 5 answers, click here to view all answers.