conductive-hsc3 0.1 → 0.1.1
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~conductive-basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: conductive-base
API changes (from Hackage documentation)
- Sound.Conductive.Sampler: addDefaultParameters :: (Fractional t) => MVar (Map [Char] t) -> [Char] -> IO (Map [Char] t)
+ Sound.Conductive.Sampler: addDefaultParameters :: Fractional t => MVar (Map [Char] t) -> [Char] -> IO (Map [Char] t)
- Sound.Conductive.Sampler: defaultParameters :: (Fractional t) => [Char] -> IO (MVar (Map [Char] t))
+ Sound.Conductive.Sampler: defaultParameters :: Fractional t => [Char] -> IO (MVar (Map [Char] t))
Files
- Sound/Conductive/Sampler.hs +2/−0
- conductive-hsc3.cabal +2/−2
Sound/Conductive/Sampler.hs view
@@ -137,3 +137,5 @@ mapM_ (addPlaySampleAction sd e) sNames initializeSamplePlayers sd e return sd++-- changeParameter sd parameter newValue = wcm (sampleParameters sd) $ insert parameter newValue
conductive-hsc3.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version: 0.1+Version: 0.1.1 -- A short (one-line) description of the package. Synopsis: a library with examples of using Conductive with hsc3@@ -53,7 +53,7 @@ Exposed-modules: Sound.Conductive.Sampler, Sound.Conductive.HSC3Utilities, Sound.Conductive.Synths -- Packages needed in order to build this package.- Build-depends: base < 5, conductive-base >= 0.1 && < 2, conductive-song >=0.1 && < 0.2, containers >=0.3 && < 0.4, hosc >=0.8 && < 0.9, hsc3 >=0.8 && < 0.9, MissingH >= 1.1 && < 1.2 , random >= 1.0 && < 1.1+ Build-depends: base < 5, conductive-base >= 0.1 && < 0.3, conductive-song >=0.1 && < 0.2, containers >=0.3 && < 0.4, hosc >=0.8 && < 0.9, hsc3 >=0.8 && < 0.9, MissingH >= 1.1 && < 1.2 , random >= 1.0 && < 1.1 -- Modules not exported by this package. -- Other-modules: