This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
43
Activity
Browse Source
Fix new osx build
tags/1.9.7
falkTX
9 years ago
parent
867d937ace
commit
8a855ae0f3
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/modules/distrho/src/DistrhoPluginLV2.cpp
+1
-1
source/plugin/carla-lv2.cpp
+ 1
- 1
source/modules/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)
+ 1
- 1
source/plugin/carla-lv2.cpp
View File
@@ -315,7 +315,7 @@ public:
fURIs.timeFrame, &frame,
fURIs.timeSpeed, &speed,
fURIs.timeTicksPerBeat, &ticksPerBeat,
nullptr
);
0
);
// need to handle this first as other values depend on it
if (ticksPerBeat != nullptr)
Write
Preview
Loading…
Cancel
Save