]> gitweb @ CieloNegro.org - EsounD.git/blob - Sound/EsounD.hs
Sound.EsounD.Player
[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.Player
5     )
6     where
7
8 import Sound.EsounD.Types
9 import Sound.EsounD.Player