Client.latencySamples

Override to set the plugin latency in samples. Plugin latency can depend on sampleRate but no other value. If you want your latency to depend on a Parameter your only choice is to pessimize the needed latency and compensate in the process callback.

class Client
public nothrow @nogc nothrow @nogc
int
latencySamples
(
double sampleRate
)

Return Value

Type: int

Plugin latency in samples. Note: this can absolutely be called before reset was called, be prepared.

Meta