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
|