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 -> (Time -> [ControlPattern] -> ControlPattern) -> 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
Show Arc | |
NFData1 Ratio | |
Defined in Control.DeepSeq | |
Enumerable Rational Source # | |
Parseable Rational Source # | |
Moddable Rational Source # | |
Valuable Rational Source # | |
Integral a => Lift (Ratio a :: Type) | |
(Data a, Integral a) => Data (Ratio a) | |
Defined in Data.Data Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Ratio a -> c (Ratio a) gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (Ratio a) dataTypeOf :: Ratio a -> DataType dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c (Ratio a)) dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (Ratio a)) gmapT :: (forall b. Data b => b -> b) -> Ratio a -> Ratio a gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Ratio a -> r gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Ratio a -> r gmapQ :: (forall d. Data d => d -> u) -> Ratio a -> [u] gmapQi :: Int -> (forall d. Data d => d -> u) -> Ratio a -> u gmapM :: Monad m => (forall d. Data d => d -> m d) -> Ratio a -> m (Ratio a) gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Ratio a -> m (Ratio a) gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Ratio a -> m (Ratio a) | |
(Storable a, Integral a) => Storable (Ratio a) | |
Defined in Foreign.Storable Methods peekElemOff :: Ptr (Ratio a) -> Int -> IO (Ratio a) pokeElemOff :: Ptr (Ratio a) -> Int -> Ratio a -> IO () peekByteOff :: Ptr b -> Int -> IO (Ratio a) pokeByteOff :: Ptr b -> Int -> Ratio a -> IO () | |
Integral a => Enum (Ratio a) | |
Defined in GHC.Real | |
Integral a => Num (Ratio a) | |
(Integral a, Read a) => Read (Ratio a) | |
Integral a => Fractional (Ratio a) | |
Integral a => Real (Ratio a) | |
Defined in GHC.Real Methods toRational :: Ratio a -> Rational | |
Integral a => RealFrac (Ratio a) | |
Show a => Show (Ratio a) | |
Show a => Show (Event a) | |
NFData a => NFData (Ratio a) | |
Defined in Control.DeepSeq | |
Eq a => Eq (Ratio a) | |
Integral a => Ord (Ratio a) | |
Constructors
Target | |
denominator :: Ratio a -> a #
approxRational :: RealFrac a => a -> a -> Rational #
Constructors
Target | |