Add ARDOUR::ladspa_search_path function to get LADSPA module directories
[ardour.git] / libs / ardour / ardour / export_format_base.h
index 0ba5f73e8df87267e4a4a62777a80d9d3a740f0e..a96d1148fc0905c8f93c1d2ed890177c3de1919e 100644 (file)
 #define __ardour_export_format_base_h__
 
 #include <set>
-#include <algorithm>
-#include <boost/shared_ptr.hpp>
 #include <string>
 
+#include <boost/shared_ptr.hpp>
+
 #include <sndfile.h>
 #include <samplerate.h>
 
-#include "ardour/ardour.h"
+#include "pbd/signals.h"
+#include "ardour/types.h"
 
 #include "audiographer/general/sample_format_converter.h"
 
 namespace ARDOUR
 {
 
-class HasSampleFormat;
-
 class ExportFormatBase {
   public:
 
@@ -95,6 +94,7 @@ class ExportFormatBase {
        enum SampleRate {
                SR_None = 0,
                SR_Session = 1,
+               SR_8 = 8000,
                SR_22_05 = 220500,
                SR_44_1 = 44100,
                SR_48 = 48000,