Safe Haskell | None |
---|---|
Language | Haskell2010 |
Sound.Tidal.Stream
Documentation
Constructors
Stream | |
Fields
|
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
Pre StampStyle | |
Live |
Constructors
Target | |
Constructors
PlayState | |
Fields
|
superdirtShape :: OSC Source #
dirtTarget :: Target Source #
startMulti :: [Target] -> Config -> IO () Source #
substitutePath :: String -> ControlMap -> Maybe String Source #
getString :: ControlMap -> String -> 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 #
streamNudgeAll :: Stream -> Double -> IO () Source #
streamResetCycles :: Stream -> IO () Source #
streamList :: Stream -> IO () Source #
streamReplace :: Show a => Stream -> a -> ControlPattern -> IO () Source #
streamMute :: Show a => Stream -> a -> IO () Source #
streamMutes :: Show a => Stream -> [a] -> IO () Source #
streamUnmute :: Show a => Stream -> a -> IO () Source #
streamSolo :: Show a => Stream -> a -> IO () Source #
streamUnsolo :: Show a => Stream -> a -> IO () Source #
streamMuteAll :: Stream -> IO () Source #
streamHush :: Stream -> IO () Source #
streamUnmuteAll :: Stream -> IO () Source #
streamAll :: Stream -> (ControlPattern -> ControlPattern) -> IO () Source #
streamSetI :: Stream -> String -> Pattern Int -> IO () Source #
streamSetF :: Stream -> String -> Pattern Double -> IO () Source #
streamSetS :: Stream -> String -> Pattern String -> IO () Source #
streamSetB :: Stream -> String -> Pattern Bool -> IO () Source #
streamSetR :: Stream -> String -> Pattern Rational -> IO () Source #
ctrlListen :: MVar StateMap -> Config -> IO (Maybe ThreadId) Source #