| play :: T -> T -> IO () | | | scorePipe :: FilePath | | | tmpWave :: FilePath | | | playV4 :: FilePath -> (Name, T, T) -> IO () | | | playV5 :: FilePath -> (Name, T, T) -> IO () | | | playNamedPipe :: (String, String) -> FilePath -> Name -> T -> T -> IO () | | | playV5NamedPipe :: FilePath -> (Name, T, T) -> IO () | | | playV4NamedPipe :: FilePath -> (Name, T, T) -> IO () | | | playV4AnonymousPipe :: FilePath -> (Name, T, T) -> IO () |
|