tidal-1.10.1: Pattern language for improvised music
Safe HaskellNone
LanguageHaskell2010

Sound.Tidal.Stream.UI

Documentation

streamNudgeAll :: Stream -> Double -> IO () Source #

streamMute :: Stream -> ID -> IO () Source #

streamMutes :: Stream -> [ID] -> IO () Source #

streamUnmute :: Stream -> ID -> IO () Source #

streamSolo :: Stream -> ID -> IO () Source #

streamUnsolo :: Stream -> ID -> IO () Source #

withPatIds :: Stream -> [ID] -> (PlayState -> PlayState) -> IO () Source #

streamSilence :: Stream -> ID -> IO () Source #

streamGet :: Stream -> String -> IO (Maybe Value) Source #

streamSet :: Valuable a => Stream -> String -> Pattern a -> 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 #