Revision 53:bcea875d8d2f utilities/the-application/the-application.cpp
| utilities/the-application/the-application.cpp | ||
|---|---|---|
| 11 | 11 |
#include <dataquay/objectmapper/ObjectStorer.h> |
| 12 | 12 |
#include <dataquay/objectmapper/ObjectMapper.h> |
| 13 | 13 |
#include <dataquay/objectmapper/TypeMapping.h> |
| 14 |
#include <dataquay/Debug.h> |
|
| 15 | 14 |
|
| 16 | 15 |
#include "data/fileio/AudioFileReaderFactory.h" |
| 17 | 16 |
#include "data/fileio/AudioFileReader.h" |
| ... | ... | |
| 33 | 32 |
using namespace std; |
| 34 | 33 |
using namespace Vamp; |
| 35 | 34 |
using namespace Vamp::HostExt; |
| 36 |
|
|
| 35 |
/* |
|
| 37 | 36 |
ostream &operator<<(ostream &target, const QString &str) |
| 38 | 37 |
{
|
| 39 | 38 |
return target << str.toLocal8Bit().data(); |
| ... | ... | |
| 43 | 42 |
{
|
| 44 | 43 |
return target << "<" << u.toString() << ">"; |
| 45 | 44 |
} |
| 46 |
|
|
| 45 |
*/ |
|
| 47 | 46 |
|
| 48 | 47 |
bool |
| 49 | 48 |
load(BasicStore *store, QString fileName) |
Also available in: Unified diff