Override to declare the maximum number of samples to accept
If greater, the audio buffers will be splitted up.
This splitting have several benefits:
- help allocating temporary audio buffers on the stack
- keeps memory usage low and reuse it
- allow faster-than-buffer-size parameter changes (VST3)
Maximum number of samples
Warning: Some buffersize-related bugs might be hidden by having sub-buffers.
If you are looking for a buffersize bug, maybe try to disable sub-buffers
by returning the default 0.
Override to declare the maximum number of samples to accept If greater, the audio buffers will be splitted up. This splitting have several benefits: - help allocating temporary audio buffers on the stack - keeps memory usage low and reuse it - allow faster-than-buffer-size parameter changes (VST3)