reactive-midyim 0.4 → 0.4.0.1
raw patch · 3 files changed
+5/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- reactive-midyim.cabal +2/−2
- src/Reactive/Banana/MIDI/Note.hs +2/−1
- src/Reactive/Banana/MIDI/Process.hs +1/−1
reactive-midyim.cabal view
@@ -1,5 +1,5 @@ Name: reactive-midyim-Version: 0.4+Version: 0.4.0.1 License: BSD3 License-File: LICENSE Author: Henning Thielemann <haskell@henning-thielemann.de>@@ -45,7 +45,7 @@ Source-Repository this type: darcs location: http://hub.darcs.net/thielema/reactive-midyim/- tag: 0.4+ tag: 0.4.0.1 Library Build-Depends:
src/Reactive/Banana/MIDI/Note.hs view
@@ -34,7 +34,8 @@ Query.C msg => msg -> Maybe (Boundary PitchChannel Velocity) maybeBnd =- fmap (\(c, (v, p, on)) -> Boundary (PitchChannel p c) v on) . Query.note+ fmap (\(c, (v, p, on)) -> Boundary (PitchChannel p c) v on) .+ Query.noteExplicitOff maybeBndExt :: Query.C msg =>
src/Reactive/Banana/MIDI/Process.hs view
@@ -591,7 +591,7 @@ ++ noteSequence stepTime True (List.reverse toPlay)) $- pure (,) <*> pressd <@> trigger+ (,) <$> pressd <@> trigger