tidal-midi 0.1 → 0.6
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~PortMidi
Dependency ranges changed: PortMidi
Files
- Sound/Tidal/VolcaBeats.hs +1/−1
- tidal-midi.cabal +2/−2
Sound/Tidal/VolcaBeats.hs view
@@ -56,7 +56,7 @@ dt = makeF oscBeats "tomDecay" dch = makeF oscBeats "clHatDecay" doh = makeF oscBeats "opHatDecay"-dhg = makeF oscBeats "hatGrain"+hg = makeF oscBeats "hatGrain" noteN :: String -> Int noteN "bd" = 36
tidal-midi.cabal view
@@ -1,5 +1,5 @@ name: tidal-midi-version: 0.1+version: 0.6 synopsis: MIDI support for tidal -- description: homepage: http://tidal.lurk.org/@@ -29,4 +29,4 @@ Sound.Tidal.Synthino Sound.Tidal.MBase01 - Build-depends: base < 5, tidal, PortMidi, process, hashable, containers, hosc, time, bytestring+ Build-depends: base < 5, tidal <= 0.6, PortMidi == 0.1.5.2, process, hashable, containers, hosc, time, bytestring