#include "Test_Support.cpp"#include "SoundFileL.h"#include "SimpleSines.h"Defines | |
| #define | USE_TEST_MAIN |
| #define | TABLE_SIZE 128 |
Functions | |
| void | testSweep () |
| void | testSimpleSines () |
| void | testBasicWaves () |
| void | testWavetableInterpolation () |
| void | testScaledSin () |
| void | testAMFMSin () |
| void | dumpAMFMSin () |
| void | testSumOfSinesCached () |
| void | testSumOfSinesNonCached () |
| void | testWaveTableFromFile () |
| void | runTests () |
| #define USE_TEST_MAIN |
| #define TABLE_SIZE 128 |
Referenced by testWavetableInterpolation().
| void testSweep | ( | ) |
References csl::logMsg(), Osc, and runTest().
| void testSimpleSines | ( | ) |
| void testBasicWaves | ( | ) |
References csl::logMsg(), Osc, runTest(), and csl::sleepMsec().
| void testWavetableInterpolation | ( | ) |
References CSL_TWOPI, kLinear, csl::logMsg(), Osc, runTest(), csl::sleepMsec(), and TABLE_SIZE.
| void testScaledSin | ( | ) |
References csl::logMsg(), Osc, runTest(), and csl::sleepMsec().
| void testAMFMSin | ( | ) |
References csl::logMsg(), Osc, and runTest().
| void dumpAMFMSin | ( | ) |
References dumpTest(), csl::logMsg(), Osc, and runTest().
| void testSumOfSinesCached | ( | ) |
References kFrequency, csl::logMsg(), runTest(), and csl::sleepMsec().
| void testSumOfSinesNonCached | ( | ) |
References kFreqAmpPhase, csl::logMsg(), and runTest().
| void testWaveTableFromFile | ( | ) |
References csl::kPositionStart, csl::logMsg(), Osc, and runTest().
| void runTests | ( | ) |
References testSimpleSines().
1.5.8