Pauken - add silence and repeat chunk

Try this (attached).
I’ve given it an English name (“Repeat with gaps…”) as the vast majority of our users speak English.
If you want to change the default settings, open the file in a plain text editor (such as NotePad or NotePad++) and edit the lines that start with “;control”. For example, to set the default number of repeats to 5, change:

;control repeats "Number of repeats" int "" 3 1 20

to

;control repeats "Number of repeats" int "" 5 1 20

The first number at the end of the line is the default value, the second number is the minimum value and the final number is the maximum value.

Numbers greater than the control range may be typed into the text boxes, but are not remembered the next time the effect is opened.
The “Sanitize” code prevents silly values being applied (thousands of repeats are likely to cause a crash).
RepeatWithGaps.ny (1.03 KB)