packages feed

tidal-midi 0.9.4 → 0.9.5.2

raw patch · 2 files changed

+6/−4 lines, 2 filesdep ~PortMididep ~tidalPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: PortMidi, tidal

API changes (from Hackage documentation)

+ Sound.Tidal.MIDI.VolcaFM: algorithm :: Pattern Double -> ParamPattern
+ Sound.Tidal.MIDI.VolcaFM: algrtm :: Pattern Double -> ParamPattern

Files

Sound/Tidal/MIDI/VolcaFM.hs view
@@ -15,7 +15,7 @@       , mCC cardecay_p 45       , mCC lfo_p 46       , mCC lfopitchint_p 47-      , mCC algtm_p 48+      , mCC algrtm_p 48       , mCC arp_p 49       , mCC arpdiv_p 50       ]@@ -30,7 +30,9 @@  (cardecay, cardecay_p) = pF "cardecay" (Just 0) -(algtm, algtm_p) = pF "algtm" (Just 0)+(algrtm, algrtm_p) = pF "algrtm" (Just 0)+algtm = algrtm+algorithm = algrtm  (arp, arp_p) = pF "arp" (Just 0) 
tidal-midi.cabal view
@@ -1,5 +1,5 @@ name:                tidal-midi-version:             0.9.4+version:             0.9.5.2 synopsis:            MIDI support for tidal -- description: homepage:            http://tidal.lurk.org/@@ -39,7 +39,7 @@                    Sound.Tidal.MIDI.System1M                    Sound.Tidal.MIDI.KorgKP3 -  Build-depends: base < 5, tidal >= 0.9.4, PortMidi == 0.1.6.0, time, containers, transformers+  Build-depends: base < 5, tidal >= 0.9.5, PortMidi >= 0.1.6.0, time, containers, transformers  source-repository head   type:     git