Mercurial > hg > svgui
comparison view/View.h @ 301:5636eeacc467
* 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 | 226cb289bdf4 |
children | 1517c76cd678 |
comparison
equal
deleted
inserted
replaced
300:0824a754a8eb | 301:5636eeacc467 |
---|---|
250 virtual size_t getLastVisibleFrame() const; | 250 virtual size_t getLastVisibleFrame() const; |
251 | 251 |
252 size_t getModelsStartFrame() const; | 252 size_t getModelsStartFrame() const; |
253 size_t getModelsEndFrame() const; | 253 size_t getModelsEndFrame() const; |
254 | 254 |
255 //!!! | |
256 int getAlignedPlaybackFrame() const; | |
257 | |
255 signals: | 258 signals: |
256 void propertyContainerAdded(PropertyContainer *pc); | 259 void propertyContainerAdded(PropertyContainer *pc); |
257 void propertyContainerRemoved(PropertyContainer *pc); | 260 void propertyContainerRemoved(PropertyContainer *pc); |
258 void propertyContainerPropertyChanged(PropertyContainer *pc); | 261 void propertyContainerPropertyChanged(PropertyContainer *pc); |
259 void propertyContainerPropertyRangeChanged(PropertyContainer *pc); | 262 void propertyContainerPropertyRangeChanged(PropertyContainer *pc); |