Skip to content

Commit

Permalink
Different md5 for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Dec 30, 2024
1 parent d7ef1d8 commit 4f24ee9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/SoundpipeAudioKitTests/GenericNodeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,11 @@ class GenericNodeTests: XCTestCase {
nodeParameterTest(md5: "3838887f913f1f75cacca49f31096381", factory: { TanhDistortion(input) })
nodeParameterTest(md5: "83c95cde57bf85e670e488e1ff2daece", factory: { Tremolo(input) })
nodeParameterTest(md5: "4252aa6f4c43e7be1fbdb5a55de3d8f8", factory: { VariableDelay(input) })
#if os(macOS)
nodeParameterTest(md5: "9531a8b5ed754e891a33b9620e5e51d8", factory: { ZitaReverb(input) })
#else
nodeParameterTest(md5: "587990a1506e4fbe08eba8e01f824260", factory: { ZitaReverb(input) })
#endif
}

func nodeParameterTest2(md5: String, factory: (Node) -> Node, m1MD5: String = "", audition: Bool = false) {
Expand Down

0 comments on commit 4f24ee9

Please sign in to comment.