| 1 |
QT += core |
| 2 |
QT += gui |
| 3 |
QT += multimedia |
| 4 |
QT += xml |
| 5 |
|
| 6 |
include(dependency.pri) |
| 7 |
TEMPLATE = lib |
| 8 |
DESTDIR = $${LIB_DIR} |
| 9 |
|
| 10 |
win32-msvc* { |
| 11 |
TARGET = $${LIB_PREFIX}stand$${LIB_SUFFIX} |
| 12 |
} |
| 13 |
else { |
| 14 |
TARGET = stand |
| 15 |
} |
| 16 |
|
| 17 |
|
| 18 |
CONFIG += mobility |
| 19 |
CONFIG += staticlib |
| 20 |
MOBILITY = multimedia |
| 21 |
|
| 22 |
SOURCES += \ |
| 23 |
io/RiffFile.cpp \ |
| 24 |
io/RiffChunk.cpp \ |
| 25 |
utility/Utility.cpp \ |
| 26 |
math/SmootMatching.cpp \ |
| 27 |
math/NormalDistribution.cpp \ |
| 28 |
math/Matrix.cpp \ |
| 29 |
math/MathSet.cpp \ |
| 30 |
math/GmmSet.cpp \ |
| 31 |
math/GmmData.cpp \ |
| 32 |
sequence/importer/SimpleImporter.cpp \ |
| 33 |
sequence/VibratoHandle.cpp \ |
| 34 |
sequence/Track.cpp \ |
| 35 |
sequence/Tempo.cpp \ |
| 36 |
sequence/SingerEvent.cpp \ |
| 37 |
sequence/Sequence.cpp \ |
| 38 |
sequence/NoteEvent.cpp \ |
| 39 |
sequence/LyricHandle.cpp \ |
| 40 |
sequence/ControlCurve.cpp \ |
| 41 |
sequence/importer/VsqTextImporter.cpp \ |
| 42 |
sequence/Measure.cpp \ |
| 43 |
io/midi/MidiFile.cpp \ |
| 44 |
io/midi/MidiChunk.cpp \ |
| 45 |
io/midi/MidiEvent.cpp \ |
| 46 |
io/midi/MetaEvent.cpp \ |
| 47 |
io/midi/ExclusiveEvent.cpp \ |
| 48 |
sequence/importer/VsqImporter.cpp \ |
| 49 |
math/Pca.cpp \ |
| 50 |
io/utau/UtauLibrary.cpp \ |
| 51 |
io/utau/PrefixMap.cpp \ |
| 52 |
io/utau/CharacterSettings.cpp \ |
| 53 |
utility/MessageHandler.cpp \ |
| 54 |
delegate/TrackDelegate.cpp \ |
| 55 |
delegate/PitchDelegate.cpp \ |
| 56 |
delegate/NoteDelegate.cpp \ |
| 57 |
delegate/FileopenDelegate.cpp \ |
| 58 |
delegate/ComboboxDelegate.cpp \ |
| 59 |
utility/task/Task.cpp \ |
| 60 |
utility/task/Worker.cpp \ |
| 61 |
utility/envelope/VolumeComputer.cpp \ |
| 62 |
utility/envelope/F0Computer.cpp \ |
| 63 |
utility/envelope/Envelope.cpp \ |
| 64 |
utility/task/Manager.cpp \ |
| 65 |
gui/EditorWindow.cpp \ |
| 66 |
gui/EditorWidgetConstructor.cpp \ |
| 67 |
gui/EditorWidget.cpp \ |
| 68 |
gui/helper/WaveAnalysisTask.cpp \ |
| 69 |
gui/helper/TimeComputingTask.cpp \ |
| 70 |
gui/helper/EnvelopeComputingTask.cpp \ |
| 71 |
model/TreeItemModel.cpp \ |
| 72 |
model/TreeItem.cpp \ |
| 73 |
model/TrackItem.cpp \ |
| 74 |
model/SequenceModel.cpp \ |
| 75 |
model/PhonemeItem.cpp \ |
| 76 |
model/MeasureItem.cpp \ |
| 77 |
model/EventItem.cpp \ |
| 78 |
model/xml/TreeXmlFactory.cpp \ |
| 79 |
model/xml/SequenceXmlFactory.cpp \ |
| 80 |
model/importer/UtauCorpusImporter.cpp \ |
| 81 |
view/ViewSettings.cpp \ |
| 82 |
view/ViewArea.cpp \ |
| 83 |
view/TrackView.cpp \ |
| 84 |
view/TrackSelector.cpp \ |
| 85 |
view/TrackNameView.cpp \ |
| 86 |
view/SingerView.cpp \ |
| 87 |
view/PianoView.cpp \ |
| 88 |
view/MeasureView.cpp \ |
| 89 |
view/ControlView.cpp \ |
| 90 |
view/ControlSelector.cpp \ |
| 91 |
view/ControlArea.cpp \ |
| 92 |
view/AbstractPianoroll.cpp \ |
| 93 |
view/helper/PitchPainter.cpp \ |
| 94 |
delegate/command/LyricChangeCommand.cpp \ |
| 95 |
io/audio/AudioTrack.cpp \ |
| 96 |
io/audio/AudioStream.cpp \ |
| 97 |
io/audio/AudioChunk.cpp \ |
| 98 |
io/audio/AudioRenderer.cpp \ |
| 99 |
io/audio/WaveWriter.cpp \ |
| 100 |
io/audio/WaveReader.cpp \ |
| 101 |
io/audio/helper/AudioHelpr.cpp \ |
| 102 |
synthesis/Vocoder.cpp \ |
| 103 |
synthesis/VocoderInfo.cpp \ |
| 104 |
synthesis/VocoderFrame.cpp \ |
| 105 |
synthesis/SynthesizerNote.cpp \ |
| 106 |
synthesis/SynthesizerExpression.cpp \ |
| 107 |
synthesis/SynthesizerTrack.cpp \ |
| 108 |
synthesis/SynthesizerPhrase.cpp \ |
| 109 |
synthesis/AbstractSynthesizer.cpp \ |
| 110 |
synthesis/AbstractVocoderEngine.cpp \ |
| 111 |
synthesis/AbstractCorpus.cpp \ |
| 112 |
synthesis/WaveCorpus.cpp \ |
| 113 |
synthesis/WorldEngine.cpp \ |
| 114 |
math/dsp/tandem_ap.cpp \ |
| 115 |
math/dsp/synthesis_ap.cpp \ |
| 116 |
math/dsp/synthesis.cpp \ |
| 117 |
math/dsp/star.cpp \ |
| 118 |
math/dsp/platinum.cpp \ |
| 119 |
math/dsp/matlabfunctions.cpp \ |
| 120 |
math/dsp/fft.cpp \ |
| 121 |
math/dsp/dio.cpp \ |
| 122 |
math/dsp/common.cpp \ |
| 123 |
utility/envelope/PulseLocationComputer.cpp \ |
| 124 |
utility/envelope/SquareAmpliferComputer.cpp \ |
| 125 |
gui/EditorProperty.cpp \ |
| 126 |
gui/helper/WaveSynthesisTask.cpp \ |
| 127 |
gui/TrackPreferenceDialog.cpp \ |
| 128 |
gui/SynthesizerFactory.cpp \ |
| 129 |
echoes/AbstractStyleGenerator.cpp \ |
| 130 |
gui/helper/PreferenceItem.cpp \ |
| 131 |
echoes/SimpleStyleGenerator.cpp \ |
| 132 |
gui/EditorPreferenceDialog.cpp \ |
| 133 |
gui/SingerPreferenceItem.cpp \ |
| 134 |
model/SingerModel.cpp \ |
| 135 |
model/ControlItem.cpp \ |
| 136 |
model/xml/SingerXmlFactory.cpp \ |
| 137 |
gui/helper/PreferenceFileDelegate.cpp \ |
| 138 |
echoes/EchoesSegment.cpp \ |
| 139 |
echoes/EchoesAnalysis.cpp \ |
| 140 |
echoes/EchoesInfo.cpp \ |
| 141 |
echoes/EchoesStyleModel.cpp \ |
| 142 |
echoes/EchoesPhrase.cpp \ |
| 143 |
echoes/EchoesStyleGenerator.cpp \ |
| 144 |
view/helper/ControlCommand.cpp \ |
| 145 |
gui/StyleGeneratorFactory.cpp \ |
| 146 |
gui/EchoesStyleDialog.cpp \ |
| 147 |
view/helper/AbstractMouseAction.cpp \ |
| 148 |
view/helper/SelectorMouseAction.cpp \ |
| 149 |
view/helper/NoteMoveCommand.cpp \ |
| 150 |
view/helper/PencilMouseAction.cpp \ |
| 151 |
view/helper/NoteInsertCommand.cpp \ |
| 152 |
view/helper/NoteDeleteCommand.cpp \ |
| 153 |
view/helper/F0PencilMouseAction.cpp \ |
| 154 |
view/helper/EraserMouseAction.cpp \ |
| 155 |
echoes/dialog/PhraseView.cpp \ |
| 156 |
echoes/dialog/PhraseSearchDialog.cpp \ |
| 157 |
echoes/dialog/PhraseViewDialog.cpp \ |
| 158 |
echoes/EchoesQuery.cpp \ |
| 159 |
echoes/EchoesNote.cpp \ |
| 160 |
echoes/SecondOrderStyleGenerator.cpp |
| 161 |
|
| 162 |
HEADERS += \ |
| 163 |
configure.h \ |
| 164 |
io/RiffFile.h \ |
| 165 |
io/RiffChunk.h \ |
| 166 |
utility/Utility.h \ |
| 167 |
math/SmootMatching.h \ |
| 168 |
math/NormalDistribution.h \ |
| 169 |
math/Matrix.h \ |
| 170 |
math/MathSet.h \ |
| 171 |
math/GmmSet.h \ |
| 172 |
math/GmmData.h \ |
| 173 |
sequence/importer/SimpleImporter.h \ |
| 174 |
sequence/importer/Interpreter.h \ |
| 175 |
sequence/importer/Importer.h \ |
| 176 |
sequence/VibratoHandle.h \ |
| 177 |
sequence/Track.h \ |
| 178 |
sequence/Tempo.h \ |
| 179 |
sequence/SingerEvent.h \ |
| 180 |
sequence/Sequence.h \ |
| 181 |
sequence/NoteEvent.h \ |
| 182 |
sequence/LyricHandle.h \ |
| 183 |
sequence/ControlCurve.h \ |
| 184 |
sequence/AbstractHandle.h \ |
| 185 |
sequence/AbstractEvent.h \ |
| 186 |
sequence/importer/Exporter.h \ |
| 187 |
sequence/importer/VsqTextImporter.h \ |
| 188 |
sequence/Measure.h \ |
| 189 |
io/midi/MidiFile.h \ |
| 190 |
io/midi/MidiChunk.h \ |
| 191 |
io/midi/MidiEvent.h \ |
| 192 |
io/midi/MetaEvent.h \ |
| 193 |
io/midi/ExclusiveEvent.h \ |
| 194 |
sequence/importer/VsqImporter.h \ |
| 195 |
math/Pca.h \ |
| 196 |
io/utau/UtauPhoneme.h \ |
| 197 |
io/utau/UtauLibrary.h \ |
| 198 |
io/utau/PrefixMap.h \ |
| 199 |
io/utau/CharacterSettings.h \ |
| 200 |
utility/MessageHandler.h \ |
| 201 |
delegate/TrackDelegate.h \ |
| 202 |
delegate/PitchDelegate.h \ |
| 203 |
delegate/NoteDelegate.h \ |
| 204 |
delegate/FileopenDelegate.h \ |
| 205 |
delegate/ComboboxDelegate.h \ |
| 206 |
utility/task/Task.h \ |
| 207 |
utility/task/Worker.h \ |
| 208 |
utility/envelope/VolumeComputer.h \ |
| 209 |
utility/envelope/F0Computer.h \ |
| 210 |
utility/envelope/EnvelopeComputer.h \ |
| 211 |
utility/envelope/Envelope.h \ |
| 212 |
utility/task/Manager.h \ |
| 213 |
gui/EditorWindow.h \ |
| 214 |
gui/EditorWidget.h \ |
| 215 |
gui/helper/WaveAnalysisTask.h \ |
| 216 |
gui/helper/EnvelopeComputingTask.h \ |
| 217 |
gui/helper/TimeComputingTask.h \ |
| 218 |
model/xml/TreeXmlFactory.h \ |
| 219 |
model/xml/SequenceXmlFactory.h \ |
| 220 |
view/ViewSettings.h \ |
| 221 |
view/ViewArea.h \ |
| 222 |
view/TrackView.h \ |
| 223 |
view/TrackSelector.h \ |
| 224 |
view/TrackNameView.h \ |
| 225 |
view/SingerView.h \ |
| 226 |
view/PianoView.h \ |
| 227 |
view/MeasureView.h \ |
| 228 |
view/ControlView.h \ |
| 229 |
view/ControlSelector.h \ |
| 230 |
view/ControlArea.h \ |
| 231 |
view/AbstractPianoroll.h \ |
| 232 |
view/helper/PitchPainter.h \ |
| 233 |
model/TreeItemModel.h \ |
| 234 |
model/TreeItem.h \ |
| 235 |
model/TrackItem.h \ |
| 236 |
model/SequenceModel.h \ |
| 237 |
model/PhonemeItem.h \ |
| 238 |
model/MeasureItem.h \ |
| 239 |
model/EventItem.h \ |
| 240 |
utility/ControlPoint.h \ |
| 241 |
delegate/command/LyricChangeCommand.h \ |
| 242 |
io/audio/AudioTrack.h \ |
| 243 |
io/audio/AudioStream.h \ |
| 244 |
io/audio/AudioChunk.h \ |
| 245 |
io/audio/AudioRenderer.h \ |
| 246 |
io/audio/ChunkReader.h \ |
| 247 |
io/audio/ChunkWriter.h \ |
| 248 |
io/audio/WaveWriter.h \ |
| 249 |
io/audio/WaveReader.h \ |
| 250 |
io/audio/helper/AudioHelper.h \ |
| 251 |
synthesis/Vocoder.h \ |
| 252 |
synthesis/VocoderInfo.h \ |
| 253 |
synthesis/VocoderFrame.h \ |
| 254 |
synthesis/SynthesizerNote.h \ |
| 255 |
synthesis/SynthesizerExpression.h \ |
| 256 |
synthesis/SynthesizerTrack.h \ |
| 257 |
synthesis/SynthesizerPhrase.h \ |
| 258 |
synthesis/AbstractSynthesizer.h \ |
| 259 |
synthesis/AbstractVocoderEngine.h \ |
| 260 |
model/importer/UtauCorpusImporter.h \ |
| 261 |
model/importer/ModelImporter.h \ |
| 262 |
synthesis/AbstractCorpus.h \ |
| 263 |
synthesis/WaveCorpus.h \ |
| 264 |
synthesis/WorldEngine.h \ |
| 265 |
math/dsp/tandem_ap.h \ |
| 266 |
math/dsp/synthesis_ap.h \ |
| 267 |
math/dsp/synthesis.h \ |
| 268 |
math/dsp/star.h \ |
| 269 |
math/dsp/platinum.h \ |
| 270 |
math/dsp/matlabfunctions.h \ |
| 271 |
math/dsp/fft.h \ |
| 272 |
math/dsp/dio.h \ |
| 273 |
math/dsp/constant_numbers.h \ |
| 274 |
math/dsp/common.h \ |
| 275 |
utility/envelope/PulseLocationComputer.h \ |
| 276 |
utility/envelope/SquareAmpliferComputer.h \ |
| 277 |
gui/EditorProperty.h \ |
| 278 |
gui/helper/WaveSynthesisTask.h \ |
| 279 |
gui/TrackPreferenceDialog.h \ |
| 280 |
gui/SynthesizerFactory.h \ |
| 281 |
echoes/AbstractStyleGenerator.h \ |
| 282 |
gui/helper/PreferenceItem.h \ |
| 283 |
echoes/SimpleStyleGenerator.h \ |
| 284 |
gui/EditorPreferenceDialog.h \ |
| 285 |
gui/SingerPreferenceItem.h \ |
| 286 |
model/SingerModel.h \ |
| 287 |
model/ControlItem.h \ |
| 288 |
model/xml/SingerXmlFactory.h \ |
| 289 |
gui/helper/PreferenceFileDelegate.h \ |
| 290 |
echoes/EchoesSegment.h \ |
| 291 |
echoes/EchoesAnalysis.h \ |
| 292 |
echoes/EchoesInfo.h \ |
| 293 |
echoes/EchoesStyleModel.h \ |
| 294 |
echoes/EchoesPhrase.h \ |
| 295 |
echoes/EchoesStyleGenerator.h \ |
| 296 |
view/helper/ControlCommand.h \ |
| 297 |
gui/StyleGeneratorFactory.h \ |
| 298 |
gui/EchoesStyleDialog.h \ |
| 299 |
view/helper/AbstractMouseAction.h \ |
| 300 |
view/helper/SelectorMouseAction.h \ |
| 301 |
view/helper/NoteMoveCommand.h \ |
| 302 |
view/helper/PencilMouseAction.h \ |
| 303 |
view/helper/NoteInsertCommand.h \ |
| 304 |
view/helper/NoteDeleteCommand.h \ |
| 305 |
view/helper/F0PencilMouseAction.h \ |
| 306 |
view/helper/EraserMouseAction.h \ |
| 307 |
echoes/dialog/PhraseView.h \ |
| 308 |
echoes/dialog/PhraseSearchDialog.h \ |
| 309 |
echoes/dialog/PhraseViewDialog.h \ |
| 310 |
echoes/EchoesNote.h \ |
| 311 |
echoes/EchoesQuery.h \ |
| 312 |
echoes/SecondOrderStyleGenerator.h |
| 313 |
|
| 314 |
FORMS += \ |
| 315 |
gui/EditorWindow.ui \ |
| 316 |
gui/TrackPreferenceDialog.ui \ |
| 317 |
gui/EditorPreferenceDialog.ui \ |
| 318 |
gui/EchoesStyleDialog.ui \ |
| 319 |
echoes/dialog/PhraseSearchDialog.ui |
| 320 |
|
| 321 |
RESOURCES += \ |
| 322 |
gui/EditorWindow.qrc \ |
| 323 |
gui/EditorWindow.qrc |