Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Stream | |
|
startStream :: Config -> MVar StateMap -> [OSCTarget] -> IO (MVar ControlPattern, MVar Tempo, [Cx]) Source #
PlayState | |
|
substitutePath :: String -> ControlMap -> String Source #
toMessage :: Config -> Double -> OSCTarget -> Tempo -> Event (Map String Value) -> Maybe Message Source #
onTick :: Config -> MVar StateMap -> MVar ControlPattern -> [Cx] -> MVar Tempo -> State -> IO () Source #
streamResetCycles :: Stream -> IO () Source #
streamList :: Stream -> IO () Source #
streamReplace :: Show a => Stream -> a -> ControlPattern -> IO () Source #
streamOnce :: Stream -> ControlPattern -> IO () Source #
streamFirst :: Stream -> ControlPattern -> IO () Source #
streamMuteAll :: Stream -> IO () Source #
streamHush :: Stream -> IO () Source #
streamUnmuteAll :: Stream -> IO () Source #
streamAll :: Stream -> (ControlPattern -> ControlPattern) -> IO () Source #
calcOutput :: Stream -> IO () Source #