diff --git a/Sound/Conductive/Sampler.hs b/Sound/Conductive/Sampler.hs
--- a/Sound/Conductive/Sampler.hs
+++ b/Sound/Conductive/Sampler.hs
@@ -137,3 +137,5 @@
           mapM_ (addPlaySampleAction sd e) sNames
           initializeSamplePlayers sd e
           return sd
+
+-- changeParameter sd parameter newValue = wcm (sampleParameters sd) $ insert parameter newValue
diff --git a/conductive-hsc3.cabal b/conductive-hsc3.cabal
--- a/conductive-hsc3.cabal
+++ b/conductive-hsc3.cabal
@@ -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:       
