We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef8ea3 commit 4f928c9Copy full SHA for 4f928c9
shared-bindings/audiodelays/Chorus.c
@@ -37,6 +37,7 @@
37
//| The delay timing of the chorus can be changed at runtime with the delay_ms parameter but the delay
38
//| can never exceed the max_delay_ms parameter. The maximum delay you can set is limited by available
39
//| memory.
40
+//|
41
//| :param int max_delay_ms: The maximum time the chorus can be in milliseconds
42
//| :param synthio.BlockInput delay_ms: The current time of the chorus delay in milliseconds. Must be less the max_delay_ms.
43
//| :param synthio.BlockInput voices: The number of voices playing split evenly over the delay buffer.
0 commit comments