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

Public Member Functions | |
| MonoScope (int timeout=250, int pid=0) | |
| virtual void | scopeEvent (float *data, int len) |
| void | scopeData (std::vector< float > *&data) |
| virtual void | timeout () |
| virtual int | samples () const |
| virtual void | setSamples (int) |
Detailed Description
An easy to use scope visualization, mono version. Note: Of course this one also works for audio with more than one channel You certainly want to reimplement scopeEvent()
Definition at line 305 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:
