summaryrefslogtreecommitdiff
path: root/libs/ardour/delivery.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-13 20:57:40 +0200
committerRobin Gareus <robin@gareus.org>2016-04-13 20:57:40 +0200
commit9b8faf16799f4f54ecaee803697222625b0d6af9 (patch)
treeee4e2c638c375dd45894a60b4cc9836aab5ede6a /libs/ardour/delivery.cc
parent9fedb74b36e9788825d1bd20e21ab3724f9bc0b4 (diff)
allow midi tracks with audio-out only (and vice versa)
and a potential fix for odd noise on startup.
Diffstat (limited to 'libs/ardour/delivery.cc')
-rw-r--r--libs/ardour/delivery.cc4
1 files changed, 0 insertions, 4 deletions
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;