tidal 0.3.4 → 0.3.5
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- Sound/Tidal/Dirt.hs +2/−2
- tidal.cabal +2/−2
Sound/Tidal/Dirt.hs view
@@ -36,8 +36,8 @@ F "gain" (Just 1), I "cut" (Just (0)), F "delay" (Just (0)),- F "delaytime" (Just (0)),- F "delayfeedback" (Just (0))+ F "delaytime" (Just (-1)),+ F "delayfeedback" (Just (-1)) ], timestamp = True }
tidal.cabal view
@@ -1,5 +1,5 @@ name: tidal-version: 0.3.4+version: 0.3.5 synopsis: Pattern language for improvised music -- description: homepage: http://yaxu.org/tidal/@@ -26,6 +26,6 @@ Sound.Tidal.Tempo Sound.Tidal.Time Sound.Tidal.Context- Other-modules: Sound.Tidal.Utils+ Sound.Tidal.Utils Build-depends: base < 5, process, parsec, hosc > 0.13, hashable, colour, containers, time, websockets > 0.8, text, mtl, transformers, mersenne-random-pure64,binary, bytestring