sdatkinson / NeuralAmpModelerPlugin

Plugin for Neural Amp Modeler
MIT License
1.99k stars 134 forks source link

Don't `SetLatency()` when it won't change the latency. #516

Closed sdatkinson closed 4 weeks ago

sdatkinson commented 4 weeks ago

Description

During _UpdateLatency(), Only SetLatency(latency) when latency != GetLatency().

It feels weird to have to do this but it works.

Resolves #507

PR Checklist