2018-11-26 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
2018-11-13 |
Chris Cannam |
Further adjustments to peak picking, to try to avoid a surfeit of peaks in the higher frequencies
spectrogramparam
|
2018-11-12 |
Chris Cannam |
Slightly simplify median-window size calculation - but this is not the best way to do this for spectrum views, need to reconsider
spectrogramparam
|
2018-11-08 |
Chris Cannam |
Introduce & make use of faster MovingMedian class (now with resize capability)
spectrogramparam
|
2018-11-08 |
Chris Cannam |
A little faster as vector
spectrogramparam
|
2018-11-07 |
Chris Cannam |
Comment
|
2018-11-07 |
Chris Cannam |
Properly align window with signal, in oversampled case
|
2018-04-24 |
Chris Cannam |
Some messing around with profiling
|
2018-03-01 |
Chris Cannam |
Untabify
|
2018-03-01 |
Chris Cannam |
Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
|
2017-01-26 |
Chris Cannam |
Reduce amount of copying in FFTModel
|
2016-12-13 |
Chris Cannam |
Update to use bqvec allocator for float vectors
3.0-integration
|
2016-12-07 |
Chris Cannam |
Remove unnecessary move()s
3.0-integration
|
2016-11-23 |
Chris Cannam |
Debug note when we overrun end of data
3.0-integration
|
2016-11-21 |
Chris Cannam |
Branch to use bqfft code and remove FFTapi
bqfft
|
2016-11-10 |
Chris Cannam |
More timings and cache hit counts
3.0-integration
|
2016-11-10 |
Chris Cannam |
A note on cache hit findings
3.0-integration
|
2016-11-09 |
Chris Cannam |
Print out cache hit/miss counts
3.0-integration
|
2016-10-18 |
Chris Cannam |
MSVC build fixes
msvc2015_64
|
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-07-13 |
Chris Cannam |
Create, but don't yet use, a renderer in the colour 3d plot layer
spectrogram-minor-refactor
|
2016-06-13 |
Chris Cannam |
Mid-refactor to pull out the bulk of paintDrawBuffer into chunks
spectrogram-minor-refactor
|
2016-02-04 |
Chris Cannam |
Merge from branch "tony-2.0-integration"
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
|
2015-10-20 |
Chris Cannam |
Return maximum through getNormalizedMagnitudesAt to avoid having to make more than one call
tony-2.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-06-15 |
Chris Cannam |
Smooth signal flow through from file to fft model
simple-fft-model
|
2015-06-15 |
Chris Cannam |
Rework audio file reader API to prefer using std containers
simple-fft-model
|
2015-06-13 |
Chris Cannam |
Fix to fft cache
simple-fft-model
|
2015-06-12 |
Chris Cannam |
A small cache for source samples
simple-fft-model
|