Update tests
This commit is contained in:
parent
2d3f82331d
commit
1afc987794
1 changed files with 3 additions and 0 deletions
|
|
@ -72,6 +72,9 @@ unsigned numPlayingVoices(const sfz::Synth& synth)
|
|||
std::string createReferenceGraph(std::vector<std::string> 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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue