2019-03-13 |
Chris Cannam |
Fix XML
single-point
|
2019-03-13 |
Chris Cannam |
Add and test getEndFrame (and getStartFrame)
single-point
|
2019-03-13 |
Chris Cannam |
Test getEventsStartingWithin (briefly)
single-point
|
2019-03-13 |
Chris Cannam |
Add getEventsStartingWithin
single-point
|
2019-03-13 |
Chris Cannam |
Make const
single-point
|
2019-03-13 |
Chris Cannam |
Add getEventsWithin
single-point
|
2019-03-13 |
Chris Cannam |
Add getEventsWithin
single-point
|
2019-03-13 |
Chris Cannam |
Always return consistent defaults for absent elements
single-point
|
2019-03-12 |
Chris Cannam |
Further test & fixes
single-point
|
2019-03-12 |
Chris Cannam |
Add some more handy methods
single-point
|
2019-03-12 |
Chris Cannam |
Switch EventSeries to using a vector for m_events, so as to allow indexed access
single-point
|
2019-03-12 |
Chris Cannam |
Add operator!=
single-point
|
2019-03-11 |
Chris Cannam |
Add toDelimitedDataString; also requires reinstating m_haveDuration
single-point
|
2019-03-11 |
Chris Cannam |
Another timing note
single-point
|
2019-03-11 |
Chris Cannam |
Seems we can do just as well with a vector of events themselves
single-point
|
2019-03-11 |
Chris Cannam |
Experiment with storing vectors of event ids in seam map for compactness
single-point
|
2019-03-11 |
Chris Cannam |
That last change didn't seem worthwhile
single-point
|
2019-03-11 |
Chris Cannam |
Try out Qt containers
single-point
|
2019-03-11 |
Chris Cannam |
Permit hashing
single-point
|
2019-03-11 |
Chris Cannam |
Add (disabled by default) stress test for EventSeries
single-point
|
2019-03-08 |
Chris Cannam |
Merge
single-point
|
2019-03-08 |
Chris Cannam |
Add this method back again; it is useful
single-point
|
2019-03-08 |
Chris Cannam |
Further tests
single-point
|
2019-03-08 |
Chris Cannam |
Performance notes
single-point
|
2019-03-08 |
Chris Cannam |
Minor tweaks, comments, span tests
single-point
|
2019-03-08 |
Chris Cannam |
Rework EventSeries to explicitly store counts of events (+ add comments explaining, among other things, why)
single-point
|
2019-03-07 |
Chris Cannam |
Rename a number of classes and methods (including Point -> Event); comments
single-point
|
2019-03-07 |
Chris Cannam |
Fixes and tests for PointSeries
single-point
|
2019-03-06 |
Chris Cannam |
Fix compiler warning
single-point
|
2019-03-06 |
Chris Cannam |
Start implementing & testing PointSeries
single-point
|
2019-03-05 |
Chris Cannam |
Pull out the Point class, plus start testing NoteModel, plus actually add the tests...
single-point
|
2019-03-05 |
Chris Cannam |
Bitfield + reorder for packing
single-point
|
2019-03-05 |
Chris Cannam |
Start some sparse model tests
single-point
|
2019-02-27 |
Chris Cannam |
Fix compiler warnings
|
2019-02-18 |
Chris Cannam |
Try to avoid interference with QtTest's own arg handling
|
2019-02-12 |
Chris Cannam |
Fix encoding that Mac fs rejects
|
2019-01-30 |
Chris Cannam |
Merge from branch bqaudiostream
|
2019-01-30 |
Chris Cannam |
Be a tiny bit discriminating about content types!
bqaudiostream
|
2019-01-30 |
Chris Cannam |
WMA test cases
bqaudiostream
|
2019-01-30 |
Chris Cannam |
Merge
bqaudiostream
|
2019-01-30 |
Chris Cannam |
Fix incorrect number formatting results for 32-bit MinGW build
bqaudiostream
|
2019-01-24 |
Chris Cannam |
Fix compile error when checker not enabled
bqaudiostream
|
2019-01-23 |
Chris Cannam |
Merge from default branch
bqaudiostream
|
2019-01-23 |
Chris Cannam |
Adjust limits for Opus test
bqaudiostream
|
2019-01-23 |
Chris Cannam |
Avoid compiler warning
bqaudiostream
|
2019-01-22 |
Chris Cannam |
Argh, that fix for Mac broke Win
bqaudiostream
|
2019-01-22 |
Chris Cannam |
Some logging
bqaudiostream
|
2019-01-22 |
Chris Cannam |
Add Opus tests
bqaudiostream
|
2019-01-21 |
Chris Cannam |
QDir::entryList on Mac ignores all of our files with non-ASCII filenames, I think because of variant normalisations (https://bugreports.qt.io/browse/QTBUG-70732). Hard code the file list instead.
bqaudiostream
|
2019-01-21 |
Chris Cannam |
Implement title/maker in wav readers; extra handling of supported-ness for file types
bqaudiostream
|
2019-01-21 |
Chris Cannam |
Add flac metadata example
bqaudiostream
|
2019-01-17 |
Chris Cannam |
Merge
bqaudiostream
|
2019-01-17 |
Chris Cannam |
Add M4A file with non-ascii metadata
bqaudiostream
|
2019-01-17 |
Chris Cannam |
We should now be able to get these from Ogg files, though this might not be working yet...
bqaudiostream
|
2019-01-15 |
Chris Cannam |
Request metadata from bq audio stream
bqaudiostream
|
2019-01-09 |
Chris Cannam |
Merge from branch fix-static-analysis
|
2019-01-09 |
Chris Cannam |
Add mechanism to retrieve the set of plausible separators found in CSV-like file when guessing its format
|
2018-12-06 |
Chris Cannam |
Fix some warnings
bqaudiostream
|
2018-12-06 |
Chris Cannam |
Start wiring in BQAudioStream stuff
bqaudiostream
|
2018-11-26 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
2018-11-26 |
Chris Cannam |
Header guards
fix-static-analysis
|
2018-11-26 |
Chris Cannam |
Use override throughout
fix-static-analysis
|
2018-11-22 |
Chris Cannam |
Fixes from clang modernize-use-override
fix-static-analysis
|
2018-11-14 |
Chris Cannam |
Remove oversampling from prefs, now that it's in the spectrogram layer properties
|
2018-11-14 |
Chris Cannam |
Merge from branch spectrogramparam
|
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-09 |
Chris Cannam |
Fix win32 build annoyances
spectrogramparam
|
2018-11-08 |
Chris Cannam |
Introduce & make use of faster MovingMedian class (now with resize capability)
spectrogramparam
|
2018-11-08 |
Chris Cannam |
Fix usage of setlocale
spectrogramparam
|
2018-11-08 |
Chris Cannam |
A little faster as vector
spectrogramparam
|
2018-11-07 |
Chris Cannam |
Eliminate code entirely in release builds
|
2018-11-07 |
Chris Cannam |
Comment
|
2018-11-07 |
Chris Cannam |
Avoid compiler warning
|
2018-11-07 |
Chris Cannam |
Properly align window with signal, in oversampled case
|
2018-11-06 |
Chris Cannam |
Merge from branch zoom
|
2018-11-06 |
Chris Cannam |
Remove unnecessary include
zoom
|
2018-11-06 |
Chris Cannam |
Merge from default branch
zoom
|
2018-11-02 |
Chris Cannam |
Merge
|
2018-11-02 |
Chris Cannam |
Handle security errors, format slightly differently for message box
|
2018-11-01 |
Chris Cannam |
Debug bits
|
2018-11-01 |
Chris Cannam |
When a path is set explicitly, it is complete
|
2018-11-01 |
Chris Cannam |
Check server minimum version
|
2018-10-18 |
Chris Cannam |
Some debug + tidying
|
2018-10-18 |
Chris Cannam |
Cautiously ensure we don't report readiness when the model is still updating; + some debug
|
2018-10-18 |
Chris Cannam |
Debug
|
2018-10-12 |
Chris Cannam |
Win32 fix
|
2018-10-12 |
Chris Cannam |
Datestamp debug log
|
2018-10-11 |
Chris Cannam |
Use bqvec barrier
|
2018-10-10 |
Chris Cannam |
Introduce RelativelyFineZoomConstraint, which encodes more-or-less the scheme that was already used for the horizontal thumbwheel in the pane (which overrode the layers' own zoom constraints unless they said they couldn't support any other)
|
2018-10-10 |
Chris Cannam |
Merge from branch zoom
|
2018-10-08 |
Chris Cannam |
Messing with non-integer zoom ratios. But I don't think this is going anywhere as it stands
zoom-double
|
2018-10-05 |
Chris Cannam |
Merge from default branch
zoom
|
2018-10-03 |
Chris Cannam |
Show default name for unlabelled bin
|
2018-10-01 |
Chris Cannam |
Merge from default branch
zoom
|
2018-10-01 |
Chris Cannam |
Use locale-aware comparators for user-visible string sorting
|
2018-10-01 |
Chris Cannam |
Use an actual exception for this (rather than checking only in some builds)
|
2018-09-28 |
Chris Cannam |
Profiler
zoom
|
2018-09-28 |
Chris Cannam |
More sensible limit
zoom
|
2018-09-28 |
Chris Cannam |
Use proper decimal delimiter
zoom
|
2018-09-27 |
Chris Cannam |
Provide fromMicroseconds (and test it)
zoom
|
2018-09-27 |
Chris Cannam |
Further test
zoom
|
2018-09-26 |
Chris Cannam |
Win32 fix
zoom
|
2018-09-26 |
Chris Cannam |
Oversampler fixes and further tests
zoom
|
2018-09-26 |
Chris Cannam |
Tests for waveform oversampling
zoom
|
2018-09-26 |
Chris Cannam |
Add custom waveform oversampler method
zoom
|
2018-09-24 |
Chris Cannam |
Guard update only
zoom
|
2018-09-20 |
Chris Cannam |
Use frame type
zoom
|
2018-09-20 |
Chris Cannam |
More ZoomLevel updates
zoom
|
2018-09-19 |
Chris Cannam |
Pull out ZoomLevel, add inexact frame/pixel conversion functions and streaming
zoom
|
2018-09-18 |
Chris Cannam |
Refactor tests. Still testing frames-per-pixel only.
zoom
|
2018-09-18 |
Chris Cannam |
Fix (bodgily) things broken in the merge
zoom
|
2018-09-18 |
Chris Cannam |
Merge from default branch
zoom
|
2018-09-18 |
Chris Cannam |
Tests and a couple of minor fixes for zoom constraints
|
2018-09-17 |
Chris Cannam |
Merge from default branch
zoom
|
2018-09-14 |
Chris Cannam |
Avoid compiler warning
|
2018-09-14 |
Chris Cannam |
Various CSV format tests
|
2018-09-14 |
Chris Cannam |
Some CSV format tests and minor fixes
|
2018-09-12 |
Chris Cannam |
Win32 fix
|
2018-09-12 |
Chris Cannam |
Merge from branch import-audio-data
|