Skip to content

Commit 493b2c0

Browse files
committed
#1132 comment: Hz instead of 0-1
1 parent 08f0416 commit 493b2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sound/Tidal/Params.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ cutbus busid pat = (pI "cut" pat) # (pI "^cut" busid)
895895
cutrecv :: Pattern Int -> ControlPattern
896896
cutrecv busid = pI "^cut" busid
897897

898-
-- | a pattern of numbers from 0 to 1. Applies the cutoff frequency of the low-pass filter.
898+
-- | a pattern of numbers in Hz. Applies the cutoff frequency of the low-pass filter.
899899
cutoff :: Pattern Double -> ControlPattern
900900
cutoff = pF "cutoff"
901901

0 commit comments

Comments
 (0)