We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f0416 commit 493b2c0Copy full SHA for 493b2c0
src/Sound/Tidal/Params.hs
@@ -895,7 +895,7 @@ cutbus busid pat = (pI "cut" pat) # (pI "^cut" busid)
895
cutrecv :: Pattern Int -> ControlPattern
896
cutrecv busid = pI "^cut" busid
897
898
--- | a pattern of numbers from 0 to 1. Applies the cutoff frequency of the low-pass filter.
+-- | a pattern of numbers in Hz. Applies the cutoff frequency of the low-pass filter.
899
cutoff :: Pattern Double -> ControlPattern
900
cutoff = pF "cutoff"
901
0 commit comments