tidal 0.3 → 0.3.1
raw patch · 3 files changed
+9/−2 lines, 3 files
Files
- Sound/Tidal/Dirt.hs +1/−1
- doc/tidal.md +7/−0
- tidal.cabal +1/−1
Sound/Tidal/Dirt.hs view
@@ -33,7 +33,7 @@ F "accellerate" (Just 0), F "shape" (Just 0), I "kriole" (Just 0),- F "gain" (Just 0),+ F "gain" (Just 1), I "cut" (Just (0)) ], timestamp = True
doc/tidal.md view
@@ -154,6 +154,13 @@ hush ~~~~ +You can also isolate a single connection and silence all others with+the `solo` function:++~~~~ {#mycode .haskell}+solo $ d1 $ sound "bd sn"+~~~~+ # Beats per second You can change the beats per second (bps) like this:
tidal.cabal view
@@ -1,5 +1,5 @@ name: tidal-version: 0.3+version: 0.3.1 synopsis: Pattern language for improvised music -- description: homepage: http://yaxu.org/tidal/