13
0

Remove unused auditioner MIDI port

Since 2014 Ardour always has and uses a synth for MIDI
auditioning. External synth for audition was never really
supported.
This commit is contained in:
Robin Gareus 2021-04-16 22:13:12 +02:00
parent 32acfbd52c
commit b928c62e49
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -74,7 +74,6 @@ Auditioner::init ()
return -1;
}
_output->add_port ("", this, DataType::MIDI);
use_new_playlist (DataType::MIDI);
if (!audition_synth_info) {