You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playing a bit with live_loops I find myself in situations where out of many live_loops I want to mute most of them.
I propose a solo function, which mutes (stop) all other live_loops that do not also have a solo call. I don't know the implementation details, I can imagine that it is difficult to implement. An alternative (not necessarily much easier to implement) would be to have only a single live_loop being able to be solod (either have clear rules who wins, or raise exception if detectable).
Unfortunately I am no Patreon supporter, but I know some Ruby ... from what I read, discussion should happen on github then.
The text was updated successfully, but these errors were encountered:
Playing a bit with
live_loops
I find myself in situations where out of many live_loops I want to mute most of them.I propose a
solo
function, which mutes (stop) all other live_loops that do not also have asolo
call. I don't know the implementation details, I can imagine that it is difficult to implement. An alternative (not necessarily much easier to implement) would be to have only a single live_loop being able to besolo
d (either have clear rules who wins, or raise exception if detectable).Unfortunately I am no Patreon supporter, but I know some Ruby ... from what I read, discussion should happen on github then.
The text was updated successfully, but these errors were encountered: