-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Visual rendering for Tidal patterns -- -- Tidal is a domain specific language for live coding pattern. @package tidal-vis @version 0.1 module Sound.Tidal.Vis vPDF :: FilePath -> Pattern (Colour Double) -> IO () vSVG :: FilePath -> Pattern (Colour Double) -> IO () v :: (Num a, Num a1, MonadIO m) => (t1 -> a -> a1 -> (Surface -> m ()) -> t) -> t1 -> Pattern (Colour Double) -> t renderEvent :: (t, (Ratio Integer, Ratio Integer), [Colour Double]) -> Render () events :: Pattern a -> [(Arc, (Ratio Integer, Ratio Integer), [a])] ticks :: Ratio Integer