commit ec3202c1cd6877bf445860ddd1ea55628f4c097d
parent df291efc1568859129de4c067563abb02f5342ec
Author: Daniel Sheeler <dsheeler@pobox.com>
Date: Fri, 15 Mar 2019 01:43:36 -0500
update after Pfreq => freq
Diffstat:
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/Tests/AdNoteTest.h b/src/Tests/AdNoteTest.h
@@ -131,11 +131,11 @@ class AdNoteTest:public CxxTest::TestSuite
note->noteout(outL, outR);
sampleCount += synth->buffersize;
- TS_ASSERT_DELTA(outL[255], -0.4688f, 0.0001f);
+ TS_ASSERT_DELTA(outL[255], -0.4686f, 0.0001f);
note->noteout(outL, outR);
sampleCount += synth->buffersize;
- TS_ASSERT_DELTA(outL[255], 0.0613f, 0.0001f);
+ TS_ASSERT_DELTA(outL[255], 0.0610f, 0.0001f);
note->noteout(outL, outR);
sampleCount += synth->buffersize;
@@ -143,7 +143,7 @@ class AdNoteTest:public CxxTest::TestSuite
note->noteout(outL, outR);
sampleCount += synth->buffersize;
- TS_ASSERT_DELTA(outL[255], -0.0901f, 0.0001f);
+ TS_ASSERT_DELTA(outL[255], -0.0906f, 0.0001f);
while(!note->finished()) {
note->noteout(outL, outR);
diff --git a/src/Tests/PadNoteTest.h b/src/Tests/PadNoteTest.h
@@ -155,19 +155,19 @@ class PadNoteTest:public CxxTest::TestSuite
note->noteout(outL, outR);
sampleCount += synth->buffersize;
- TS_ASSERT_DELTA(outL[255], -0.0729f, 0.0005f);
+ TS_ASSERT_DELTA(outL[255], -0.0742f, 0.0005f);
note->noteout(outL, outR);
sampleCount += synth->buffersize;
- TS_ASSERT_DELTA(outL[255], -0.0331f, 0.0005f);
+ TS_ASSERT_DELTA(outL[255], -0.0347f, 0.0005f);
note->noteout(outL, outR);
sampleCount += synth->buffersize;
- TS_ASSERT_DELTA(outL[255], 0.0219f, 0.0005f);
+ TS_ASSERT_DELTA(outL[255], 0.0237f, 0.0005f);
note->noteout(outL, outR);
sampleCount += synth->buffersize;
- TS_ASSERT_DELTA(outL[255], 0.0137f, 0.0001f);
+ TS_ASSERT_DELTA(outL[255], 0.0156f, 0.0001f);
while(!note->finished()) {
note->noteout(outL, outR);
diff --git a/src/Tests/guitar-adnote.xmz b/src/Tests/guitar-adnote.xmz
@@ -15,7 +15,7 @@ version-revision="4" ZynAddSubFX-author="Nasca Octavian Paul">
<par name="max_addsynth_voices" value="8" />
</BASE_PARAMETERS>
<MASTER>
-<par name="volume" value="80" />
+<par name="volume" value="124" />
<par name="key_shift" value="64" />
<par_bool name="nrpn_receive" value="yes" />
<MICROTONAL>