log

age author description
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
2016-02-25 Chris Cannam Better error reporting for transform load (from RDF and XML)
2016-02-24 Chris Cannam Work around libsndfile-1.0.26 bug that reports all files as non-seekable
2016-02-24 Chris Cannam Use float format for cached files in CodedAudioFileReader, to preserve internal representation (see comment)
2016-02-04 Chris Cannam Merge from the default branch 3.0-integration
2016-02-04 Chris Cannam Merge from branch "tony-2.0-integration" 3.0-integration
2016-01-30 Chris Cannam Merge
2016-01-30 Chris Cannam Update acinclude files to look for qt5-qmake as well as qmake-qt5
2016-01-22 Chris Cannam Small possible speedup 3.0-integration
2016-01-22 Chris Cannam Tidy a bit 3.0-integration
2016-01-22 Chris Cannam Convert 3d model column type from QVector to std::vector; replace another user of ResizeableBitset 3.0-integration
2016-01-22 Chris Cannam Don't need ResizeableBitset, vector<bool> is already a compact format 3.0-integration
2016-01-22 Chris Cannam Fix one-block rounding error when zoomed a long way out, visible as an offset toward the end of very long audio files 3.0-integration
2016-01-22 Chris Cannam Adjust locking when filling range cache in background thread, so as to spend less time waiting on locks 3.0-integration
2016-01-22 Chris Cannam Debug bits 3.0-integration
2016-01-19 Chris Cannam Show warning to the user when plugin population has problems 3.0-integration
2016-01-11 Chris Cannam Check for plugin loadability before trying to load in the main process (POSIX only so far) 3.0-integration
2016-01-08 Chris Cannam Pull out candidate list 3.0-integration
2015-11-18 Chris Cannam Merge from default branch 3.0-integration
2015-11-04 Chris Cannam OSX build stuff
2015-11-04 Chris Cannam Write Track in RDF only if title/artist metadata present, not simply on the basis of a TrackMetadata object existing
2015-11-04 Chris Cannam Update JAMS output to JAMS v0.2.0. We now (for the first time?!) write actual JAMS schema-compliant output when possible, though it isn't possible for many types of plugin. The output for all tested combinations of transforms is valid JSON even where it isn't schema-compliant.
2015-11-03 Chris Cannam Add & test the digits option in the CSV file writer
2015-11-03 Chris Cannam Merge
2015-11-03 Chris Cannam Debug outputs
2015-11-03 Chris Cannam Handle unknown type
2015-11-03 Chris Cannam Make it possible to report that a transform is of unknown type (e.g. invalid transform id, user mixed up filename and transform id, etc)
2015-10-22 Chris Cannam Build fix
2015-10-20 Chris Cannam Return maximum through getNormalizedMagnitudesAt to avoid having to make more than one call tony-2.0-integration
2015-10-14 Chris Cannam Merge from branch "3.0-integration" tony-2.0-integration
2015-10-14 Chris Cannam Merge from branch "tony-2.0-integration" 3.0-integration
2015-10-13 Chris Cannam Adjust model update during recording or writing a new wave file. Formerly we were using the model's completion percentage to indicate write proportion and completion -- that's not a good idea because some layers will reasonably avoid rendering at all until a model reaches 100% completion (it's supposed to report only progress on the initial model generation, and the model shouldn't change during completion updates). tony-2.0-integration
2015-10-12 Chris Cannam Fix lock contention in FFTapi 3.0-integration
2015-10-12 Chris Cannam Fix lock contention in FFTapi tony-2.0-integration
2015-10-12 Chris Cannam Merge from the default branch tony-2.0-integration
2015-09-01 Chris Cannam Add mandatory option --json-format to JSON feature writer, in preparation for supporting multiple JSON formats (perhaps) in future
2015-09-01 Chris Cannam Simple MIDI writer test
2015-08-20 Chris Cannam Back out Matthias's e22bfe8ca248 in the hope that my (earlier but on a different branch, and now merged) fix 882d448c8a6d will do the right thing tony-2.0-integration
2015-08-20 Chris Cannam Merge through to branch for Tony 2.0 tony-2.0-integration
2015-08-20 Chris Cannam Merge from default branch 3.0-integration
2015-08-20 Chris Cannam Merge from branch recording 3.0-integration
2015-08-20 Chris Cannam Fix reloading session with recorded audio recording
2015-08-19 Chris Cannam Make WritableWaveFileModel a true WaveFileModel (and ReadOnlyWaveFileModel the other sort of it). Enable recording from an empty session using that. recording
2015-08-19 Chris Cannam Remove unused dependency on Rubber Band
2015-08-19 Chris Cannam svcore should not depend on rubberband
2015-08-14 Matthias Mauch fixes the problem that the last note was not exported to csv tonioni
2015-08-04 Chris Cannam Merge from branch bqaudioio 3.0-integration
2015-08-04 Chris Cannam Initial work toward switching to bqaudioio library (so as to get I/O, not just O) bqaudioio
2015-08-04 Chris Cannam Necessary include 3.0-integration
2015-07-14 alo removed imaf sliders imaf_enc
2015-07-07 Chris Cannam Merge from default branch 3.0-integration
2015-07-03 Chris Cannam Fix assignment of values to regions on import, in case where region model contains duplicate points
2015-07-01 Chris Cannam Merge from branch simple-fft-model 3.0-integration
2015-01-07 Chris Cannam Merge from default branch simple-fft-model
2015-07-01 Chris Cannam Fix a number of warnings in the 32-bit build
2015-07-01 Chris Cannam Merge from branch simple-fft-model 3.0-integration
2015-06-30 Chris Cannam Merge simple-fft-model
2015-06-30 Chris Cannam Build fix simple-fft-model
2015-06-26 Chris Cannam Merge from branch normalize_hybrid_option 3.0-integration
2015-06-26 Chris Cannam Merge from branch simple-fft-model 3.0-integration
2015-06-16 Chris Cannam Two-channel test simple-fft-model
2015-06-16 Chris Cannam Fix a cache-related dumbitude simple-fft-model
2015-06-15 Chris Cannam Raise this maximum, so longer files can be shown in the overview pane simple-fft-model