summaryrefslogtreecommitdiffstats
path: root/src/BaseFileList.txt
blob: f3f7b7504fee8fd78ed8ff2dac809be02c9189ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
SET(base_SRCS
	base/AnalysisTypes.cpp
	base/AnalysisTypes.h
	base/AudioDevice.cpp
	base/AudioDevice.h
	base/AudioLevel.cpp
	base/AudioLevel.h
	base/AudioPluginInstance.cpp
	base/AudioPluginInstance.h
	base/BaseProperties.cpp
	base/BaseProperties.h
	base/BasicQuantizer.cpp
	base/BasicQuantizer.h
	base/Clipboard.cpp
	base/Clipboard.h
	base/Colour.cpp
	base/Colour.h
	base/ColourMap.cpp
	base/ColourMap.h
	base/Composition.cpp
	base/Composition.h
	base/CompositionTimeSliceAdapter.cpp
	base/CompositionTimeSliceAdapter.h
	base/Configuration.cpp
	base/Configuration.h
	base/Controllable.h
	base/ControlParameter.cpp
	base/ControlParameter.h
	base/Device.cpp
	base/Device.h
	base/Equation.cpp
	base/Equation.h
	base/Event.cpp
	base/Event.h
	base/Exception.cpp
	base/Exception.h
	base/FastVector.h
	base/Instrument.cpp
	base/Instrument.h
	base/LayoutEngine.cpp
	base/LayoutEngine.h
	base/LegatoQuantizer.cpp
	base/LegatoQuantizer.h
	base/Marker.cpp
	base/Marker.h
	base/MidiDevice.cpp
	base/MidiDevice.h
	base/MidiProgram.cpp
	base/MidiProgram.h
	base/MidiTypes.cpp
	base/MidiTypes.h
	base/NotationQuantizer.cpp
	base/NotationQuantizer.h
	base/NotationRules.h
	base/NotationTypes.cpp
	base/NotationTypes.h
	base/Profiler.cpp
	base/Profiler.h
	base/Property.cpp
	base/Property.h
	base/PropertyMap.cpp
	base/PropertyMap.h
	base/PropertyName.cpp
	base/PropertyName.h
	base/Quantizer.cpp
	base/Quantizer.h
	base/RealTime.cpp
	base/RealTime.h
	base/RefreshStatus.h
	base/RulerScale.cpp
	base/RulerScale.h
	base/ScriptAPI.cpp
	base/ScriptAPI.h
	base/Segment.cpp
	base/Segment.h
	base/SegmentMatrixHelper.cpp
	base/SegmentMatrixHelper.h
	base/SegmentNotationHelper.cpp
	base/SegmentNotationHelper.h
	base/SegmentPerformanceHelper.cpp
	base/SegmentPerformanceHelper.h
	base/Selection.cpp
	base/Selection.h
	base/Sets.cpp
	base/Sets.h
	base/SnapGrid.cpp
	base/SnapGrid.h
	base/SoftSynthDevice.cpp
	base/SoftSynthDevice.h
	base/Staff.cpp
	base/Staff.h
	base/Studio.cpp
	base/Studio.h
	base/Track.cpp
	base/Track.h
	base/TriggerSegment.cpp
	base/TriggerSegment.h
	base/ViewElement.cpp
	base/ViewElement.h
	base/XmlExportable.cpp
	base/XmlExportable.h 
)