diff --git a/Sound/Tidal/Dirt.hs b/Sound/Tidal/Dirt.hs
--- a/Sound/Tidal/Dirt.hs
+++ b/Sound/Tidal/Dirt.hs
@@ -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
                 }
diff --git a/tidal.cabal b/tidal.cabal
--- a/tidal.cabal
+++ b/tidal.cabal
@@ -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
