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:
parent
32acfbd52c
commit
b928c62e49
@ -74,7 +74,6 @@ Auditioner::init ()
|
||||
return -1;
|
||||
}
|
||||
|
||||
_output->add_port ("", this, DataType::MIDI);
|
||||
use_new_playlist (DataType::MIDI);
|
||||
|
||||
if (!audition_synth_info) {
|
||||
|
Loading…
Reference in New Issue
Block a user