Browse Source

More testing

tags/1.9.4
falkTX 11 years ago
parent
commit
bff6afa526
2 changed files with 5 additions and 1 deletions
  1. +5
    -0
      source/backend/native/zynaddsubfx.cpp
  2. +0
    -1
      source/backend/plugin/NativePlugin.cpp

+ 5
- 0
source/backend/native/zynaddsubfx.cpp View File

@@ -53,6 +53,7 @@ public:
kMaster(new Master()),
kSampleRate(getSampleRate())
{
#if 0
// refresh banks
kMaster->bank.rescanforbanks();

@@ -74,6 +75,7 @@ public:
fPrograms.push_back(pInfo);
}
}
#endif
}

~ZynAddSubFxPlugin()
@@ -222,6 +224,9 @@ protected:
return;
}

if (frames != 1024)
carla_stdout("ZYN process(%p, %i, %i, %p)", outBuffer, frames, midiEventCount, midiEvents);

#if 0
carla_zeroFloat(outBuffer[0], frames);
carla_zeroFloat(outBuffer[1], frames);


+ 0
- 1
source/backend/plugin/NativePlugin.cpp View File

@@ -941,7 +941,6 @@ public:
fOptions = 0x0;

fOptions |= PLUGIN_OPTION_MAP_PROGRAM_CHANGES;
fOptions |= PLUGIN_OPTION_FIXED_BUFFER;

if (forcedStereoIn || forcedStereoOut)
fOptions |= PLUGIN_OPTION_FORCE_STEREO;


Loading…
Cancel
Save