X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=EsounD.git;a=blobdiff_plain;f=Sound%2FEsounD.hs;h=ab808e754470a0113c5db11c1c2bb220ed045e34;hp=e9276a0d10219249ccc86f140fcc72e45e4799c5;hb=HEAD;hpb=d2396e7b6183bb033861069aaeb52be53a90bfdf diff --git a/Sound/EsounD.hs b/Sound/EsounD.hs index e9276a0..ab808e7 100644 --- a/Sound/EsounD.hs +++ b/Sound/EsounD.hs @@ -1,9 +1,17 @@ -- | 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.Recorder + , module Sound.EsounD.Monitor + , module Sound.EsounD.Filter ) where -import Sound.EsounD.Types +import Sound.EsounD.Filter +import Sound.EsounD.Monitor import Sound.EsounD.Player +import Sound.EsounD.Recorder +import Sound.EsounD.Streams +import Sound.EsounD.Types