Skip to content

Commit

Permalink
Merge pull request surge-synthesizer#208 from baconpaul/waveshaper-181
Browse files Browse the repository at this point in the history
Macintosh was using SSE1 

Former-commit-id: e95b670
Former-commit-id: 08e92a19c78291ee51b981412abec6c3738964a4
  • Loading branch information
baconpaul authored Jan 4, 2019
2 parents f393849 + a14c59a commit 1f53489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/au/aulayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <AudioToolbox/AudioUnitUtilities.h>
#include <AudioUnit/AudioUnitCarbonView.h>
#include "aulayer_cocoaui.h"
#include "CpuArchitecture.h"

typedef SurgeSynthesizer sub3_synth;

Expand Down Expand Up @@ -110,6 +111,7 @@ void aulayer::InitializePlugin()
{
//sub3_synth* synth = (sub3_synth*)_aligned_malloc(sizeof(sub3_synth),16);
//new(synth) sub3_synth(this);
initCpuArchitecture();

// FIXME: The VST uses a std::unique_ptr<> and we probably should here also
plugin_instance = new SurgeSynthesizer( this );
Expand Down

0 comments on commit 1f53489

Please sign in to comment.