Skip to content

Commit

Permalink
Merge branch 'reinstate-transitions' of github.com:tidalcycles/tidal …
Browse files Browse the repository at this point in the history
…into reinstate-transitions
  • Loading branch information
yaxu committed Mar 9, 2025
2 parents 2f62aad + bc6f8cc commit e22da27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidal-core/src/Sound/Tidal/UI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ fit' cyc n from to p = squeezeJoin $ _fit n mapMasks to
where
mapMasks =
[ stretch $ mask (const True <$> filterValues (== i) from') p'
| i <- [0 .. n - 1]
| i <- [0 .. n - 1]
]
p' = density cyc p
from' = density cyc from
Expand Down

0 comments on commit e22da27

Please sign in to comment.