From 9b8faf16799f4f54ecaee803697222625b0d6af9 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 13 Apr 2016 20:57:40 +0200 Subject: allow midi tracks with audio-out only (and vice versa) and a potential fix for odd noise on startup. --- libs/ardour/delivery.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libs/ardour/delivery.cc') diff --git a/libs/ardour/delivery.cc b/libs/ardour/delivery.cc index b2cdc0b324..326ef68ccc 100644 --- a/libs/ardour/delivery.cc +++ b/libs/ardour/delivery.cc @@ -236,10 +236,6 @@ Delivery::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, pf PortSet& ports (_output->ports()); gain_t tgain; - if (_output->n_ports ().get (_output->default_type()) == 0) { - goto out; - } - if (!_active && !_pending_active) { _output->silence (nframes); goto out; -- cgit v1.2.3