comparison files.pri @ 1713:978c143c767f

Merge from branch single-point
author Chris Cannam
date Fri, 17 May 2019 10:02:43 +0100
parents dfcd05e8bd2f
children abd8b9673028
comparison
equal deleted inserted replaced
1709:ab4fd193262b 1713:978c143c767f
5 base/BaseTypes.h \ 5 base/BaseTypes.h \
6 base/Clipboard.h \ 6 base/Clipboard.h \
7 base/ColumnOp.h \ 7 base/ColumnOp.h \
8 base/Command.h \ 8 base/Command.h \
9 base/Debug.h \ 9 base/Debug.h \
10 base/Event.h \
11 base/EventSeries.h \
10 base/Exceptions.h \ 12 base/Exceptions.h \
13 base/Extents.h \
11 base/HelperExecPath.h \ 14 base/HelperExecPath.h \
12 base/HitCount.h \ 15 base/HitCount.h \
13 base/LogRange.h \ 16 base/LogRange.h \
14 base/MagnitudeRange.h \ 17 base/MagnitudeRange.h \
18 base/NoteData.h \
19 base/NoteExportable.h \
15 base/Pitch.h \ 20 base/Pitch.h \
16 base/Playable.h \ 21 base/Playable.h \
17 base/PlayParameterRepository.h \ 22 base/PlayParameterRepository.h \
18 base/PlayParameters.h \ 23 base/PlayParameters.h \
19 base/Preferences.h \ 24 base/Preferences.h \
73 data/model/AggregateWaveModel.h \ 78 data/model/AggregateWaveModel.h \
74 data/model/AlignmentModel.h \ 79 data/model/AlignmentModel.h \
75 data/model/Dense3DModelPeakCache.h \ 80 data/model/Dense3DModelPeakCache.h \
76 data/model/DenseThreeDimensionalModel.h \ 81 data/model/DenseThreeDimensionalModel.h \
77 data/model/DenseTimeValueModel.h \ 82 data/model/DenseTimeValueModel.h \
83 data/model/DeferredNotifier.h \
78 data/model/EditableDenseThreeDimensionalModel.h \ 84 data/model/EditableDenseThreeDimensionalModel.h \
85 data/model/EventCommands.h \
79 data/model/FFTModel.h \ 86 data/model/FFTModel.h \
80 data/model/ImageModel.h \ 87 data/model/ImageModel.h \
81 data/model/IntervalModel.h \
82 data/model/Labeller.h \ 88 data/model/Labeller.h \
83 data/model/Model.h \ 89 data/model/Model.h \
84 data/model/ModelDataTableModel.h \ 90 data/model/ModelDataTableModel.h \
85 data/model/NoteModel.h \ 91 data/model/NoteModel.h \
86 data/model/FlexiNoteModel.h \
87 data/model/PathModel.h \ 92 data/model/PathModel.h \
88 data/model/PowerOfSqrtTwoZoomConstraint.h \ 93 data/model/PowerOfSqrtTwoZoomConstraint.h \
89 data/model/PowerOfTwoZoomConstraint.h \ 94 data/model/PowerOfTwoZoomConstraint.h \
90 data/model/RangeSummarisableTimeValueModel.h \ 95 data/model/RangeSummarisableTimeValueModel.h \
91 data/model/RegionModel.h \ 96 data/model/RegionModel.h \
92 data/model/RelativelyFineZoomConstraint.h \ 97 data/model/RelativelyFineZoomConstraint.h \
93 data/model/SparseModel.h \
94 data/model/SparseOneDimensionalModel.h \ 98 data/model/SparseOneDimensionalModel.h \
95 data/model/SparseTimeValueModel.h \ 99 data/model/SparseTimeValueModel.h \
96 data/model/SparseValueModel.h \
97 data/model/TabularModel.h \ 100 data/model/TabularModel.h \
98 data/model/TextModel.h \ 101 data/model/TextModel.h \
99 data/model/WaveformOversampler.h \ 102 data/model/WaveformOversampler.h \
100 data/model/WaveFileModel.h \ 103 data/model/WaveFileModel.h \
101 data/model/ReadOnlyWaveFileModel.h \ 104 data/model/ReadOnlyWaveFileModel.h \
102 data/model/WritableWaveFileModel.h \ 105 data/model/WritableWaveFileModel.h \
103 data/osc/OSCMessage.h \ 106 data/osc/OSCMessage.h \
107 data/osc/OSCMessageCallback.h \
104 data/osc/OSCQueue.h \ 108 data/osc/OSCQueue.h \
105 plugin/PluginScan.h \ 109 plugin/PluginScan.h \
106 plugin/DSSIPluginFactory.h \ 110 plugin/DSSIPluginFactory.h \
107 plugin/DSSIPluginInstance.h \ 111 plugin/DSSIPluginInstance.h \
108 plugin/FeatureExtractionPluginFactory.h \ 112 plugin/FeatureExtractionPluginFactory.h \
147 base/AudioLevel.cpp \ 151 base/AudioLevel.cpp \
148 base/Clipboard.cpp \ 152 base/Clipboard.cpp \
149 base/ColumnOp.cpp \ 153 base/ColumnOp.cpp \
150 base/Command.cpp \ 154 base/Command.cpp \
151 base/Debug.cpp \ 155 base/Debug.cpp \
156 base/EventSeries.cpp \
152 base/Exceptions.cpp \ 157 base/Exceptions.cpp \
153 base/HelperExecPath.cpp \ 158 base/HelperExecPath.cpp \
154 base/LogRange.cpp \ 159 base/LogRange.cpp \
155 base/Pitch.cpp \ 160 base/Pitch.cpp \
156 base/PlayParameterRepository.cpp \ 161 base/PlayParameterRepository.cpp \