Mercurial > hg > svcore
log transform/RealTimeEffectModelTransformer.cpp @ 1788:7fc6256af2d2
age | author | description |
---|---|---|
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 |