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

Public Member Functions | |
| StereoScope (int timeout=250, int pid=0) | |
| virtual void | scopeEvent (float *left, float *right, int len) |
| void | scopeData (std::vector< float > *&left, std::vector< float > *&right) |
| virtual void | timeout () |
| virtual int | samples () const |
| virtual void | setSamples (int) |
Detailed Description
An easy to use scope visualization, stereo version. You certainly want to reimplement scopeEvent()
Definition at line 346 of file plugin.h.
Member Function Documentation
|
|
the "width" of each scopeEvent Implements Scope. |
|
||||||||||||
|
get the current data pass a vector<float>*, this will do the rest. do not allocate it beforehand. you must then delete the vectors
|
|
||||||||||||||||
|
called according to the timeout the float contains the data, with |
|
|
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:
