Archives

Selected Track = mute others: Reactions 2?

OK. Nice work. Glad you went that far! Condition: (I summarized before) “Track is not current track” looks like the attached, i.e not part of the selection self.song().tracks[loop_number].is_part_of_selection == False and then muting it is (notice ‘[loop_number}] above) just setting mute to true. self.song().tracks[loop_number].mute = True I think you can do it with JUST those […]

If CSS Is Running Slow: Read Comment #4 in Here!

Same problem here (macOS 12.7.2, macbook pro 2016, live 11.3.13). At this stage I also see still incoming MIDI data although the controllers are physically disconnected. Clearing the log often doesn’t work – CSS doesn’t respond and the CSS helper task goes up to 100-150 % cpu load.

Selected Track = mute others: Reactions 2?

Actually – I watched some of that video you watched, and in fact it goes into detail specifically about using a track loop, AND muting each tracks. So he’s given you all the details except to add a condition that the iteration is not the selected track. ALSO the less than 1 condition I included […]

‘Capture Midi’ button

yes it is. Capture is SO SO SO important!! I think when John answered it was before Capture was there? Anyway, you can use a reaction, and use Midi Capture – in Live Object Model > Song Then you send to Session or Arrangement depending on where you are OR your workflow.