Files
ardour/libs
Robin Gareus ce95c9fb09 Fix std::set< BackendPortPtr> lookup by key
The set uses a custom sort-by-name comparator.
Previously it was possible to have an inconsistent set iterator.
std::set::find() did not find a given port while std::find() did.

This fixes using std::set::find() on the PortIndex set.
2022-05-06 02:04:33 +02:00
..
2022-05-01 18:01:35 -06:00
2022-05-02 00:02:33 +02:00
2021-03-01 22:14:38 +01:00