comparison base/base.pro @ 297:c022976d18e8

* Merge from sv-match-alignment branch (excluding alignment-specific document). - add aggregate wave model (not yet complete enough to be added as a true model in a layer, but there's potential) - add play solo mode - add alignment model -- unused in plain SV - fix two plugin leaks - add m3u playlist support (opens all files at once, potentially hazardous) - fix retrieval of pre-encoded URLs - add ability to resample audio files on import, so as to match rates with other files previously loaded; add preference for same - add preliminary support in transform code for range and rate of transform input - reorganise preferences dialog, move dark-background option to preferences, add option for temporary directory location
author Chris Cannam
date Fri, 28 Sep 2007 13:56:38 +0000
parents 20097c32d15d
children 7aa1de571880
comparison
equal deleted inserted replaced
296:2b6c99b607f1 297:c022976d18e8
29 Profiler.h \ 29 Profiler.h \
30 PropertyContainer.h \ 30 PropertyContainer.h \
31 RangeMapper.h \ 31 RangeMapper.h \
32 RealTime.h \ 32 RealTime.h \
33 RecentFiles.h \ 33 RecentFiles.h \
34 Resampler.h \
34 ResizeableBitset.h \ 35 ResizeableBitset.h \
35 RingBuffer.h \ 36 RingBuffer.h \
36 Scavenger.h \ 37 Scavenger.h \
37 Selection.h \ 38 Selection.h \
39 Serialiser.h \
38 StorageAdviser.h \ 40 StorageAdviser.h \
39 TempDirectory.h \ 41 TempDirectory.h \
40 TextAbbrev.h \ 42 TextAbbrev.h \
41 Thread.h \ 43 Thread.h \
42 UnitDatabase.h \ 44 UnitDatabase.h \
58 Profiler.cpp \ 60 Profiler.cpp \
59 PropertyContainer.cpp \ 61 PropertyContainer.cpp \
60 RangeMapper.cpp \ 62 RangeMapper.cpp \
61 RealTime.cpp \ 63 RealTime.cpp \
62 RecentFiles.cpp \ 64 RecentFiles.cpp \
65 Resampler.cpp \
63 Selection.cpp \ 66 Selection.cpp \
67 Serialiser.cpp \
64 StorageAdviser.cpp \ 68 StorageAdviser.cpp \
65 TempDirectory.cpp \ 69 TempDirectory.cpp \
66 TextAbbrev.cpp \ 70 TextAbbrev.cpp \
67 Thread.cpp \ 71 Thread.cpp \
68 UnitDatabase.cpp \ 72 UnitDatabase.cpp \