tote-bag-labs / valentine

An open source compressor meant to pump and breathe
GNU General Public License v3.0
138 stars 8 forks source link

Put updateLatencyCompensation under test #92

Open JoseDiazRohena opened 1 year ago

JoseDiazRohena commented 1 year ago

76 resulted in latency compensation calculation and setting to be factored out into a new function.

It's kind of a complex function, that might need to be changed over time—as it was in #85 . It should probably have tests!

This wasn't done at the time because it would require consideration about where to implement the function and how to refactor in order to break dependencies to JUCE.