Skip to content

Commit 3e205ba

Browse files
committed
Made DryWetMixer tests use PlaygroundOscillator
1 parent 58e0d40 commit 3e205ba

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

Tests/AudioKitEXTests/DryWetMixerTests.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/AudioKit/
22

33
import AudioKit
4+
import AudioKitEX
45
import AVFoundation
56
import XCTest
67

7-
/* Commented out until v6
88
class DryWetMixerTests: XCTestCase {
9-
let input1 = Oscillator(waveform: Table(.triangle))
10-
let input2 = Oscillator(waveform: Table(.triangle), frequency: 1280)
9+
let input1 = PlaygroundOscillator(waveform: Table(.triangle))
10+
let input2 = PlaygroundOscillator(waveform: Table(.triangle), frequency: 1280)
1111

1212
func testDefault() {
1313
let engine = AudioEngine()
@@ -224,4 +224,3 @@ class DryWetMixerTests: XCTestCase {
224224
}
225225
*/
226226
}
227-
*/

Tests/AudioKitEXTests/ValidatedMD5s.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,9 @@ let validatedMD5s: [String: String] = [
2222
"-[SequencerTrackTests testOneShot]": "3fbf53f1139a831b3e1a284140c8a53c",
2323
"-[SequencerTrackTests testTempo]": "1eb7efc6ea54eafbe616dfa8e1a3ef36",
2424
"-[SequencerTrackTests testNoteBounds]": "6679c7b949d28130549c6a1eb4ceaf59"
25+
"-[DryWetMixerTests testBalance0]": "789c1e77803a4f9d10063eb60ca03cea",
26+
"-[DryWetMixerTests testBalance1]": "3932bc5d49cbefd4a9dd587d16f4b81c",
27+
"-[DryWetMixerTests testDefault]": "45a639729d8698a28f134bbe4ccc9d6c",
28+
"-[DryWetMixerTests testDuplicateInput]": "789c1e77803a4f9d10063eb60ca03cea",
29+
2530
]

0 commit comments

Comments
 (0)