diff --git a/tests/PolyphonyT.cpp b/tests/PolyphonyT.cpp index 815b6c23..23716cab 100644 --- a/tests/PolyphonyT.cpp +++ b/tests/PolyphonyT.cpp @@ -129,11 +129,14 @@ TEST_CASE("[Polyphony] Hierarchy polyphony limits (limit in another master)") sample=*saw key=65 polyphony=5 - sample=*sine key=65 + sample=*sine key=66 )"); synth.noteOn(0, 65, 64); synth.noteOn(0, 65, 64); synth.noteOn(0, 65, 64); + synth.noteOn(0, 66, 64); + synth.noteOn(0, 66, 64); + synth.noteOn(0, 66, 64); REQUIRE(synth.getNumActiveVoices() == 5); }