comparison files.pri @ 1742:52705a328b34 by-id

Rejig ById so as to put everything in a single pool, so that at the core you can go from numeric id (untyped) to anything the object can be dynamic_cast to. Useful for building other abstractions like PlayParameter-type registrations that don't know about e.g. Models. Probably some more tweaking needed. Also add tests
author Chris Cannam
date Fri, 28 Jun 2019 17:36:30 +0100
parents 4abc0f08adf9
children d484490cdf69
comparison
equal deleted inserted replaced
1741:9d82b164f264 1742:52705a328b34
148 transform/ModelTransformer.h \ 148 transform/ModelTransformer.h \
149 transform/ModelTransformerFactory.h 149 transform/ModelTransformerFactory.h
150 150
151 SVCORE_SOURCES = \ 151 SVCORE_SOURCES = \
152 base/AudioLevel.cpp \ 152 base/AudioLevel.cpp \
153 base/ById.cpp \
153 base/Clipboard.cpp \ 154 base/Clipboard.cpp \
154 base/ColumnOp.cpp \ 155 base/ColumnOp.cpp \
155 base/Command.cpp \ 156 base/Command.cpp \
156 base/Debug.cpp \ 157 base/Debug.cpp \
157 base/EventSeries.cpp \ 158 base/EventSeries.cpp \