Skip to content

Commit 4f928c9

Browse files
committed
Doc fix
1 parent 5ef8ea3 commit 4f928c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: shared-bindings/audiodelays/Chorus.c

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
//| The delay timing of the chorus can be changed at runtime with the delay_ms parameter but the delay
3838
//| can never exceed the max_delay_ms parameter. The maximum delay you can set is limited by available
3939
//| memory.
40+
//|
4041
//| :param int max_delay_ms: The maximum time the chorus can be in milliseconds
4142
//| :param synthio.BlockInput delay_ms: The current time of the chorus delay in milliseconds. Must be less the max_delay_ms.
4243
//| :param synthio.BlockInput voices: The number of voices playing split evenly over the delay buffer.

0 commit comments

Comments
 (0)