Browse Source

Fix build

tags/1.9.4
falkTX 10 years ago
parent
commit
4cccefe125
3 changed files with 6 additions and 0 deletions
  1. +2
    -0
      source/backend/plugin/DssiPlugin.cpp
  2. +2
    -0
      source/backend/plugin/LadspaPlugin.cpp
  3. +2
    -0
      source/backend/plugin/Lv2Plugin.cpp

+ 2
- 0
source/backend/plugin/DssiPlugin.cpp View File

@@ -1506,6 +1506,7 @@ public:


} // End of Plugin processing (no events) } // End of Plugin processing (no events)


#ifndef BUILD_BRIDGE
// -------------------------------------------------------------------------------------------------------- // --------------------------------------------------------------------------------------------------------
// Latency, save values for next callback // Latency, save values for next callback


@@ -1527,6 +1528,7 @@ public:
} }
} }
} }
#endif


// -------------------------------------------------------------------------------------------------------- // --------------------------------------------------------------------------------------------------------
// Control Output // Control Output


+ 2
- 0
source/backend/plugin/LadspaPlugin.cpp View File

@@ -1130,6 +1130,7 @@ public:


} // End of Plugin processing (no events) } // End of Plugin processing (no events)


#ifndef BUILD_BRIDGE
// -------------------------------------------------------------------------------------------------------- // --------------------------------------------------------------------------------------------------------
// Latency, save values for next callback // Latency, save values for next callback


@@ -1151,6 +1152,7 @@ public:
} }
} }
} }
#endif


// -------------------------------------------------------------------------------------------------------- // --------------------------------------------------------------------------------------------------------
// Control Output // Control Output


+ 2
- 0
source/backend/plugin/Lv2Plugin.cpp View File

@@ -3112,6 +3112,7 @@ public:


} // End of Plugin processing (no events) } // End of Plugin processing (no events)


#ifndef BUILD_BRIDGE
// -------------------------------------------------------------------------------------------------------- // --------------------------------------------------------------------------------------------------------
// Latency, save values for next callback // Latency, save values for next callback


@@ -3133,6 +3134,7 @@ public:
} }
} }
} }
#endif


// -------------------------------------------------------------------------------------------------------- // --------------------------------------------------------------------------------------------------------
// MIDI Output // MIDI Output


Loading…
Cancel
Save