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
i guess the difference comes in once a pattern is longer than one cycle:
currently rev <[1 2] [3 4]> == <[2 1] [4 3]>, but with the above (i think) it would be <[4 3] [2 1]>, so yes the cycles are also in reverse order
I think @polymorphicengine pointed out that rev could just negate time, rather than the complex mirroring it's doing now.
Here's an implementation of that:
Can we drop this in or does it have different behaviour? I think it's similar but the cycles are also in reverse order?
for comparison:
Tidal/src/Sound/Tidal/Pattern.hs
Lines 813 to 845 in 493b2c0
The text was updated successfully, but these errors were encountered: