| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Sound.Tidal.Safe.Context
Documentation
streamReplace :: ID -> ControlPattern -> Op () Source #
streamHush :: Op () Source #
streamList :: Op () Source #
streamMute :: ID -> Op () Source #
streamUnmute :: ID -> Op () Source #
streamSolo :: ID -> Op () Source #
streamUnsolo :: ID -> Op () Source #
streamOnce :: ControlPattern -> Op () Source #
streamFirst :: ControlPattern -> Op () Source #
streamNudgeAll :: Double -> Op () Source #
streamAll :: (ControlPattern -> ControlPattern) -> Op () Source #
streamResetCycles :: Op () Source #
streamSetI :: String -> Pattern Int -> Op () Source #
streamSetF :: String -> Pattern Double -> Op () Source #
streamSetS :: String -> Pattern String -> Op () Source #
streamSetB :: String -> Pattern Bool -> Op () Source #
transition :: Bool -> TransitionMapper -> ID -> ControlPattern -> Op () Source #
module Sound.Tidal.Config
module Sound.Tidal.Control
module Sound.Tidal.Core
module Sound.Tidal.Params
module Sound.Tidal.ParseBP
module Sound.Tidal.Pattern
module Sound.Tidal.Scales
module Sound.Tidal.Simple
module Sound.Tidal.UI
module Sound.Tidal.Version
Instances
| NFData1 Ratio | |
Defined in Control.DeepSeq | |
| Show Arc | |
| Enumerable Rational | |
| Parseable Rational | |
| Moddable Rational | |
| Valuable Rational | |
| NFData a => NFData (Ratio a) | |
Defined in Control.DeepSeq | |
| Integral a => Enum (Ratio a) | |
Defined in GHC.Internal.Real | |
| Integral a => Num (Ratio a) | |
| (Integral a, Read a) => Read (Ratio a) | |
Defined in GHC.Internal.Read | |
| Integral a => Fractional (Ratio a) | |
| Integral a => Real (Ratio a) | |
Defined in GHC.Internal.Real Methods toRational :: Ratio a -> Rational | |
| Integral a => RealFrac (Ratio a) | |
| Show a => Show (Ratio a) | |
| Show a => Show (Event a) | |
| Eq a => Eq (Ratio a) | |
| Integral a => Ord (Ratio a) | |
Constructors
| Target | |
denominator :: Ratio a -> a #
approxRational :: RealFrac a => a -> a -> Rational #
Constructors
| Target | |