Safe Haskell | None |
---|---|
Language | Haskell2010 |
Sound.Tidal.Stream
Documentation
data StampStyle Source #
Constructors
BundleStamp | |
MessageStamp |
Instances
Eq StampStyle Source # | |
Defined in Sound.Tidal.Stream | |
Show StampStyle Source # | |
Defined in Sound.Tidal.Stream Methods showsPrec :: Int -> StampStyle -> ShowS # show :: StampStyle -> String # showList :: [StampStyle] -> ShowS # |
Constructors
Target | |
Constructors
PlayState | |
Fields
|
superdirtShape :: OSC Source #
dirtTarget :: Target Source #
substitutePath :: String -> ControlMap -> Maybe String Source #
playStack :: PlayMap -> ControlPattern Source #
processCps :: Tempo -> [Event ControlMap] -> ([(Tempo, Event ControlMap)], Tempo) Source #
streamOnce :: Stream -> ControlPattern -> IO () Source #
streamFirst :: Stream -> ControlPattern -> IO () Source #
streamResetCycles :: Stream -> IO () Source #
streamList :: Stream -> IO () Source #
streamReplace :: Show a => Stream -> a -> ControlPattern -> IO () Source #
streamMuteAll :: Stream -> IO () Source #
streamHush :: Stream -> IO () Source #
streamUnmuteAll :: Stream -> IO () Source #
streamAll :: Stream -> (ControlPattern -> ControlPattern) -> IO () Source #