packages feed

csound-sampler 0.0.6.1 → 0.0.6.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~csound-expressionPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

Dependency ranges changed: csound-expression

API changes (from Hackage documentation)

+ Csound.Sam: instance Harmony Sam
+ Csound.Sam: instance Melody Sam

Files

csound-sampler.cabal view
@@ -1,5 +1,5 @@ name:                csound-sampler-version:             0.0.6.1+version:             0.0.6.2 license:             BSD3 license-file:        LICENSE author:              Anton Kholomiov@@ -25,7 +25,7 @@ library   Ghc-Options:    -Wall   Hs-Source-Dirs:      src/-  build-depends:       base >= 4, base < 5, transformers >= 0.3, csound-expression >= 4.7.1+  build-depends:       base >= 4, base < 5, transformers >= 0.3, csound-expression >= 4.8   exposed-modules:          Csound.Sam     Csound.Sam.Core
src/Csound/Sam.hs view
@@ -50,9 +50,13 @@  type instance DurOf Sam = D -instance Compose Sam where+instance Melody Sam where 	mel = flow++instance Harmony Sam where 	(=:=) = (+)++instance Compose Sam where  instance Delay Sam where 	del dt = tfmS phi