en/disable internal send+returns with tracks en/disable.
[ardour.git] / libs / ardour / export_channel.cc
index 8ea01f3ec3c424b583a6ee0834a1f257d30c3559..93621717381ca19c2c4ea4a7d95761aa47dd75d7 100644 (file)
@@ -192,7 +192,7 @@ RegionExportChannelFactory::update_buffers (framecnt_t frames)
                }
                break;
        case Processed:
-               track.export_stuff (buffers, position, frames, track.main_outs(), true, true);
+               track.export_stuff (buffers, position, frames, track.main_outs(), true, true, false);
                break;
        default:
                throw ExportFailed ("Unhandled type in ExportChannelFactory::update_buffers");