Nsound  0.9.4
Functions
Main.cc File Reference
#include <Nsound/Plotter.h>
#include "UnitTest.h"
#include <iostream>
Include dependency graph for Main.cc:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 40 of file Main.cc.

References Buffer_UnitTest(), BufferResample_UnitTest(), DelayLine_UnitTest(), FFTransform_UnitTest(), FilterCombLowPassFeedback_UnitTest(), FilterDelay_UnitTest(), FilterLeastSquaresFIR_UnitTest(), FilterParametricEqualizer_UnitTest(), Generator_UnitTest(), Nsound::Plotter::show(), Sine_UnitTest(), Triangle_UnitTest(), and Wavefile_UnitTest().

41 {
42  cout << "////////////////////////////////////////////////////////////"
43  << endl
44  << "// Testing the Nsound release ..."
45  << endl
46  << flush;
47 
49 
52 
54 
56 
58 
60 
62 
64  Sine_UnitTest();
66 
68 
70 
71  cout << endl
72  << "All Unit Tests Passed!"
73  << endl;
74 
75  return 0;
76 }
void FilterLeastSquaresFIR_UnitTest()
void Buffer_UnitTest()
static void show()
Acutally draw the plots to the screen.
Definition: Plotter.cc:252
void Triangle_UnitTest()
void DelayLine_UnitTest()
void FilterParametricEqualizer_UnitTest()
void Sine_UnitTest()
void FilterCombLowPassFeedback_UnitTest()
void Generator_UnitTest()
void Wavefile_UnitTest()
void FFTransform_UnitTest()
void FilterDelay_UnitTest()
void BufferResample_UnitTest()