We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c17a1e commit a174de4Copy full SHA for a174de4
1 file changed
shared-bindings/audiodelays/MultiTapDelay.c
@@ -26,7 +26,7 @@
26
//| delay_ms: synthio.BlockInput = 250.0,
27
//| decay: synthio.BlockInput = 0.7,
28
//| mix: synthio.BlockInput = 0.25,
29
-//| taps: Tuple[float|Tuple[float, float], ...] = None,
+//| taps: Optional[Tuple[float|Tuple[float, float], ...]] = None,
30
//| buffer_size: int = 512,
31
//| sample_rate: int = 8000,
32
//| bits_per_sample: int = 16,
0 commit comments