log

age author description
2017-04-10 Chris Cannam Some README updates
2017-04-10 Chris Cannam Update INSTALL instructions
2017-03-12 Chris Cannam Added tag sv_v3.0.2 for changeset 38c40fe5135b
2017-03-12 Chris Cannam Next release will be 3.0.2 sv_v3.0.2
2017-03-12 Chris Cannam Update Czech translation, thanks Pavel
2017-03-08 Chris Cannam Credit translators in About box
2017-03-08 Chris Cannam Credit translators in README
2017-03-08 Chris Cannam Update Russian translation, thanks Alexandre
2017-03-07 Chris Cannam Make some corrections to crosshair (measure cursor) positioning and feature descriptions. Needs review.
2017-03-07 Chris Cannam Fix crash when changing window size in the spectrum layer
2017-03-07 Chris Cannam Added tag sv_v3.0.1 for changeset fad5960ac61a
2017-03-07 Chris Cannam Formatting sv_v3.0.1
2017-03-07 Chris Cannam Added tag sv_v3.0.1 for changeset 96a5cf264033
2017-03-07 Chris Cannam Untabify!
2017-03-07 Chris Cannam Update changelog
2017-03-07 Chris Cannam Added tag sv_v3.0.1 for changeset cbaac283f47e
2017-03-07 Chris Cannam Add Docker build file for 3.0.1, remove the old betas
2017-03-07 Chris Cannam Change where the 32-bit memory calculation adjustment is carried out -- more transparent here
2017-03-07 Chris Cannam Ensure 32-bit Windows build uses _aligned_malloc as well as 64-bit one; more debug out
2017-03-06 Chris Cannam Fix some one-off memory leaks (including distracting ones in tests)
2017-03-06 Chris Cannam Some bits and bobs to do with handling memory pressure
2017-03-06 Chris Cannam Hoping this will make for 3.0.1
2017-03-06 Chris Cannam Remove "other" Vamp SDK repo from sv-dependency-builds
2017-03-06 Chris Cannam Update to Vamp plugin SDK v2.7.1 tag
2017-03-06 Chris Cannam Handle versions without hyphen separator here
2017-03-06 Chris Cannam Add -O3
2017-03-06 Chris Cannam Another 3.0.1 pre
2017-03-06 Chris Cannam More useful diagnostics for MIDI startup
2017-03-06 Chris Cannam This symbol has changed in newer RtMidi, supply both
2017-03-05 Chris Cannam Update RtMidi build to v2.1.1
2017-03-05 Chris Cannam Merge
2017-03-05 Chris Cannam Fix crash when using speed controls on Windows (due to KissFFT linkage conflict). More debug information on startup.
2017-03-05 Chris Cannam This will be a 3.0.1 pre build
2017-03-05 Chris Cannam More debug output during startup
2017-03-02 Chris Cannam Added tag sv_v3.0 for changeset c3380c78811f
2017-03-01 Chris Cannam Added tag sv_v3.0rc1 for changeset 811fbe905f5e sv_v3.0
2017-03-01 Chris Cannam Add brief mention of Piper sv_v3.0rc1
2017-03-01 Chris Cannam Update translation strings
2017-02-28 Chris Cannam Docker file for 3.0 build
2017-02-28 Chris Cannam Fix failure to respect saved linear-scale setting in layer when the model suggests it would prefer log scale
2017-02-28 Chris Cannam Fix scale range and attribute name in colour 3d plot
2017-02-28 Chris Cannam Fix equality comparison that caused test case failure on 32-bit build
2017-02-28 Chris Cannam Next version will identify as 3.0 (as it's going to be an RC); remove beta dialog
2017-02-28 Chris Cannam Emit
2017-02-28 Chris Cannam Ctrl-click, and middle-button click, on level-pan widget reset to default (not implemented yet for level-pan tool button though)
2017-02-28 Chris Cannam Fix normalisation ranges etc in Colour 3D Plot
2017-02-28 Chris Cannam Remove commented-out code
2017-02-28 Chris Cannam LogRange tests
2017-02-28 Chris Cannam It's going to be March...
2017-02-28 Chris Cannam Fix crash when trying to set object name on nonexistent model
2017-02-27 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 Chris Cannam Set a more appropriate name on aggregate model when deciding to retain it
2017-02-27 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 Chris Cannam And say so
2017-02-27 Chris Cannam Invalidate an aggregate model when one of its components announces it's about to be deleted
2017-02-27 Chris Cannam Update OSC handler: fix play (which wasn't working because it didn't resume audio driver) and speedup (wrong mapping for the new speed controls), and add more sensible new speed method
2017-02-27 Chris Cannam Minor tweak
2017-02-27 Chris Cannam Fix typo in condition operator; ensure c++11 used for config checks with gcc
2017-02-27 Chris Cannam Update configure check for Cap'n Proto to avoid directly looking up mangled symbols
2017-02-25 Chris Cannam Rework network permission tester to note that aggregate info may be used, and tweak for clarity