From 1afc987794f7d0adb58494578300db373fdf39b0 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Sat, 26 Sep 2020 17:29:40 +0200 Subject: [PATCH] Update tests --- tests/TestHelpers.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/TestHelpers.cpp b/tests/TestHelpers.cpp index b3521c4a..6e1fee3f 100644 --- a/tests/TestHelpers.cpp +++ b/tests/TestHelpers.cpp @@ -72,6 +72,9 @@ unsigned numPlayingVoices(const sfz::Synth& synth) std::string createReferenceGraph(std::vector lines, int numRegions) { for (int regionIdx = 0; regionIdx < numRegions; ++regionIdx) { + lines.push_back(absl::StrCat( + R"("AmplitudeEG {)", regionIdx, R"(}" -> "MasterAmplitude {)", regionIdx, R"(}")" + )); lines.push_back(absl::StrCat( R"("Controller 7 {curve=4, smooth=10, value=100, step=0}" -> "Amplitude {)", regionIdx,