log transform/RealTimeEffectModelTransformer.cpp @ 1886:f803d3c33f76 tip

age author description
Fri, 20 Mar 2020 16:30:33 +0000 Chris Cannam Use shared_ptr for plugin instances throughout audio-source-refactor
Fri, 05 Jul 2019 16:55:54 +0100 Chris Cannam Don't hold on to borrowed pointer around the loop - so as to be informed when it becomes obsolete by-id
Fri, 05 Jul 2019 15:28:07 +0100 Chris Cannam Further review of ById: make IDs only available when adding a model to the ById store, not by querying the item directly. This means any id encountered in the wild must have been added to the store at some point (even if later released), which simplifies reasoning about lifecycles by-id
Wed, 26 Jun 2019 17:25:20 +0100 Chris Cannam More work on transformers by-id
Mon, 18 Mar 2019 14:17:20 +0000 Chris Cannam Introduce deferred notifier, + start converting sparse time-value model (perhaps we should rename it too) single-point
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Mon, 13 Aug 2018 15:25:32 +0100 Chris Cannam Avoid crashing if an effects plugin can't be instantiated and so the output vector is empty in the transformer's run() method
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify