]> gitweb @ CieloNegro.org - EsounD.git/blobdiff - Sound/EsounD.hs
Monitor
[EsounD.git] / Sound / EsounD.hs
index e9276a0d10219249ccc86f140fcc72e45e4799c5..98e7c5aa324813d91c52424ccbd4c318f95a030f 100644 (file)
@@ -1,9 +1,13 @@
 -- | Type-safe bindings to EsounD with monadic regions.
 module Sound.EsounD
     ( module Sound.EsounD.Types
+    , module Sound.EsounD.Streams
     , module Sound.EsounD.Player
+    , module Sound.EsounD.Monitor
     )
     where
 
-import Sound.EsounD.Types
+import Sound.EsounD.Monitor
 import Sound.EsounD.Player
+import Sound.EsounD.Streams
+import Sound.EsounD.Types