diff --git a/maquinitas-tidal.cabal b/maquinitas-tidal.cabal
--- a/maquinitas-tidal.cabal
+++ b/maquinitas-tidal.cabal
@@ -1,5 +1,5 @@
 name:                maquinitas-tidal
-version:             0.2.8
+version:             0.2.9
 synopsis:            library for MIDI control of hardware
 description:         maquinitas is a library for MIDI control of hardware
 homepage:            https://github.com/maquinitas/maquinitas-tidal
diff --git a/src/Korg/VolcaBeats.hs b/src/Korg/VolcaBeats.hs
--- a/src/Korg/VolcaBeats.hs
+++ b/src/Korg/VolcaBeats.hs
@@ -61,7 +61,7 @@
   -- ControlChange list
 
   ccn :: Pattern String -> ControlPattern
-  ccn = Sound.Tidal.Params.ccn . ( ccnList<$> )
+  ccn = Sound.Tidal.Params.n . ( ccnList <$>)
   
   ccnList :: Num a => String -> a
   ccnList m =
