]> gitweb @ CieloNegro.org - EsounD.git/blob - Sound/EsounD.hs
98e7c5aa324813d91c52424ccbd4c318f95a030f
[EsounD.git] / Sound / EsounD.hs
1 -- | Type-safe bindings to EsounD with monadic regions.
2 module Sound.EsounD
3     ( module Sound.EsounD.Types
4     , module Sound.EsounD.Streams
5     , module Sound.EsounD.Player
6     , module Sound.EsounD.Monitor
7     )
8     where
9
10 import Sound.EsounD.Monitor
11 import Sound.EsounD.Player
12 import Sound.EsounD.Streams
13 import Sound.EsounD.Types