graph
- Experimental version using TIPIC features. Not working well - needs reviewtipic 2019-08-15, by Chris Cannam
- Abandon ongoing alignment if asked to re-align before it has completed2019-08-14, by Chris Cannam
- Some messing with parameters2019-08-08, by Chris Cannam
- Use layer->getSourceModel2019-08-02, by Chris Cannam
- Some parameters that may improve alignment2019-08-01, by Chris Cannam
- Debug tidy2019-08-01, by Chris Cannam
- Restore/reimplement cancelAsyncLayerCreation - I had forgotten Tony uses it2019-07-18, by Chris Cannam
- Merge from branch by-id2019-07-17, by Chris Cannam
- Tidy-upby-id 2019-07-17, by Chris Cannam
- Fix up labelling commandsby-id 2019-07-17, by Chris Cannam
- Tidyby-id 2019-07-17, by Chris Cannam
- Debugby-id 2019-07-17, by Chris Cannam
- Work on management of alignment-related modelsby-id 2019-07-12, by Chris Cannam
- Re-implement Document::releaseModelby-id 2019-07-12, by Chris Cannam
- Remove obsolete definition!by-id 2019-07-07, by Chris Cannam
- Remove obsolete declarationby-id 2019-07-05, by Chris Cannam
- Update for removal of (public) getId from Modelby-id 2019-07-05, by Chris Cannam
- Update for changes to PlayParametersby-id 2019-07-04, by Chris Cannam
- Overhaul SV file reader etcby-id 2019-07-04, by Chris Cannam
- ModelId updatesby-id 2019-07-03, by Chris Cannam
- Toward updating Document for ModelByIdby-id 2019-07-03, by Chris Cannam
- Overhaul audio generator for ModelByIdby-id 2019-07-02, by Chris Cannam
- Update for ModelByIdby-id 2019-06-24, by Chris Cannam
- Reset source sample rate when last model removed2019-06-14, by Chris Cannam
- Defer alignment for recorded audio until recording is complete2019-06-13, by Chris Cannam
- Switch off fine-tuning for alignment, it shouldn't be necessary (I think?) and is quite a bit slower2019-06-13, by Chris Cannam
- Abandon aggregate models on deletion (e.g. when document is replaced during processing)2019-06-11, by Chris Cannam
- Ensure that AggregateModels are actually deleted on release despite not being in model list (ugh, this is ugly)2019-06-11, by Chris Cannam
- Branch3.3-stable 2019-05-22, by Chris Cannam
- Remove some debug2019-05-17, by Chris Cannam
- Merge from branch tuning-difference2019-05-17, by Chris Cannam
- Provide facility to re-align modelstuning-difference 2019-05-17, by Chris Cannam
- Make a completion figure available to alignment, + a couple of other fixestuning-difference 2019-05-16, by Chris Cannam
- Experiment with optionally taking tuning difference into account for alignmenttuning-difference 2019-05-15, by Chris Cannam
- Permit subclass to determine window title formatsingle-point 2019-05-14, by Chris Cannam
- Experimental branch based on Thorn C++ code from RGthorn-cpp 2019-04-30, by Chris Cannam
- Ensure main model also gets aligned (as reference)single-point 2019-04-26, by Chris Cannam
- Merge from default branchsingle-point 2019-04-24, by Chris Cannam
- Update so Document owns the alignment model's input aggregate model2019-04-04, by Chris Cannam
- Update so Document owns the alignment model's input aggregate model, just as any other modelsingle-point 2019-04-04, by Chris Cannam
- Make layer order in document also stable on file load/savesingle-point 2019-04-02, by Chris Cannam
- Avoid arbitrarily reordering models from file order on loadsingle-point 2019-04-02, by Chris Cannam
- Retain models in registration order, to assist in getting stable file format in load/savesingle-point 2019-04-02, by Chris Cannam
- Some debug output adjustmentssingle-point 2019-04-02, by Chris Cannam
- Add exportLayerTo (moved here from MainWindow)single-point 2019-03-28, by Chris Cannam
- Support reading OSC script from stdin; make it possible to run OSC script even without external OSC portsingle-point 2019-03-28, by Chris Cannam
- Update to using export IDs stored in the XmlExportablessingle-point 2019-03-28, by Chris Cannam
- Merge from branch osc-scriptsingle-point 2019-03-28, by Chris Cannam
- Debug outputosc-script 2019-03-26, by Chris Cannam
- Toward running an OSC script in batchosc-script 2019-03-25, by Chris Cannam
- Use updated ImageModelsingle-point 2019-03-22, by Chris Cannam
- Use updated TextModelsingle-point 2019-03-22, by Chris Cannam
- Updates for SparseOneDimensionalModel in new APIsingle-point 2019-03-21, by Chris Cannam
- Use matching-event search in tone generatorsingle-point 2019-03-20, by Chris Cannam
- Further updates for new API - but we still need some more support in the API itselfsingle-point 2019-03-19, by Chris Cannam
- Update following RegionModel API changesingle-point 2019-03-15, by Chris Cannam
- Update to use external commandssingle-point 2019-03-15, by Chris Cannam
- Updates for single-point changes, including removal of FlexiNoteModelsingle-point 2019-03-14, by Chris Cannam
- Build fix for single-point changessingle-point 2019-03-08, by Chris Cannam
- Merge from branch fix-static-analysis2019-01-09, by Chris Cannam
- Provide path, not just initial format, to dialog to enable re-guessing if user changes separator2019-01-09, by Chris Cannam
- Minor warning text fix2019-01-08, by Chris Cannam
- Wire up modelAboutToBeDeleted which appears to have been missed earlier - fixing crash when timer fires after model deleted e.g. on app exit2019-01-04, by Chris Cannam
- Fix overlooked int -> ZoomLevel update (thanks bluemoon)2018-12-19, by Chris Cannam
- Fix crash on exit when not using OSC (https://sourceforge.net/p/sv1/bugs/263/)2018-12-19, by Chris Cannam
- Merge from default branchfix-static-analysis 2018-12-04, by Chris Cannam
- Ensure that undo restores deleted pane's layers in their original order2018-11-29, by Chris Cannam
- Use nullptr throughoutfix-static-analysis 2018-11-26, by Chris Cannam
- Header guardsfix-static-analysis 2018-11-26, by Chris Cannam
- Use override throughoutfix-static-analysis 2018-11-26, by Chris Cannam
- Fixes from clang modernize-use-overridefix-static-analysis 2018-11-22, by Chris Cannam
- Try to avoid deleting thread while OSC interface is still being set up2018-11-09, by Chris Cannam
- Merge from default branchzoom 2018-11-06, by Chris Cannam
- Minor debug change2018-10-18, by Chris Cannam
- Further work on #1773 "Loading a session with features extracted from multiplexed inputs". Re-read the aggregate wave models from the session file; also re-order the way they are written so as to improve the likelihood of successfully re-reading them (! - as it stood before, there was some chance involved)2018-10-15, by Chris Cannam
- Merge from branch zoom2018-10-10, by Chris Cannam
- Merge from default branchzoom 2018-10-09, by Chris Cannam
- Don't resample an incoming audio file to match the main model's rate, if the aim of importing is to replace the main model anyway2018-10-09, by Chris Cannam
- This should be on SVCERRzoom 2018-10-09, by Chris Cannam
- ZoomLevel fixeszoom 2018-09-20, by Chris Cannam
- Merge from branch import-audio-data2018-09-12, by Chris Cannam
- Ensure data files used as import sources don't end up in Recent Filesimport-audio-data 2018-09-12, by Chris Cannam
- Update for slightly adjusted WritableWaveFileModel apiimport-audio-data 2018-09-12, by Chris Cannam
- Query recorded file locations from svcore codeimport-audio-data 2018-09-11, by Chris Cannam
- Avoid leaking dialogsimport-audio-data 2018-09-07, by Chris Cannam
- Merge from default branchimport-audio-data 2018-09-04, by Chris Cannam
- Merge from branch avoid-pointer-keys2018-09-04, by Chris Cannam
- Use model IDsavoid-pointer-keys 2018-08-13, by Chris Cannam
- Associate a note-on time with each pending note-off as well, so we can check whether a rewind action (or looping) has caused us to jump to before the note began. Also improve implementation of note-off structure comparator2018-08-13, by Chris Cannam
- Oops!2018-08-13, by Chris Cannam
- Minor tidy2018-08-13, by Chris Cannam
- Fix compiler warnings2018-08-08, by Chris Cannam
- Smoother model updates, some debug2018-08-08, by Chris Cannam
- If audio IO is recreated due to channel count change when recording, make sure it's recreated ready-resumed if we were recording already2018-08-08, by Chris Cannam
- Fix failure to call updateModel() ever again after no frames available2018-08-08, by Chris Cannam
- Fix stupid error on win322018-07-04, by Chris Cannam
- Wait for completion2018-07-03, by Chris Cannam
- This is odd, removing it doesn't seem to work2018-07-03, by Chris Cannam
- Attempt to avoid passing on library path to system executables2018-07-03, by Chris Cannam
- Toward importing audio from CSVsimport-audio-data 2018-06-28, by Chris Cannam
- Minor wording tweak2018-06-21, by Chris Cannam
- Add a scary warning for incomplete session load2018-06-20, by Chris Cannam
- Avoid setting the session file path when loading an incomplete document, so that the default-file save-on-exit and File->Save are not activated (to avoid losing references to unfound audio files)2018-06-18, by Chris Cannam
- Merge from branch plugin-path-config2018-06-11, by Chris Cannam
- Use wide-char env variable lookupplugin-path-config 2018-06-08, by Chris Cannam
- Fix compiler warning2018-05-15, by Chris Cannam
- Make "Select All" select the whole span of everything that exists, not just the main model (toward SF bug #243 Copied Time Instant Layer does not include instant at end of track)2018-04-19, by Chris Cannam
- Proper handling for notes that end at the same frame as a subsequent note of the same pitch begins. The note-off needs to be associated with the prior note, not a spurious zero-duration version of the subsequent note.2018-04-18, by Chris Cannam
- Untabify2018-03-01, by Chris Cannam
- Debug output2017-03-07, by Chris Cannam
- Fix some one-off memory leaks (including distracting ones in tests)2017-03-06, by Chris Cannam
- Some bits and bobs to do with handling memory pressure2017-03-06, by Chris Cannam
- More debug output during startup2017-03-05, by Chris Cannam
- Debug output2017-02-28, by Chris Cannam
- Write aggregate models to .sv file when saving document. They still are not reloaded, but I think this is far as I'm prepared to go for 3.0.2017-02-27, by Chris Cannam
- Store aggregate models in the document and release them when they are invalidated (because their components have been released). They're no longer leaked, but we still don't save them in the session file.2017-02-27, by Chris Cannam
- Comment only2017-02-27, by Chris Cannam
- If we can't open a record device, fall back to playback-only mode2017-02-24, by Chris Cannam
- Debug notes, tidying2017-02-23, by Chris Cannam
- Logging from audio I/O2017-02-21, by Chris Cannam