Jamoma API  0.6.0.a19
TTBandrejectButterworth2.test.cpp
Go to the documentation of this file.
1 /** @file
2  *
3  * @ingroup dspFilterLib
4  *
5  * @brief Unit test for the FilterLib #TTBandpassButterworth2 class.
6  *
7  * @details Currently this test is just a stub
8  *
9  * @authors Trond Lossius, Tim Place
10  *
11  * @copyright Copyright © 2012 by Trond Lossius & Timothy Place @n
12  * This code is licensed under the terms of the "New BSD License" @n
13  * http://creativecommons.org/licenses/BSD/
14  */
15 
16 
18 
19 
21 {
22  int errorCount = 0;
23  int testAssertionCount = 0;
24 
25  // Wrap up the test results to pass back to whoever called this test
26  return TTTestFinish(testAssertionCount, errorCount, returnedTestInfo);
27 }
28 
TTBandrejectButterworth2 is a second-order Butterworth bandpass filter.
virtual TTErr test(TTValue &returnedTestInfo)
This algorithm uses an IIR filter, meaning that it relies on feedback.
TTErr
Jamoma Error Codes Enumeration of error codes that might be returned by any of the TTBlue functions a...
Definition: TTBase.h:342
[doxygenAppendixC_copyExample]
Definition: TTValue.h:34