Mercurial > hg > svcore
comparison plugin/plugins/SamplePlayer.h @ 742:c10cb8782576 coreaudio_tests
Merge from branch "default"
author | Chris Cannam |
---|---|
date | Sun, 01 Jul 2012 11:53:00 +0100 |
parents | 9a6b50d3cc50 |
children | 48e9f538e6e9 |
comparison
equal
deleted
inserted
replaced
666:4efa7429cd85 | 742:c10cb8782576 |
---|---|
16 #ifndef _SAMPLE_PLAYER_H_ | 16 #ifndef _SAMPLE_PLAYER_H_ |
17 #define _SAMPLE_PLAYER_H_ | 17 #define _SAMPLE_PLAYER_H_ |
18 | 18 |
19 #define DSSI_API_LEVEL 2 | 19 #define DSSI_API_LEVEL 2 |
20 | 20 |
21 #include <ladspa.h> | 21 #include "../api/ladspa.h" |
22 #include <dssi.h> | 22 #include "../api/dssi.h" |
23 | |
23 #include <seq_event.h> | 24 #include <seq_event.h> |
24 | 25 |
25 #include <QMutex> | 26 #include <QMutex> |
26 #include <QString> | 27 #include <QString> |
27 #include <vector> | 28 #include <vector> |