13
0

allow midi tracks with audio-out only (and vice versa)

and a potential fix for odd noise on startup.
This commit is contained in:
Robin Gareus 2016-04-13 20:57:40 +02:00
parent 9fedb74b36
commit 9b8faf1679

View File

@ -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;