This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix AU bbt position
Signed-off-by: falkTX <falktx@falktx.com>
pull/452/head
falkTX
1 year ago
parent
e7c852e9ad
commit
b1e77c32ba
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save