Mercurial > hg > svapp
log framework/MainWindowBase.cpp @ 746:771ec060c1d2
age | author | description |
---|---|---|
Fri, 03 Apr 2020 12:14:05 +0100 | Chris Cannam | Merge from branch audio-source-refactor. Pull out auditioning effect wrapper and time stretch wrapper from play source; corresponding changes to plugin memory management etc. |
Wed, 25 Mar 2020 12:09:13 +0000 | Chris Cannam | Add slots for property stack tab-bar context menus |
Wed, 18 Mar 2020 12:51:41 +0000 | Chris Cannam | Introduce TimeStretchWrapper; some work towards making the AudioCallbackPlaySource not actually try to be an ApplicationPlaybackSource itself but only return one that is constructed from wrappers that it controls the lifespan of audio-source-refactor |
Wed, 05 Feb 2020 10:45:03 +0000 | Chris Cannam | If a file that looks like audio can't be opened as audio, fail immediately - don't go trying to open .wav files or whatever as sessions or annotations. That only means the error shown to the user is less helpful. |