We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc0d67 commit 274b3c9Copy full SHA for 274b3c9
Sources/CSoundpipeAudioKit/include/SoundpipeDSPBase.h
@@ -11,7 +11,7 @@ class SoundpipeDSPBase: public DSPBase {
11
struct sp_data *sp = nullptr;
12
float internalTrigger=0;
13
public:
14
- SoundpipeDSPBase(int inputBusCount=1, bool canProcessInPlace=true) : DSPBase(inputBusCount, canProcessInPlace) { }
+ SoundpipeDSPBase(int inputBusCount=1, bool canProcessInPlace=false) : DSPBase(inputBusCount, canProcessInPlace) { }
15
16
virtual void init(int channelCount, double sampleRate) override;
17
virtual void deinit() override;
0 commit comments