tidal 0.4.16 → 0.4.17
raw patch · 2 files changed
+4/−1 lines, 2 files
Files
- Sound/Tidal/Pattern.hs +3/−0
- tidal.cabal +1/−1
Sound/Tidal/Pattern.hs view
@@ -473,3 +473,6 @@ e :: Int -> Int -> Pattern b -> Pattern b e n k p = (flip const) <$> (filterValues (== True) $ listToPat $ bjorklund (n,k)) <*> p++e' :: Int -> Int -> Pattern b -> Pattern b+e' n k p = cat $ map (\x -> if x then p else silence) (bjorklund (n,k))
tidal.cabal view
@@ -1,5 +1,5 @@ name: tidal-version: 0.4.16+version: 0.4.17 synopsis: Pattern language for improvised music -- description: homepage: http://yaxu.org/tidal/