Skip to content

Commit

Permalink
Merge branch 'clean-warnings' of github.com:tidalcycles/tidal into cl…
Browse files Browse the repository at this point in the history
…ean-warnings
  • Loading branch information
yaxu committed Jan 30, 2025
2 parents 61bc4b5 + 11a7592 commit 64f8350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sound/Tidal/UI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,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 64f8350

Please sign in to comment.