tidal-vis 0.1.5 → 0.1.6
raw patch · 1 files changed
+1/−1 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Sound.Tidal.Vis: events :: Pattern a -> [(Arc, (Ratio Integer, Ratio Integer), [a])]
+ Sound.Tidal.Vis: events :: Pattern a -> [(Arc, (Time, Time), [a])]
- Sound.Tidal.Vis: renderEvent :: (t, (Ratio Integer, Ratio Integer), [Colour Double]) -> Render ()
+ Sound.Tidal.Vis: renderEvent :: (t, (Rational, Rational), [Colour Double]) -> Render ()
- Sound.Tidal.Vis: ticks :: Ratio Integer
+ Sound.Tidal.Vis: ticks :: Time
- Sound.Tidal.Vis: vLines :: (Integral a, MonadIO m) => (t1 -> Double -> Double -> (Surface -> m ()) -> t) -> t1 -> (Double, Double) -> Pattern (Colour Double) -> Ratio Integer -> a -> t
+ Sound.Tidal.Vis: vLines :: (MonadIO m, Integral a) => (t1 -> Double -> Double -> (Surface -> m ()) -> t) -> t1 -> (Double, Double) -> Pattern (Colour Double) -> Time -> a -> t
Files
- tidal-vis.cabal +1/−1
tidal-vis.cabal view
@@ -1,5 +1,5 @@ name: tidal-vis-version: 0.1.5+version: 0.1.6 synopsis: Visual rendering for Tidal patterns -- description: homepage: http://yaxu.org/tidal/