Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data StampStyle Source #
Instances
Eq StampStyle Source # | |
Defined in Sound.Tidal.Stream (==) :: StampStyle -> StampStyle -> Bool # (/=) :: StampStyle -> StampStyle -> Bool # | |
Show StampStyle Source # | |
Defined in Sound.Tidal.Stream showsPrec :: Int -> StampStyle -> ShowS # show :: StampStyle -> String # showList :: [StampStyle] -> ShowS # |
PlayState | |
|
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 #