|
Jamoma API
0.6.0.a19
|
A Generalized filter wrapper object for Jamoma. More...
#include <TTFilter.h>
Inheritance diagram for TTFilter:
Collaboration diagram for TTFilter:Public Member Functions | |
| virtual TTErr | test (TTValue &returnedTestInfo) |
| Unit Tests. More... | |
Protected Attributes | |
| TTAudioObjectBasePtr | mActualFilterObject |
| The actual filter object that this object is currently wrapping. | |
| TTFloat64 | mFrequency |
| The center or cutoff frequency of the filter. | |
| TTFloat64 | mQ |
| The width of the filter. | |
| TTSymbol | mType |
| The name of the current filter type. | |
A Generalized filter wrapper object for Jamoma.
Definition at line 24 of file TTFilter.h.
Unit Tests.
| returnedTestInfo | Used to return test information |
Reimplemented from TTAudioObjectBase.
Definition at line 20 of file TTFilter.test.cpp.