Selected Track = mute others: Reactions 2?

1.43K viewsCSS Feature Requests
0

Hi there,
as I’m looking forward to the reactions2 trials, I’m wondering if it would be possible to use reactions to program something like “mute other tracks” when being in selected tracks “mode” (not that there’s a mode)?
If this isn’t clear and I need to formulate this question better, please let me know 🙂

admin Changed status to publish May 22, 2024
Attached Files:
0

Go with
1. listener is button was pressed
2. condition is latest velocity is LESS than 1 (not <=) (this way it happens after you let the button go and it doesn't keep running while you're holding it)
3. Loop – through tracks
4. CONDITION (before action within loop) track is NOT current track
4. mute track

admin Changed status to publish May 22, 2024
Attached Files:
You are viewing 1 out of 13 answers, click here to view all answers.