packages feed

maquinitas-tidal 0.2.6 → 0.2.7

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

maquinitas-tidal.cabal view
@@ -1,5 +1,5 @@ name:                maquinitas-tidal-version:             0.2.6+version:             0.2.7 synopsis:            library for MIDI control of hardware description:         maquinitas is a library for MIDI control of hardware homepage:            https://github.com/maquinitas/maquinitas-tidal
src/Korg/VolcaBeats.hs view
@@ -91,8 +91,8 @@   -- ccn_num :: Pattern String -> ControlPattern   ccn_num m =     case m of-      "aa" -> 1-      "bb" -> 2+      "kickLevel" -> 40+      "snareLevel" -> 41       "cc" -> 3       "dd" -> 4       _ -> 5