Jamoma API  0.6.0.a19
TTFilter Class Reference

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.
 

Detailed Description

A Generalized filter wrapper object for Jamoma.

Definition at line 24 of file TTFilter.h.

Member Function Documentation

TTErr TTFilter::test ( TTValue returnedTestInfo)
virtual

Unit Tests.

Parameters
returnedTestInfoUsed to return test information
Returns
TTErr error code if the method fails to execute, else kTTErrNone.

Reimplemented from TTAudioObjectBase.

Definition at line 20 of file TTFilter.test.cpp.


The documentation for this class was generated from the following files: