Files
ardour/libs
Paul Davis 52f1b88749 temporal: remove ill-conceived lookup tables from tempo map (never publically visible)
These were not thread safe, and could not be: to be useful, a thread looking up a time
conversion could cache the result, but it would be using the global (shared) copy
of the map (because lookup is read-only, and so no write-copy is required). But
inserting into the lookup table wasn't lock protected (and shouldn't be because otherwise
that defeats the point of RCU).

So just drop it.
2023-07-14 13:03:26 -06:00
..
2023-05-22 04:50:19 +02:00
2023-07-09 20:41:36 -06:00
2023-05-03 15:38:42 +02:00
2022-08-03 12:10:01 -06:00
2023-07-12 18:23:51 +02:00
2022-09-21 19:09:55 -06:00
2023-03-25 07:46:47 +01:00
2023-02-08 02:03:54 +01:00