tidal 0.4.36 → 0.5
raw patch · 2 files changed
+3/−4 lines, 2 files
Files
- Sound/Tidal/Strategies.hs +2/−3
- tidal.cabal +1/−1
Sound/Tidal/Strategies.hs view
@@ -148,9 +148,8 @@ | otherwise = slow t $ stack $ map (\(i, f) -> (fromIntegral i % l) <~ (density t $ f (slow t p))) (zip [0 ..] fs) where l = fromIntegral $ length fs ----interlace :: OscPattern -> OscPattern -> OscPattern---interlace a b = weave 16 (shape $ ((* 0.9) <$> sinewave1)) [a, b]+interlace :: OscPattern -> OscPattern -> OscPattern+interlace a b = weave 16 (shape $ ((* 0.9) <$> sinewave1)) [a, b] -- Step sequencing step :: String -> String -> Pattern String
tidal.cabal view
@@ -1,5 +1,5 @@ name: tidal-version: 0.4.36+version: 0.5 synopsis: Pattern language for improvised music -- description: homepage: http://tidal.lurk.org/