]> gitweb @ CieloNegro.org - EsounD.git/blob - Sound/EsounD.hs
e9276a0d10219249ccc86f140fcc72e45e4799c5
[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