works well on linux 32-bit too.
Note that with GHC 6.8 I had to change the example to :

main=do
      s<-simpleNew Nothing "example" Play Nothing "this is example application"
          (SampleSpec (F32 LittleEndian) 44100 1) Nothing Nothing
      simpleWrite s $ ([sin $ 2*pi*440*((fromInteger.toInteger) 
t/44100)|t<-([1..44100*1]::
      simpleDrain s
      simpleFree s

Can you give an example using Record and simpleRead ?

_______________________________________________
haskell-art mailing list
[email protected]
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to