#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) |
|
||||||||||||
|
|
|
|
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 This is a potentially slower function, but never more than a few milliseconds |
|
|
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 Implemented in StereoFFTScope, and MonoFFTScope. |
1.3-rc3