svcore  1.9
Model.h File Reference
#include <vector>
#include <QObject>
#include "base/XmlExportable.h"
#include "base/Playable.h"
Include dependency graph for Model.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Model
 Model is the base class for all data models that represent any sort of data on a time scale based on an audio frame rate. More...

Typedefs

typedef std::vector< float > SampleBlock

Typedef Documentation

typedef std::vector<float> SampleBlock

Definition at line 25 of file Model.h.