Mercurial > hg > svapp
comparison audioio/AudioCallbackPlaySource.cpp @ 28:ca4ee67b2358
* Build fixes
* Use Vamp plugin SDK library instead of objects directly
author | Chris Cannam |
---|---|
date | Thu, 06 Apr 2006 12:29:02 +0000 |
parents | 4593a7ebad93 |
children | dd2084d32652 |
comparison
equal
deleted
inserted
replaced
27:2eb25a26390f | 28:ca4ee67b2358 |
---|---|
20 #include "base/Model.h" | 20 #include "base/Model.h" |
21 #include "base/ViewManager.h" | 21 #include "base/ViewManager.h" |
22 #include "base/PlayParameterRepository.h" | 22 #include "base/PlayParameterRepository.h" |
23 #include "model/DenseTimeValueModel.h" | 23 #include "model/DenseTimeValueModel.h" |
24 #include "model/SparseOneDimensionalModel.h" | 24 #include "model/SparseOneDimensionalModel.h" |
25 #include "dsp/timestretching/IntegerTimeStretcher.h" | 25 #include "IntegerTimeStretcher.h" |
26 | 26 |
27 #include <iostream> | 27 #include <iostream> |
28 #include <cassert> | 28 #include <cassert> |
29 | 29 |
30 //#define DEBUG_AUDIO_PLAY_SOURCE 1 | 30 //#define DEBUG_AUDIO_PLAY_SOURCE 1 |