graph
- Debug toward tracking down strange peak-frequency spectrogram update problem2017-01-13, by Chris Cannam
- Make getPreferredPeakCache check the render mode itself2017-01-13, by Chris Cannam
- Fix spurious test failure in 32-bit build2017-01-13, by Chris Cannam
- Merge in subrepos2017-01-13, by Chris Cannam
- Fix memory leak of cache pixmaps in View2017-01-13, by Chris Cannam
- Fix (I think) crash on exit on Windows having loaded an mp32017-01-12, by Chris Cannam
- Some Ubuntu/Fedora docker build material2017-01-12, by Chris Cannam
- Use explicit include paths; these seem to be picking up the wrong include on Fedora only (strangely)2017-01-12, by Chris Cannam
- Update Piper server to suspend stdout between responses; fixes hang on startup with certain Vamp plugins2017-01-12, by Chris Cannam
- Complete that fix for the record target2017-01-11, by Chris Cannam
- Fix flickery level meters2017-01-11, by Chris Cannam
- Update configure to note capnp version dependency2017-01-11, by Chris Cannam
- Add package step to docker file2017-01-11, by Chris Cannam
- Update these so they work in Docker2017-01-11, by Chris Cannam
- Comment field from LibraZiK distro2017-01-11, by Chris Cannam
- Added tag sv_v3.0beta1 for changeset 3173259cdcc62017-01-10, by Chris Cannam
- Dockerfile that builds the executable on Ubuntu 16.04, hopefully as the start of some more useful packaging strategysv_v3.0beta1 2017-01-10, by Chris Cannam
- Ah, of course I was using the wrong variable here2017-01-10, by Chris Cannam
- Typo fix and small reorder2017-01-10, by Chris Cannam
- Fix "argument missing"2017-01-10, by Chris Cannam
- Subrepo update2017-01-10, by Chris Cannam
- Fix compiler warning, remove some debug out2017-01-10, by Chris Cannam
- Merge from branch 3.0-integration2017-01-10, by Chris Cannam
- Added tag last_v2.5_on_default_branch for changeset e6c7585863fe2017-01-10, by Chris Cannam
- Show warning about beta release3.0-integration 2017-01-10, by Chris Cannam
- Add dates to change log3.0-integration 2017-01-10, by Chris Cannam
- Merge3.0-integration 2017-01-10, by Chris Cannam
- When importing CSV, if the first line doesn't have a separator, continue to leave the separator indeterminate until we arrive at a line that does. Fixes inability to load correctly CSV files in which some lines have more columns than others3.0-integration 2017-01-10, by Chris Cannam
- Better sizing on the Mac I think3.0-integration 2017-01-10, by Chris Cannam
- Add "What's New" to help menu; primp up About box3.0-integration 2017-01-10, by Chris Cannam
- Update PortAudio build for Win643.0-integration 2017-01-10, by Chris Cannam
- Win32 fixes3.0-integration 2017-01-10, by Chris Cannam
- Some platforms don't use native Ogg/Vorbis libraries3.0-integration 2017-01-10, by Chris Cannam
- Use W64 instead of WAV for decoded files; use Ogg reader in preference to WAV one for Ogg files (WAV reader works, via libsndfile, but doesn't load metadata); fix Ogg reader to use QFile open instead of non-Win32-compatible API; add more encoder tests, audio writer test, midi reader test3.0-integration 2017-01-10, by Chris Cannam
- Minor tweaks to CHANGELOG3.0-integration 2017-01-10, by Chris Cannam
- Remove unneeded debug3.0-integration 2017-01-09, by Chris Cannam
- Add Linux install target3.0-integration 2017-01-09, by Chris Cannam
- Fix a strictly-incorrect #if guard3.0-integration 2017-01-09, by Chris Cannam
- Merge3.0-integration 2017-01-09, by Chris Cannam
- Fix inadequate #if guard for non-gcc builds3.0-integration 2017-01-09, by Chris Cannam
- Try a deep codesign instead3.0-integration 2017-01-09, by Chris Cannam
- More win32 build fixes3.0-integration 2017-01-09, by Chris Cannam
- Further win32 build updates3.0-integration 2017-01-09, by Chris Cannam
- Further win32 build updates3.0-integration 2017-01-09, by Chris Cannam
- Fixes and updates for 32-bit Windows build3.0-integration 2017-01-09, by Chris Cannam
- Doc updates3.0-integration 2017-01-09, by Chris Cannam
- Add checker README; rename plugin-checker-helper binary (back) to vamp-plugin-load-checker -- I decided it was more useful to have a distinctive name for the installed binary than it was important to show that it was plugin-agnostic3.0-integration 2017-01-09, by Chris Cannam
- Win64 installer updates3.0-integration 2017-01-08, by Chris Cannam
- More of an effort at 64-bit Win installer3.0-integration 2017-01-08, by Chris Cannam
- Update checker with version printout3.0-integration 2017-01-08, by Chris Cannam
- Stub win64 deploy, + ogg testfiles3.0-integration 2017-01-06, by Chris Cannam
- And similar approach for the writer3.0-integration 2017-01-06, by Chris Cannam
- Take a different approach to using libsndfile -- the _fd function doesn't work for me in this build, so use the wchar api3.0-integration 2017-01-06, by Chris Cannam
- Update WAV/MP3/BZipFileDevice code to avoid using local 8-bit encoding3.0-integration 2017-01-06, by Chris Cannam
- Fix typo in encoded string3.0-integration 2017-01-06, by Chris Cannam
- More work on getting tests (especially file encoding ones) running on Windows. Various problems here to do with interaction with test filenames in Hg repos3.0-integration 2017-01-06, by Chris Cannam
- Add filename encoding tests3.0-integration 2017-01-06, by Chris Cannam
- Untabify, comment test that doesn't apply on Windows3.0-integration 2017-01-06, by Chris Cannam
- Untabify some more3.0-integration 2017-01-06, by Chris Cannam
- Improved debug output for file open troubleshooting3.0-integration 2017-01-06, by Chris Cannam
- Untabify3.0-integration 2017-01-06, by Chris Cannam
- Couple of minor Windows updates3.0-integration 2017-01-05, by Chris Cannam
- No hit counts in release3.0-integration 2017-01-05, by Chris Cannam
- More cache hit counts; make debug output from colour 3d plot renderer (even though it is to SVDEBUG) appear only with explicit debug flag3.0-integration 2017-01-05, by Chris Cannam
- Don't start in the middle when repainting the whole width while using a peak cache. It looks funny.3.0-integration 2017-01-05, by Chris Cannam
- Make the colour 3d plot renderer able to support more than one level of peak cache; introduce a second "peak" cache for the spectrogram layer that actually has a 1-1 column relationship with the underlying FFT model, and use it in addition to the existing peak cache if memory is plentiful. Makes spectrograms appear much faster in many common situations.3.0-integration 2017-01-05, by Chris Cannam
- Recreate FFT model when something changes, not the next time it's requested (avoids extra work when only retrieving the model)3.0-integration 2017-01-05, by Chris Cannam
- Merge in subrepo3.0-integration 2017-01-04, by Chris Cannam
- Pull out record buffer into a separate RT-ish thread3.0-integration 2017-01-04, by Chris Cannam
- Wire up record monitoring3.0-integration 2017-01-04, by Chris Cannam
- Make writable model updating explicit rather than essentially an arbitrary hidden accident3.0-integration 2017-01-04, by Chris Cannam
- Add record update timer (very crude this)3.0-integration 2017-01-04, by Chris Cannam
- Close wave file writer when recording stops (instead of leaving record file unclosed until the model is deleted)3.0-integration 2017-01-04, by Chris Cannam
- Fix race condition in first-time recording, where adding the recording wave model would prompt the audio play source to note that its channel count had increased (from 0 to, say, 2) and thus to cause the audio device to be reopened, stopping recording. Fix is to make this only happen if channel count increases beyond that of the device, which shouldn't happen in the recording case3.0-integration 2017-01-04, by Chris Cannam
- Report audio driver startup error3.0-integration 2017-01-04, by Chris Cannam
- Mention hybrid normalisation in changelog3.0-integration 2017-01-03, by Chris Cannam
- Avoid accidentally resetting locale to the empty string when reading pref3.0-integration 2017-01-03, by Chris Cannam
- Run update-i18n script3.0-integration 2017-01-03, by Chris Cannam
- Provisionally add labels for normalisation menu (sigh)3.0-integration 2017-01-03, by Chris Cannam
- Add help icon, + update subrepo3.0-integration 2017-01-03, by Chris Cannam
- Some copyright dates and build adjustments3.0-integration 2017-01-03, by Chris Cannam
- Next actual release will be 3.0-beta13.0-integration 2017-01-03, by Chris Cannam
- Store/recall colours by hex name; simpler and more general (was having trouble with reloading on Mac). Also update subrepos inc PortAudio build3.0-integration 2017-01-03, by Chris Cannam
- Merge3.0-integration 2017-01-03, by Chris Cannam
- Fix to removal of icons from menus on the Mac3.0-integration 2017-01-03, by Chris Cannam
- Fix accidental breakage of PNG export while adding SVG export3.0-integration 2017-01-03, by Chris Cannam
- Try to handle audio device selection more sensibly in cases where only one audio implementation is compiled in3.0-integration 2017-01-03, by Chris Cannam
- Don't show icons on menus in OSX3.0-integration 2017-01-03, by Chris Cannam
- Minor tweak3.0-integration 2017-01-03, by Chris Cannam
- Fix some compiler warnings3.0-integration 2017-01-03, by Chris Cannam
- Update some subrepos3.0-integration 2017-01-03, by Chris Cannam
- Fix erroneous use of single-colour setting to determine dark/light background when in segmentation mode3.0-integration 2016-12-20, by Chris Cannam
- Further PropertyBox layout overhaul: avoid crash (/ assertion failure) when property type changes from e.g. colour to colourmap, by replacing the existing widget within the layout rather than trying to repopulate it3.0-integration 2016-12-20, by Chris Cannam
- Merge from branch svg, and thus (in some subrepos) from levelpanwidget3.0-integration 2016-12-19, by Chris Cannam
- Implement "Export SVG file..."svg 2016-12-19, by Chris Cannam
- A useful simplification in rate handling: don't reset to 0 when last model goes3.0-integration 2016-12-17, by Chris Cannam