Change a test
This commit is contained in:
parent
e378105fd0
commit
a0b2542ea9
1 changed files with 2 additions and 2 deletions
|
|
@ -1983,10 +1983,10 @@ TEST_CASE("[Synth] Sequences also work on cc triggers")
|
|||
synth.cc(0, 61, 20);
|
||||
synth.renderBlock(buffer);
|
||||
REQUIRE( playingSamples(synth) == std::vector<std::string> { "*sine", "*saw" } );
|
||||
synth.cc(0, 61, 20);
|
||||
synth.cc(0, 61, 21);
|
||||
synth.renderBlock(buffer);
|
||||
REQUIRE( playingSamples(synth) == std::vector<std::string> { "*sine", "*saw" } );
|
||||
synth.cc(0, 61, 20);
|
||||
synth.cc(0, 61, 22);
|
||||
synth.renderBlock(buffer);
|
||||
REQUIRE( playingSamples(synth) == std::vector<std::string> { "*sine", "*saw", "*sine" } );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue