Browse Source

Fix AU bbt position

Signed-off-by: falkTX <falktx@falktx.com>
pull/452/head
falkTX 1 year ago
parent
commit
b1e77c32ba
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      distrho/src/DistrhoPluginAU.cpp

+ 0
- 1
distrho/src/DistrhoPluginAU.cpp View File

@@ -2001,7 +2001,6 @@ private:
&& fHostCallbackInfo.musicalTimeLocationProc(fHostCallbackInfo.hostUserData,
nullptr, &f1, &u1, nullptr) == noErr)
{
f1 /= u1;
fTimePosition.bbt.beatsPerBar = f1;
fTimePosition.bbt.beatType = u1;
}


Loading…
Cancel
Save