You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
2.1 KiB
103 lines
2.1 KiB
15 years ago
|
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
|
||
|
)
|