X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=EsounD.git;a=blobdiff_plain;f=examples%2FEsdPlayerExample.hs;fp=examples%2FEsdPlayerExample.hs;h=1d3ec4f311836b4703ceb2d3a458701446f1b943;hp=7de9ba9aa20be036be6c799e8a827d45c1e453a5;hb=2c9350d4762d69bbfcdc58212e27506c3d4f7494;hpb=332de27c05d195598689979c035bd136a47f4394 diff --git a/examples/EsdPlayerExample.hs b/examples/EsdPlayerExample.hs index 7de9ba9..1d3ec4f 100644 --- a/examples/EsdPlayerExample.hs +++ b/examples/EsdPlayerExample.hs @@ -1,9 +1,14 @@ +{-# LANGUAGE + UnicodeSyntax + #-} module Main where import Control.Monad.Trans.Region import Sound.EsounD.Player main ∷ IO () +main = return () +{- main = runRegionT $ do pl ← openPlayer 44100 "localhost" Nothing fail "FIXME" - +-}