Skip to content

Commit 926bd17

Browse files
committed
Certain things that require MIDI do not work on tvOS
1 parent 6dbb184 commit 926bd17

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Tests/SoundpipeAudioKitTests/AmplitudeEnvelopeTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/AudioKit/
2-
2+
#if !os(tvOS)
33
import AudioKit
44
import SoundpipeAudioKit
55
import XCTest
@@ -102,3 +102,4 @@ class AmplitudeEnvelopeTests: XCTestCase {
102102
testMD5(audio)
103103
}
104104
}
105+
#endif

Tests/SoundpipeAudioKitTests/Generator Tests/MetalBarTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/AudioKit/
2-
2+
#if !os(tvOS)
33
import AudioKit
44
import SoundpipeAudioKit
55
import XCTest
@@ -17,3 +17,4 @@ class MetalBarTests: XCTestCase {
1717
testMD5(audio)
1818
}
1919
}
20+
#endif

Tests/SoundpipeAudioKitTests/Generator Tests/PluckedStringTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/AudioKit/
2-
2+
#if !os(tvOS)
33
import AudioKit
44
import SoundpipeAudioKit
55
import XCTest
@@ -19,3 +19,4 @@ class PluckedStringTests: XCTestCase {
1919
testMD5(audio)
2020
}
2121
}
22+
#endif

0 commit comments

Comments
 (0)