| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Sound.Tidal.Stream
Documentation
Constructors
| BundleStamp | |
| MessageStamp | |
| NoStamp |
Constructors
| Stream | |
Fields
| |
Constructors
| OSCTarget | |
dirtTarget :: OSCTarget #
startStream :: Config -> MVar ControlMap -> [OSCTarget] -> IO (MVar ControlPattern, MVar Tempo, [Cx]) #
Constructors
| PlayState | |
Fields
| |
onTick :: Config -> MVar ControlMap -> MVar ControlPattern -> [Cx] -> MVar Tempo -> State -> IO () #
streamNudgeAll :: Stream -> Double -> IO () #
streamResetCycles :: Stream -> IO () #
streamList :: Stream -> IO () #
streamReplace :: Show a => Stream -> a -> ControlPattern -> IO () #
streamMute :: Show a => Stream -> a -> IO () #
streamMutes :: Show a => Stream -> [a] -> IO () #
streamUnmute :: Show a => Stream -> a -> IO () #
streamSolo :: Show a => Stream -> a -> IO () #
streamUnsolo :: Show a => Stream -> a -> IO () #
streamOnce :: Stream -> Bool -> ControlPattern -> IO () #
streamMuteAll :: Stream -> IO () #
streamHush :: Stream -> IO () #
streamUnmuteAll :: Stream -> IO () #
streamAll :: Stream -> (ControlPattern -> ControlPattern) -> IO () #
calcOutput :: Stream -> IO () #
ctrlListen :: MVar ControlMap -> Config -> IO (Maybe ThreadId) #