Files
ardour/libs/pbd/pbd
Robin Gareus 98f5224d4c Fix incorrect port lists due to custom sort
Previously the following were treated as equal
 "MIDI_foo" == "MIDI bar"
So std::map<> PortManager::_ports and PortEngineSharedImpl:_ports
could only have either. This resulted in missing ports
and missing calls to existing ports in cycle_start().

This mainly affected MIDI tracks with imported files, since there
is "MIDI Clock in", and imported files result in tracks
"MIDI_file-name".

This issue was introduced in 6.6-200-g60ff3ef764
2021-05-07 04:24:32 +02:00
..
2021-05-05 17:57:16 +02:00
2020-10-13 21:27:16 +02:00
2020-10-13 21:27:16 +02:00
2021-04-12 23:14:13 +02:00
2020-10-13 21:27:16 +02:00
2020-12-10 20:21:29 +01:00