Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Fix progress reporting and allow for changing how progress is calculating (TODO multi-selection)
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Add failing test for non zero selection start
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Initialise ProgressReporter member with default member initialiser
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Formatting and naming changes more in line with SV conventions.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Revert to adding a test case in the style of the existing file
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Remove some duplication and make use of utility function for writing in chunks to avoid memory growth.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Add constructor overload for using an optional ProgressReporter
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Added utility function for splitting a model selection into chunks and writing to a stream.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Already pre-allocated, don't push_back.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Fix namespace
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Untabify
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Introduce a TestHelper which contains boiler plate for running a suite of QtTest style objects. Stub CSVStreamWriter and test to integrate into build.
streaming-csv-writer
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
Thu, 01 Mar 2018 14:43:40 +0000 |
Chris Cannam |
Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
|
Mon, 11 Dec 2017 09:28:40 +0000 |
Chris Cannam |
Rework canonicalisation so as to avoid theoretical possibility of integer overflow
|
Thu, 07 Dec 2017 13:33:30 +0000 |
Chris Cannam |
Fix fallthrough which bothered compiler
|
Mon, 09 Oct 2017 11:09:21 +0100 |
Chris Cannam |
Fix reversed parameter names (fortunately the only call to this function currently uses the correct order)
|
Mon, 09 Oct 2017 11:08:59 +0100 |
Chris Cannam |
Add overlooked fclose in error case
|
Thu, 31 Aug 2017 18:46:03 +0100 |
Chris Cannam |
Merge
|
Thu, 31 Aug 2017 18:45:17 +0100 |
Chris Cannam |
Avoid displaying negative zero
|
Thu, 20 Jul 2017 14:52:49 +0100 |
Chris Cannam |
Adjust rounding; fixes tests on 32-bit Linux test box. Also update one test. Next: recheck everywhere else.
|
Mon, 10 Jul 2017 14:23:19 +0100 |
Chris Cannam |
Merge from branch "scale-ticks"
|
Thu, 04 May 2017 19:20:24 +0100 |
Chris Cannam |
SVDEBUG, though it turns out not to be very useful
scale-ticks
|
Thu, 04 May 2017 15:37:43 +0100 |
Chris Cannam |
Rework log scale calculation, update to changed interface
scale-ticks
|
Thu, 04 May 2017 13:32:42 +0100 |
Chris Cannam |
We don't need to return the tick instruction gubbins
scale-ticks
|
Thu, 04 May 2017 13:19:57 +0100 |
Chris Cannam |
Another test, that needs some more work
scale-ticks
|
Thu, 04 May 2017 10:46:38 +0100 |
Chris Cannam |
After seeing them in action, I changed my mind about the wisdom of these trailing .0s
scale-ticks
|
Thu, 04 May 2017 10:14:56 +0100 |
Chris Cannam |
Add logarithmic ticks. This is getting complicated!
scale-ticks
|
Thu, 04 May 2017 08:53:00 +0100 |
Chris Cannam |
Tests now passing
scale-ticks
|
Thu, 04 May 2017 08:32:41 +0100 |
Chris Cannam |
Change loop to something that feels more correct, though it makes no difference to the tests here. More tests, one failing.
scale-ticks
|
Wed, 03 May 2017 18:26:26 +0100 |
Chris Cannam |
More tests & fixes
scale-ticks
|
Wed, 03 May 2017 18:06:48 +0100 |
Chris Cannam |
These tests now pass (in some cases by fixing the tests)
scale-ticks
|
Wed, 03 May 2017 18:01:25 +0100 |
Chris Cannam |
More fixes, more tests, including some more that now fail
scale-ticks
|
Wed, 03 May 2017 17:02:01 +0100 |
Chris Cannam |
These tests now pass, but there's still a lot to be done
scale-ticks
|
Wed, 03 May 2017 13:02:08 +0100 |
Chris Cannam |
Scale tick labeller, and tests (some failing so far)
scale-ticks
|
Tue, 07 Mar 2017 13:52:37 +0000 |
Chris Cannam |
Untabify!
|
Tue, 07 Mar 2017 13:27:53 +0000 |
Chris Cannam |
Change where the 32-bit memory calculation adjustment is carried out -- more transparent here
|
Tue, 07 Mar 2017 13:27:31 +0000 |
Chris Cannam |
More debug logging
|
Tue, 07 Mar 2017 11:48:44 +0000 |
Chris Cannam |
Debug output
|
Mon, 06 Mar 2017 17:37:23 +0000 |
Chris Cannam |
Fix some one-off memory leaks (including distracting ones in tests)
|
Mon, 06 Mar 2017 17:23:46 +0000 |
Chris Cannam |
Some bits and bobs to do with handling memory pressure
|
Mon, 06 Mar 2017 09:35:03 +0000 |
Chris Cannam |
More useful diagnostics for MIDI startup
|
Mon, 06 Mar 2017 09:34:29 +0000 |
Chris Cannam |
Avoid compiler warning for dummy build
|
Mon, 06 Mar 2017 09:34:09 +0000 |
Chris Cannam |
Support pre-5.4 Qt builds. Also, don't use SVDEBUG in here, because it depends on this class!
|
Sun, 05 Mar 2017 21:51:10 +0000 |
Chris Cannam |
Update RtMidi build to v2.1.1
|
Sun, 05 Mar 2017 17:16:04 +0000 |
Chris Cannam |
Debug output
|
Tue, 28 Feb 2017 15:10:50 +0000 |
Chris Cannam |
Fix equality comparison that caused test case failure on 32-bit build
|
Tue, 28 Feb 2017 14:04:16 +0000 |
Chris Cannam |
Add Range01 normalisation method to ColumnOp. This is the normalisation that is actually used in the Colour 3D Plot layer historically when column normalisation is enabled (not Max1 after all).
|
Tue, 28 Feb 2017 11:26:24 +0000 |
Chris Cannam |
Remove commented-out code
|
Tue, 28 Feb 2017 11:21:49 +0000 |
Chris Cannam |
LogRange tests
|
Mon, 27 Feb 2017 16:52:47 +0000 |
Chris Cannam |
Write aggregate models to .sv file when saving document. They still are not reloaded, but I think this is far as I'm prepared to go for 3.0.
|
Mon, 27 Feb 2017 15:44:14 +0000 |
Chris Cannam |
And say so
|
Mon, 27 Feb 2017 15:43:30 +0000 |
Chris Cannam |
Invalidate an aggregate model when one of its components announces it's about to be deleted
|
Mon, 27 Feb 2017 15:06:17 +0000 |
Chris Cannam |
Minor updates to demo script
|
Thu, 23 Feb 2017 17:05:26 +0000 |
Chris Cannam |
merge
|
Fri, 10 Feb 2017 14:49:45 +0000 |
Chris Cannam |
Update to match slightly changed Piper Vamp C++ API
|
Thu, 23 Feb 2017 09:22:56 +0000 |
Chris Cannam |
Debug notes, tidying
|
Wed, 22 Feb 2017 12:01:39 +0000 |
Chris Cannam |
Fix various "model deleted with no aboutToDelete notification" warnings (and one associated potential memory leak)
|
Wed, 22 Feb 2017 09:53:41 +0000 |
Chris Cannam |
Header required
|
Tue, 21 Feb 2017 21:10:15 +0000 |
Chris Cannam |
Merge
|