Browse Source

Fix build with latest zyn updates

tags/1.9.7
falkTX 9 years ago
parent
commit
1fa4390020
3 changed files with 4 additions and 0 deletions
  1. +2
    -0
      source/native-plugins/zynaddsubfx-src.cpp
  2. +1
    -0
      source/native-plugins/zynaddsubfx-synth.cpp
  3. +1
    -0
      source/native-plugins/zynaddsubfx/Misc/TmpFileMgr.h

+ 2
- 0
source/native-plugins/zynaddsubfx-src.cpp View File

@@ -112,6 +112,7 @@ extern "C" {
#include "zynaddsubfx/Misc/PresetExtractor.cpp"
#include "zynaddsubfx/Misc/Recorder.cpp"
//#include "zynaddsubfx/Misc/Stereo.cpp"
#include "zynaddsubfx/Misc/TmpFileMgr.cpp"
#include "zynaddsubfx/Misc/Util.cpp"
#include "zynaddsubfx/Misc/WavFile.cpp"
#include "zynaddsubfx/Misc/WaveShapeSmps.cpp"
@@ -155,6 +156,7 @@ extern "C" {
#include "zynaddsubfx/Synth/SUBnote.cpp"
#include "zynaddsubfx/Synth/SynthNote.cpp"
#include "zynaddsubfx/UI/ConnectionDummy.cpp"
#include "zynaddsubfx/globals.cpp"

// Dummy variables and functions for linking purposes
// const char* instance_name = nullptr;


+ 1
- 0
source/native-plugins/zynaddsubfx-synth.cpp View File

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

ZynAddSubFxPlugin(const NativeHostDescriptor* const host)
: NativePluginAndUiClass(host, "zynaddsubfx-ui"),
CarlaThread("ZynAddSubFxPlugin"),
fMiddleWare(nullptr),
fMaster(nullptr),
fSynth(),


+ 1
- 0
source/native-plugins/zynaddsubfx/Misc/TmpFileMgr.h View File

@@ -1,3 +1,4 @@
#pragma once

/**
This file provides routines for using zyn's tmp files.


Loading…
Cancel
Save