comparison plugin/plugins/SamplePlayer.h @ 646:9a6b50d3cc50

* Build a single library with a single .pro file, instead of using a recursive build
author Chris Cannam
date Wed, 22 Sep 2010 10:54:50 +0100
parents 0f0c9cf65d5e
children 48e9f538e6e9
comparison
equal deleted inserted replaced
645:bd347bc308d6 646:9a6b50d3cc50
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>