]> gitweb @ CieloNegro.org - EsounD.git/blob - examples/EsdPlayerExample.hs
EsdPlayerExample (only a skeleton for now)
[EsounD.git] / examples / EsdPlayerExample.hs
1 module Main where
2 import Control.Monad.Trans.Region
3 import Sound.EsounD.Player 
4
5 main ∷ IO ()
6 main = runRegionT $
7        do pl ← openPlayer 44100 "localhost" Nothing 
8           fail "FIXME"
9