tidal-0.4.33: Pattern language for improvised music

Safe HaskellNone
LanguageHaskell98

Sound.Tidal.Strategies

Documentation

stutter :: Integral a1 => a1 -> Time -> Pattern a -> Pattern a Source

spreadf :: t -> t1 -> [t2 -> Pattern b] -> t2 -> Pattern b Source

inside :: Time -> (Pattern a1 -> Pattern a) -> Pattern a1 -> Pattern a Source

scale :: (Functor f, Num b) => b -> b -> f b -> f b Source

chopArc :: Arc -> Int -> [Arc] Source