Skip to content

Commit 5718ef0

Browse files
committed
Adding cassert a la #14
1 parent ce46ce4 commit 5718ef0

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

Sources/CDunneAudioKit/DunneCore/Common/EnvelopeGeneratorBase.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "EnvelopeGeneratorBase.h"
44
#include <cmath>
5+
#include <cassert>
56

67
namespace DunneCore
78
{

Sources/CDunneAudioKit/DunneCore/Synth/WaveStack.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "WaveStack.h"
44
#include "kiss_fftr.h"
5+
#include <cassert>
56

67
namespace DunneCore
78
{

Tests/DunneAudioKitTests/GenericNodeTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class GenericNodeTests: XCTestCase {
5555
}
5656

5757
func testEffects() {
58-
nodeParameterTest(md5: "1f023474b6150286e854485f00a0d1b4", factory: { input in Flanger(input) })
58+
nodeParameterTest(md5: "b09c41cdef96fb4cfe89c34c5262e9d2", factory: { input in Flanger(input) })
5959
nodeParameterTest(md5: "2d667d22162edd87d6ae8ec8bfccc77e", factory: { input in StereoDelay(input) })
6060
}
6161
}

0 commit comments

Comments
 (0)