Noatun API Documentation

MonoFFTScope Class Reference

#include <plugin.h>

Inheritance diagram for MonoFFTScope:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 MonoFFTScope (int timeout=250, int pid=0)
virtual void scopeEvent (float *data, int len)
void scopeData (std::vector< float > *&data)
virtual void timeout ()
virtual int bands () const
virtual void setBands (float f)

Detailed Description

An easy to use FFT scope, mono version. You certainly want to reimplement scopeEvent()

Definition at line 245 of file plugin.h.


Member Function Documentation

virtual int MonoFFTScope::bands  )  const [virtual]
 

the "width" of each scopeEvent

Implements FFTScope.

void MonoFFTScope::scopeData std::vector< float > *&  data  ) 
 

get the current data pass a vector<float>*, this will do the rest. do not allocate it beforehand. you must then delete the vectors

Returns:
the amount of elements for both left and right

virtual void MonoFFTScope::scopeEvent float *  data,
int  len
[inline, virtual]
 

called according to the timeout the float contains the data, with len items you override this yourself

Definition at line 256 of file plugin.h.

virtual void MonoFFTScope::setBands float  f  )  [virtual]
 

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

Implements FFTScope.

virtual void MonoFFTScope::timeout  )  [virtual]
 

reimplemented from class Visualization, you should never need to reimplement this yourself

Implements Visualization.


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for Noatun 2.6.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Oct 21 23:49:47 2004 by doxygen 1.3.8-20040913 written by Dimitri van Heesch, © 1997-2003