| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Sound.Tidal.Stream.UI
Documentation
streamNudgeAll :: Stream -> Double -> IO () Source #
streamResetCycles :: Stream -> IO () Source #
streamSetCycle :: Stream -> Time -> IO () Source #
streamSetCPS :: Stream -> Time -> IO () Source #
streamSetBPM :: Stream -> Time -> IO () Source #
streamGetCPS :: Stream -> IO Time Source #
streamGetcps :: Stream -> IO Time Source #
streamGetBPM :: Stream -> IO Time Source #
streamGetNow :: Stream -> IO Time Source #
streamGetnow :: Stream -> IO Time Source #
streamEnableLink :: Stream -> IO () Source #
streamDisableLink :: Stream -> IO () Source #
streamList :: Stream -> IO () Source #
streamReplace :: Stream -> ID -> ControlPattern -> IO () Source #
streamOnce :: Stream -> ControlPattern -> IO () Source #
streamFirst :: Stream -> ControlPattern -> 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 #
streamMuteAll :: Stream -> IO () Source #
streamHush :: Stream -> IO () Source #
streamUnmuteAll :: Stream -> IO () Source #
streamUnsoloAll :: Stream -> IO () Source #
streamSilence :: Stream -> ID -> 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 #