graph
- 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
- Connect these only once2017-01-18, by Chris Cannam
- Merge from branch 3.0-integration2017-01-13, by Chris Cannam
- Complete that fix for the record target3.0-integration 2017-01-11, by Chris Cannam
- Fix flickery level meters3.0-integration 2017-01-11, by Chris Cannam