Skip to content

Commit 9f6827c

Browse files
Update SoundpipeDSPBase.h (#45)
1 parent 9004197 commit 9f6827c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CSoundpipeAudioKit/include/SoundpipeDSPBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class SoundpipeDSPBase: public DSPBase {
1111
struct sp_data *sp = nullptr;
1212
float internalTrigger=0;
1313
public:
14-
SoundpipeDSPBase(int inputBusCount=1, bool canProcessInPlace=false) : DSPBase(inputBusCount, canProcessInPlace) { }
14+
SoundpipeDSPBase(int inputBusCount=1, bool canProcessInPlace=true) : DSPBase(inputBusCount, canProcessInPlace) { }
1515

1616
virtual void init(int channelCount, double sampleRate) override;
1717
virtual void deinit() override;

0 commit comments

Comments
 (0)