That’s one solution. Problem here is the floating point comparison; JUCE outta be using some epsilon based comparison.
GLM provides good functionality to accomplish this: https://glm.g-truc.net/0.9.4/api/a00146.html . Now if only juce did…
That’s one solution. Problem here is the floating point comparison; JUCE outta be using some epsilon based comparison.
GLM provides good functionality to accomplish this: https://glm.g-truc.net/0.9.4/api/a00146.html . Now if only juce did…