FFTScope Class Reference
#include <plugin.h>
Inheritance diagram for FFTScope:

Public Member Functions | |
| FFTScope (int interval, int pid=0) | |
| virtual int | bands () const =0 |
| virtual void | setBands (float n)=0 |
Static Public Member Functions | |
| float | magic (int bands) |
Constructor & Destructor Documentation
|
||||||||||||
|
|
Member Function Documentation
|
|
the "width" of each scopeEvent Implemented in StereoFFTScope, and MonoFFTScope. |
|
|
returns the magic number that you can give to "setBands". For example: setBands(magic(50)); bands()==50 |
|
|
set the width combiner value. in theory, a value of 1.0 should give you exactly 1024 samples, greater values will decrease the amount quite rapidly. by default, 1.1 is used, which gives 50. You'll have to tweak this manually. This will only return valid responses for values between 10 and 1024 This function is a terrible hack, and we apologize for it. The values of these magic numbers do occasionally change, so you must use magic Implemented in StereoFFTScope, and MonoFFTScope. |
The documentation for this class was generated from the following file:
