comparison data/model/Model.h @ 1096:4d9816ba0ebe simple-fft-model

Rework audio file reader API to prefer using std containers
author Chris Cannam
date Mon, 15 Jun 2015 12:19:47 +0100
parents 882d448c8a6d
children e994747fb9dd
comparison
equal deleted inserted replaced
1095:b66734b5f806 1096:4d9816ba0ebe
22 #include "base/XmlExportable.h" 22 #include "base/XmlExportable.h"
23 #include "base/Playable.h" 23 #include "base/Playable.h"
24 #include "base/BaseTypes.h" 24 #include "base/BaseTypes.h"
25 #include "base/DataExportOptions.h" 25 #include "base/DataExportOptions.h"
26 26
27 typedef std::vector<float> SampleBlock;
28
29 class ZoomConstraint; 27 class ZoomConstraint;
30 class AlignmentModel; 28 class AlignmentModel;
31 29
32 /** 30 /**
33 * Model is the base class for all data models that represent any sort 31 * Model is the base class for all data models that represent any sort