Don't raise an error when trying to auto-connect master to physical outputs if the...
[ardour.git] / libs / ardour / delivery.cc
index 5a7365df96664d03e8e64af107ed0a8d60e94c5f..1b5f96d36cfb14e871bfa9c15f5b1a518034ba1d 100644 (file)
@@ -22,6 +22,8 @@
 #include "pbd/enumwriter.h"
 #include "pbd/convert.h"
 
+#include "ardour/midi_buffer.h"
+
 #include "ardour/delivery.h"
 #include "ardour/audio_buffer.h"
 #include "ardour/amp.h"
@@ -328,8 +330,6 @@ Delivery::run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nfra
                Amp::apply_simple_gain (bufs, nframes, tgain);
        }
 
-       // Attach output buffers to port buffers
-
        if (_panner && _panner->npanners() && !_panner->bypassed()) {
 
                // Use the panner to distribute audio to output port buffers