Problem: I need the triggering of a new clip to stop all other clips. That is, I only want one and-only-one clip playing at any one time.
I can easily achieve this effect with two tracks.
Example:
C1 triggers the clip in track-1 AND the stop-clip of track-2.
C#1 triggers the clip in track 2 AND the stop-clip of track-1.
The global quantize is 1/8 which allows me to rapidly move between the two clips, only hearing one-at-a-time.
This trick breaks down with 3 or more tracks as assigning more-than-one CC or Note to a stop-clip isn't possible (to my awareness).
What I need to achieve: To be able to stop all-other-clips on a new clip-launch either by having multiple CC or Notes trigger the same stop-clip OR by some other feature I'm unaware of. I know how to achieve this via midi-translation, but I'd like to see if there is a native solution first.
Any help is greatly appreciated