allow midi tracks with audio-out only (and vice versa)
and a potential fix for odd noise on startup.
This commit is contained in:
parent
9fedb74b36
commit
9b8faf1679
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user