From 9d47a8f4598565c56e7400b26d3f11f710baa12d Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 16 Jan 2008 22:44:00 +0000 Subject: [PATCH] --- .../wrapper/formats/AudioUnit/juce_AudioUnitWrapper.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/extras/audio plugins/wrapper/formats/AudioUnit/juce_AudioUnitWrapper.cpp b/extras/audio plugins/wrapper/formats/AudioUnit/juce_AudioUnitWrapper.cpp index 282c5dfb00..d88ec55561 100644 --- a/extras/audio plugins/wrapper/formats/AudioUnit/juce_AudioUnitWrapper.cpp +++ b/extras/audio plugins/wrapper/formats/AudioUnit/juce_AudioUnitWrapper.cpp @@ -461,8 +461,6 @@ public: //============================================================================== ComponentResult Initialize() { - SetMaxFramesPerSlice (16384); - #if ! JucePlugin_IsSynth const int numIns = GetInput(0) != 0 ? GetInput(0)->GetStreamFormat().mChannelsPerFrame : 0; #endif