Give Processor::run a new parameter to say whether or not the run method must leave
[ardour.git] / libs / ardour / ardour / auditioner.h
index 06d521ea219ba03a57f5ea0d5898db7617c000ef..aa525b68c9dee35b9d6de3ac9814c2d709cf1a29 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2001 Paul Davis 
+    Copyright (C) 2001 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -24,8 +24,8 @@
 
 #include <glibmm/thread.h>
 
-#include <ardour/ardour.h>
-#include <ardour/audio_track.h>
+#include "ardour/ardour.h"
+#include "ardour/audio_track.h"
 
 namespace ARDOUR {
 
@@ -46,7 +46,7 @@ class Auditioner : public AudioTrack
 
        int  play_audition (nframes_t nframes);
 
-       void cancel_audition () { 
+       void cancel_audition () {
                g_atomic_int_set (&_active, 0);
        }
 
@@ -63,7 +63,7 @@ class Auditioner : public AudioTrack
        static void *_drop_ports (void *);
        void actually_drop_ports ();
        void output_changed (IOChange, void*);
-};     
+};
 
 }; /* namespace ARDOUR */