From 493b2c0276bb2cee2d7106663b5486d061599ffa Mon Sep 17 00:00:00 2001 From: sss-create <72546851@posteo.jp> Date: Mon, 3 Feb 2025 19:06:52 +0100 Subject: [PATCH] #1132 comment: Hz instead of 0-1 --- src/Sound/Tidal/Params.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sound/Tidal/Params.hs b/src/Sound/Tidal/Params.hs index 6d43d318..c74e376c 100644 --- a/src/Sound/Tidal/Params.hs +++ b/src/Sound/Tidal/Params.hs @@ -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"