log framework/MainWindowBase.h @ 786:1089d65c585d tip

age author description
Wed, 13 May 2020 14:10:47 +0100 Chris Cannam Merge from branch pitch-align. Doesn't actually do pitch alignment here, but this is the groundwork.
Wed, 06 May 2020 11:45:27 +0100 Chris Cannam Schedule alignments with a small delay to avoid too much UI unresponsiveness. Also overhaul error reporting to use signals throughout. pitch-align
Wed, 29 Apr 2020 15:27:13 +0100 Chris Cannam Refuse to nest OSC invocations
Wed, 22 Apr 2020 14:48:22 +0100 Chris Cannam Remove no-longer-used signal
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
Tue, 14 Jan 2020 15:42:46 +0000 Chris Cannam Split export functions into file-type-specific ones; accept various CSV-specific arguments csv-export-dialog
Wed, 08 Jan 2020 15:34:10 +0000 Chris Cannam Remove m_abandoning: set m_documentModified to false instead (the purpose of it is just to avoid asking user to save) spectrogram-export
Wed, 08 Jan 2020 15:31:27 +0000 Chris Cannam Permit exporting selected regions only spectrogram-export
Mon, 06 Jan 2020 14:47:12 +0000 Chris Cannam Start work on spectrogram export code spectrogram-export
Wed, 16 Oct 2019 15:26:59 +0100 Chris Cannam Make it possible to open an audio device for playback and upgrade it to I/O later on - avoiding the Mac microphone-permission dialog until we are actually wanting to record
Fri, 04 Oct 2019 13:52:48 +0100 Chris Cannam Support updated PaneStack options API
Fri, 05 Jul 2019 17:53:35 +0100 Chris Cannam Remove obsolete declaration by-id
Thu, 04 Jul 2019 14:31:22 +0100 Chris Cannam Overhaul SV file reader etc by-id