allow auditioning via the monitor section to work.
[ardour.git] / libs / ardour / route.cc
index a2176e8d45622ad0115d0c08562981e04055fbdf..046bf7998e520ca0e557227301e4ac1bb2527431 100644 (file)
@@ -544,6 +544,7 @@ Route::monitor_run (framepos_t start_frame, framepos_t end_frame, pframes_t nfra
 {
        assert (is_monitor());
        BufferSet& bufs (_session.get_route_buffers (n_process_buffers()));
+       fill_buffers_with_input (bufs, _input, nframes);
        passthru (bufs, start_frame, end_frame, nframes, declick);
 }
 
@@ -2568,7 +2569,6 @@ Route::set_processor_state (const XMLNode& node)
 
                                } else if (prop->value() == "send") {
 
-                                       boost::shared_ptr<Pannable> sendpan (new Pannable (_session));
                                        processor.reset (new Send (_session, _pannable, _mute_master));
 
                                } else {