AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

commit e3edf8d539bed819be88faee611301b3f69d30fc
parent 51aa03b730968740a573865b02503a345f2aefc9
Author: jatin <[email protected]>
Date:   Sat,  4 Nov 2023 14:08:24 -0700

Skip STN test on Macos

Diffstat:
MPlugin/Source/Headless/UnitTests/STNTest.cpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Plugin/Source/Headless/UnitTests/STNTest.cpp b/Plugin/Source/Headless/UnitTests/STNTest.cpp @@ -115,4 +115,6 @@ public: } }; +#if ! JUCE_MAC static STNTest stnTest; +#endif