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 new OSX build
pull/6/head
falkTX
9 years ago
parent
97fb4236d0
commit
79dfcc97e4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/src/DistrhoPluginLV2.cpp
+ 1
- 1
distrho/src/DistrhoPluginLV2.cpp
View File
@@ -309,7 +309,7 @@ public:
fURIDs.timeFrame, &frame,
fURIDs.timeSpeed, &speed,
fURIDs.timeTicksPerBeat, &ticksPerBeat,
nullptr
);
0
);
// need to handle this first as other values depend on it
if (ticksPerBeat != nullptr)
Write
Preview
Loading…
Cancel
Save