2020-06-25 |
Chris Cannam |
Rename TransformAligner -> MATCHAligner. It is still specific to MATCH, and at this point I think it's simpler to leave it that way and reduce confusion with the TransformDTWAligner which is much more generic.
pitch-align
|
2020-06-25 |
Chris Cannam |
Make querying and setting the external alignment program or transform separate from selecting the alignment type - we need it to work that way for a clearer UI
pitch-align
|
2020-06-16 |
Chris Cannam |
Use ModelId for recording model; add mix-to-mono option
smoother-recording
|
2020-06-03 |
Chris Cannam |
Debug tweak only
|
2020-06-01 |
Chris Cannam |
Fixes to aligner destruction sequence when re-aligning during alignment; hide debug output behind a flag
pitch-align
|
2020-06-01 |
Chris Cannam |
Prefer diagonal if the cost is the same - this makes the results the same as our earlier test aligner
pitch-align
|
2020-05-29 |
Chris Cannam |
Allow use of proper sparse models (i.e. retaining event time info) in alignment; use this to switch to note alignment, which is what we have most recently been doing in the external program. Not currently producing correct results, though
pitch-align
|
2020-05-28 |
Chris Cannam |
Implement trimmed linear aligner
pitch-align
|
2020-05-28 |
Chris Cannam |
Fixes to notification and completion in aligners
pitch-align
|
2020-05-22 |
Chris Cannam |
Provide callback for output preprocessing before DTW, use it for freq-pitch conversion; use direct setting of completion on alignment models instead of creating fake outputs for completion only
pitch-align
|
2020-05-21 |
Chris Cannam |
Make a start on further alignment methods
pitch-align
|
2020-05-14 |
Chris Cannam |
Profiling points
|
2020-05-14 |
Chris Cannam |
Profiling points and comment
|
2020-05-13 |
Chris Cannam |
Merge
|
2020-05-13 |
Chris Cannam |
Merge from branch pitch-align. Doesn't actually do pitch alignment here, but this is the groundwork.
|
2020-05-11 |
Chris Cannam |
Return a "wrong mode" error (i.e. audio required before annotation) from open() only when looking at a document that is plausibly importable as an annotation in the first place
|
2020-05-06 |
Chris Cannam |
Schedule alignments with a small delay to avoid too much UI unresponsiveness. Also overhaul error reporting to use signals throughout.
pitch-align
|
2020-04-30 |
Chris Cannam |
Don't try to open an RDF document unless it has an RDF-like extension
|
2020-04-29 |
Chris Cannam |
Never blunder ahead without a document at this point! (Could happen if first model was opened using OSC)
|
2020-04-29 |
Chris Cannam |
Refuse to nest OSC invocations
|
2020-04-27 |
Chris Cannam |
Flesh out DTW
pitch-align
|
2020-04-27 |
Chris Cannam |
Fix argument passing mistake
pitch-align
|
2020-04-24 |
Chris Cannam |
Half-written rewrite of this part of SML code
pitch-align
|
2020-04-24 |
Chris Cannam |
Alter guard only
pitch-align
|
2020-04-24 |
Chris Cannam |
Switch to using the pulled-out TransformAligner and ExternalProgramAligner
pitch-align
|
2020-04-23 |
Chris Cannam |
Pull out ExternalProgramAligner and TransformAligner from Align - currently duplicating the code, the pulled-out classes are not yet in use
pitch-align
|
2020-04-22 |
Chris Cannam |
Merge from default branch
pitch-align
|
2020-04-22 |
Chris Cannam |
Fix #1978 Overload message says auditioning plugin disabled, even if no auditioning plugin present
|
2020-04-22 |
Chris Cannam |
Add haveEffect, implement clearEffect
|
2020-04-22 |
Chris Cannam |
Remove no-longer-used signal
|
2020-04-20 |
Chris Cannam |
Use Provider structure
|
2020-04-03 |
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.
|
2020-04-03 |
Chris Cannam |
Update comment
audio-source-refactor
|
2020-04-03 |
Chris Cannam |
Move Align to new align directory
pitch-align
|
2020-03-25 |
Chris Cannam |
Add slots for property stack tab-bar context menus
|
2020-03-24 |
Chris Cannam |
Fix debug line
|
2020-03-23 |
Chris Cannam |
Comments & tidying
audio-source-refactor
|
2020-03-20 |
Chris Cannam |
Use shared_ptr for plugin instances throughout
audio-source-refactor
|
2020-03-19 |
Chris Cannam |
Introduce EffectWrapper for the auditioning effect
audio-source-refactor
|
2020-03-18 |
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
|
2020-02-05 |
Chris Cannam |
More useful error reporting in cases where auditioning plugin fails
|
2020-02-05 |
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.
|
2020-01-24 |
Chris Cannam |
Merge from branch background-mode
|
2020-01-20 |
Chris Cannam |
Fix initial dark background flag when OS theme indicates something different to the facts on the ground
background-mode
|
2020-01-17 |
Chris Cannam |
Follow desktop theme (on Windows)
background-mode
|
2020-01-17 |
Chris Cannam |
Re-enable this for testing
background-mode
|
2020-01-15 |
Chris Cannam |
Default to CSV now
|
2020-01-14 |
Chris Cannam |
Merge from branch csv-export-dialog
|
2020-01-14 |
Chris Cannam |
Split export functions into file-type-specific ones; accept various CSV-specific arguments
csv-export-dialog
|
2020-01-10 |
Chris Cannam |
Merge from branch spectrogram-export
|
2020-01-10 |
Chris Cannam |
Tidy
spectrogram-export
|
2020-01-08 |
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
|
2020-01-08 |
Chris Cannam |
Rework OSC handler so as to consume all available messages rather than having to wait for the timeout in between them. Pause to process events, and also wait for file loads and transforms to complete. (Should only certain kinds of OSC command wait for transforms?)
spectrogram-export
|
2020-01-08 |
Chris Cannam |
Permit exporting selected regions only
spectrogram-export
|
2020-01-08 |
Chris Cannam |
Debug tweak
spectrogram-export
|
2020-01-07 |
Chris Cannam |
Permit exporting spectrogram; also provide progress dialog
spectrogram-export
|