commit 64eefd45a3f315aee7af86a8e9cc8510b028015e
parent 6ddc5ff44be31aef98d5dca1bc48c1a1fa065b15
Author: fundamental <[email protected]>
Date: Fri, 9 Oct 2009 08:06:40 -0400
AdNoteTest: Removed Last randomization
Removed last found randomization generated from the LFO start phase.
This should mean that the test should not be able to fail in the future unless
the ADnote has actually received changes that alter the fundamental sound.
Diffstat:
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/Tests/AdNoteTest.h b/src/Tests/AdNoteTest.h
@@ -95,26 +95,26 @@ public:
#endif
sampleCount += SOUND_BUFFER_SIZE;
- TS_ASSERT_DELTA(outL[255], 0.3022, 0.0001);
+ TS_ASSERT_DELTA(outL[255], 0.3019, 0.0001);
note->relasekey();
note->noteout(outL, outR);
sampleCount += SOUND_BUFFER_SIZE;
- TS_ASSERT_DELTA(outL[255], -0.1391, 0.0001);
+ TS_ASSERT_DELTA(outL[255], -0.1382, 0.0001);
note->noteout(outL, outR);
sampleCount += SOUND_BUFFER_SIZE;
- TS_ASSERT_DELTA(outL[255], -0.0331, 0.0001);
+ TS_ASSERT_DELTA(outL[255], -0.0334, 0.0001);
note->noteout(outL, outR);
sampleCount += SOUND_BUFFER_SIZE;
- TS_ASSERT_DELTA(outL[255], -0.1302, 0.0001);
+ TS_ASSERT_DELTA(outL[255], -0.1329, 0.0001);
note->noteout(outL, outR);
sampleCount += SOUND_BUFFER_SIZE;
- TS_ASSERT_DELTA(outL[255], 0.2675, 0.0001);
+ TS_ASSERT_DELTA(outL[255], 0.2690, 0.0001);
while (!note->finished()) {
note->noteout(outL, outR);
diff --git a/src/Tests/guitar-adnote.xmz b/src/Tests/guitar-adnote.xmz
@@ -289,7 +289,7 @@ version-revision="1" ZynAddSubFX-author="Nasca Octavian Paul">
<FREQUENCY_LFO>
<par_real name="freq" value="0.590551" />
<par name="intensity" value="18" />
-<par name="start_phase" value="0" />
+<par name="start_phase" value="64" />
<par name="lfo_type" value="0" />
<par name="randomness_amplitude" value="0" />
<par name="randomness_frequency" value="0" />
@@ -488,7 +488,7 @@ version-revision="1" ZynAddSubFX-author="Nasca Octavian Paul">
<FREQUENCY_LFO>
<par_real name="freq" value="0.393701" />
<par name="intensity" value="20" />
-<par name="start_phase" value="0" />
+<par name="start_phase" value="66" />
<par name="lfo_type" value="0" />
<par name="randomness_amplitude" value="0" />
<par name="randomness_frequency" value="0" />
@@ -570,7 +570,7 @@ version-revision="1" ZynAddSubFX-author="Nasca Octavian Paul">
<FREQUENCY_LFO>
<par_real name="freq" value="0.393701" />
<par name="intensity" value="18" />
-<par name="start_phase" value="0" />
+<par name="start_phase" value="67" />
<par name="lfo_type" value="0" />
<par name="randomness_amplitude" value="0" />
<par name="randomness_frequency" value="0" />