Browse Source

Fix new osx build

tags/1.9.7
falkTX 9 years ago
parent
commit
8a855ae0f3
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      source/modules/distrho/src/DistrhoPluginLV2.cpp
  2. +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.timeFrame, &frame,
fURIDs.timeSpeed, &speed, fURIDs.timeSpeed, &speed,
fURIDs.timeTicksPerBeat, &ticksPerBeat, fURIDs.timeTicksPerBeat, &ticksPerBeat,
nullptr);
0);


// need to handle this first as other values depend on it // need to handle this first as other values depend on it
if (ticksPerBeat != nullptr) if (ticksPerBeat != nullptr)


+ 1
- 1
source/plugin/carla-lv2.cpp View File

@@ -315,7 +315,7 @@ public:
fURIs.timeFrame, &frame, fURIs.timeFrame, &frame,
fURIs.timeSpeed, &speed, fURIs.timeSpeed, &speed,
fURIs.timeTicksPerBeat, &ticksPerBeat, fURIs.timeTicksPerBeat, &ticksPerBeat,
nullptr);
0);


// need to handle this first as other values depend on it // need to handle this first as other values depend on it
if (ticksPerBeat != nullptr) if (ticksPerBeat != nullptr)


Loading…
Cancel
Save