Files
ardour/libs
Robin Gareus 8e5af55ae5 Prevent identical port-names when renaming tracks
Audio ports are sorted using PBD::naturally_less.
PBD::naturally_less is also used as compare function
for port-lists, port-sets, and port-maps.

So in sets and maps, the function is used to test
for uniqueness. This lead to issues since naturally_less
treats whitespace and underscores as identical.

While it was possible to have routes named "Audio_1",
and "Audio 1", this resulted in missing ports for one
of the routes.

see also 60ff3ef764
2021-10-08 04:12:55 +02:00
..
2021-07-23 01:37:46 +02:00
2021-07-03 19:07:25 +02:00
2021-09-27 16:28:44 +02:00
2021-09-25 00:01:23 +02:00
2021-10-05 14:00:34 -06:00
2021-03-01 22:14:38 +01:00
2021-08-13 12:51:29 -06:00
2021-09-25 00:01:23 +02:00