|
| Haskore.Interface.CSound.Play |
|
|
|
|
| Description |
This module uses a pipe
in order to play CSound music without a temporary score file.
A temporary orchestra file is necessary, though.
In my tests on a SuSE Linux only CSound5 (but not CSound4)
could play via '-odac'.
|
|
| Synopsis |
|
| play :: Output out => T out -> T -> IO () | | | tmpWave :: FilePath | | | scorePipe :: FilePath | | | playV5 :: Output out => FilePath -> (Name, T out, T) -> IO () | | | playV4 :: Output out => FilePath -> (Name, T out, T) -> IO () | | | playNamedPipe :: Output out => (String, String) -> FilePath -> Name -> T out -> T -> IO () | | | playV5NamedPipe :: Output out => FilePath -> (Name, T, T out) -> IO () | | | playV4NamedPipe :: Output out => FilePath -> (Name, T, T out) -> IO () | | | playV4AnonymousPipe :: Output out => FilePath -> (Name, T, T out) -> IO () |
|
|
| Documentation |
|
|
|
|
|
|
|
|
|
|
|
|
|
| Trials with shell-haskell that failed for reasons I don't know.
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.7.2 |