commit b1e77c32ba58ebbe9d9c80bb750fc20ef98b99fd
parent e7c852e9adb692e2b75993cccdec3fb8f3c9b443
Author: falkTX <falktx@falktx.com>
Date: Tue, 27 Feb 2024 15:13:00 +0100
Fix AU bbt position
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/distrho/src/DistrhoPluginAU.cpp b/distrho/src/DistrhoPluginAU.cpp
@@ -2001,7 +2001,6 @@ private:
&& fHostCallbackInfo.musicalTimeLocationProc(fHostCallbackInfo.hostUserData,
nullptr, &f1, &u1, nullptr) == noErr)
{
- f1 /= u1;
fTimePosition.bbt.beatsPerBar = f1;
fTimePosition.bbt.beatType = u1;
}