log

age author description
2016-10-20 Chris Cannam Avoid instantiating all plugins (in piper client) on startup, using plugin static data instead. Problem of where to get the units field from is still pending. piper
2016-10-20 Chris Cannam Merge from branch 3.0-integration piper
2016-10-20 Chris Cannam Merge from branch msvc2015_64 3.0-integration
2016-10-19 Chris Cannam Further MSVC build stuff. Committing this as-is because it's building and running now, but there's a lot to tidy up. msvc2015_64
2016-10-19 Chris Cannam Tidy and re-fix for Linux msvc2015_64
2016-10-18 Chris Cannam MSVC build fixes msvc2015_64
2016-10-18 Chris Cannam Merge from branch "3.0-integration" msvc2015_64
2016-10-18 Chris Cannam MSVC build fixes msvc2015_64
2016-10-18 Chris Cannam MatrixFile is no longer used 3.0-integration
2016-10-17 Chris Cannam Fix compiler warnings piper
2016-10-17 Chris Cannam Restore plugin categories piper
2016-10-17 Chris Cannam More cautious locking on sparse model modification piper
2016-10-17 Chris Cannam Pull out model creation into the transformer thread run(), so that all communications with the plugin server happen on a single thread. Then make the model accessor wait for them to be created (which still happens right at the start of processing) before returning. piper
2016-10-14 Chris Cannam Try AutoPlugin; also not very successful piper
2016-10-14 Chris Cannam Bodge in piper-cpp client (not yet working) piper
2016-09-20 Chris Cannam Merge from default branch 3.0-integration
2016-09-20 Chris Cannam Merge from branch tony-2.0-integration 3.0-integration
2016-08-19 Chris Cannam Merge latest SV 3.0 branch code tony-2.0-integration
2016-08-16 Chris Cannam Compiler warning fixes
2016-08-15 Chris Cannam Avoid warning 3.0-integration
2016-08-05 Chris Cannam Introduce labels in RangeMapper and use them in AudioDial, though only for tooltip at present. Make use of this for spectrogram magic -81dB/-Inf threshold. Also introduce static strings for inf/pi and use where appropriate. 3.0-integration
2016-08-05 Chris Cannam Merge work on unified spectrogram and colour 3d plot caching renderer 3.0-integration
2016-08-05 Chris Cannam Fixes to phase display and colour scale for it; tidy up some debug output spectrogram-minor-refactor
2016-08-04 Chris Cannam Restore phase display spectrogram-minor-refactor
2016-08-03 Chris Cannam Re-enable (little-used) normalise-visible-range option in spectrogram layer spectrogram-minor-refactor
2016-08-03 Chris Cannam Avoid overrun-by-1 spectrogram-minor-refactor
2016-08-01 Chris Cannam Float/double conversion fixes spectrogram-minor-refactor
2016-08-01 Chris Cannam Fix threshold in spectrogram -- it wasn't working in the last release. spectrogram-minor-refactor
2016-08-01 Chris Cannam Scale range matching spectrogram-minor-refactor
2016-07-20 Chris Cannam Toward updating mag cache spectrogram-minor-refactor
2016-07-14 Chris Cannam Convert ColumnNormalization to an enum class, and separate out normalize-visible spectrogram-minor-refactor
2016-07-14 Chris Cannam Fix potential crash in Dense3dModelPeakCache owing to combination of wrong width calculation and wrong handling of width overrun spectrogram-minor-refactor
2016-07-13 Chris Cannam Create, but don't yet use, a renderer in the colour 3d plot layer spectrogram-minor-refactor
2016-06-23 Chris Cannam Comments and naming spectrogram-minor-refactor
2016-06-23 Chris Cannam Small fix to compiler warning spectrogram-minor-refactor
2016-06-20 Chris Cannam Extend column logic to peak frequency display as well, and correct some scopes according to whether values are per source column or per target pixel spectrogram-minor-refactor
2016-06-20 Chris Cannam Pull out column ops into ColumnOp spectrogram-minor-refactor
2016-06-13 Chris Cannam Mid-refactor to pull out the bulk of paintDrawBuffer into chunks spectrogram-minor-refactor
2016-04-27 Chris Cannam OSX build fixes 3.0-integration
2016-04-21 Chris Cannam Merge from the default branch 3.0-integration
2016-04-20 Chris Cannam Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf 3.0-plus-imaf
2016-04-15 Chris Cannam Merge from branch pluginscan 3.0-integration
2016-04-15 Chris Cannam Check for plugin scan helper checker helper program in suitable directory, & tidy up warning messages somewhat pluginscan
2016-04-14 Chris Cannam Update for adjusted checker layout, and tidy pluginscan
2016-04-14 Chris Cannam Make use of, and warn for, the plugin checker for all types of plugin. Haven't yet resolved the question of how to install and find it. pluginscan
2016-04-14 Chris Cannam First cut running (but not yet using output of, or recovering from errors in) the plugin checker at startup pluginscan
2016-03-21 Chris Cannam Add -ldl in a couple more places
2016-03-18 Chris Cannam Win32 build fix
2016-03-18 Chris Cannam Start including Vamp SDK into main build, as we do with Sonic Annotator 3.0-integration
2016-03-18 Chris Cannam Presume that the Vamp SDK exists at the directory next door
2016-03-04 Chris Cannam Merge from default branch 3.0-integration
2016-03-04 Chris Cannam Merge
2016-03-04 Chris Cannam Fix display of 3d model data in data editor, by adding start frame offset (formerly ignored)
2016-03-02 Chris Cannam Merge from default branch 3.0-integration
2016-02-25 Chris Cannam ...commented out
2016-02-25 Chris Cannam Debug
2016-01-22 Chris Cannam Debug bits
2016-01-19 Chris Cannam Show warning to the user when plugin population has problems
2016-01-11 Chris Cannam Check for plugin loadability before trying to load in the main process (POSIX only so far)
2016-01-08 Chris Cannam Pull out candidate list