Skip to content

Commit

Permalink
#1132 comment: Hz instead of 0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sss-create committed Feb 3, 2025
1 parent 08f0416 commit 493b2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sound/Tidal/Params.hs
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ cutbus busid pat = (pI "cut" pat) # (pI "^cut" busid)
cutrecv :: Pattern Int -> ControlPattern
cutrecv busid = pI "^cut" busid

-- | 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.
cutoff :: Pattern Double -> ControlPattern
cutoff = pF "cutoff"

Expand Down

0 comments on commit 493b2c0

Please sign in to comment.