Fri, 05 Jul 2019 15:28:07 +0100 |
Chris Cannam |
Further review of ById: make IDs only available when adding a model to the ById store, not by querying the item directly. This means any id encountered in the wild must have been added to the store at some point (even if later released), which simplifies reasoning about lifecycles
by-id
|
Thu, 04 Jul 2019 18:04:21 +0100 |
Chris Cannam |
Overhaul PlayParameters bits
by-id
|
Mon, 26 Nov 2018 14:33:41 +0000 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
Thu, 18 Oct 2018 13:12:58 +0100 |
Chris Cannam |
Cautiously ensure we don't report readiness when the model is still updating; + some debug
|
Mon, 08 Oct 2018 13:39:40 +0100 |
Chris Cannam |
Messing with non-integer zoom ratios. But I don't think this is going anywhere as it stands
zoom-double
|
Mon, 17 Sep 2018 13:51:14 +0100 |
Chris Cannam |
Merge from default branch
zoom
|
Tue, 24 Apr 2018 14:13:51 +0100 |
Chris Cannam |
Some messing around with profiling
|
Thu, 01 Mar 2018 14:43:40 +0000 |
Chris Cannam |
Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
|
Tue, 07 Mar 2017 13:52:37 +0000 |
Chris Cannam |
Untabify!
|
Tue, 07 Mar 2017 13:27:31 +0000 |
Chris Cannam |
More debug logging
|
Tue, 13 Dec 2016 15:23:21 +0000 |
Chris Cannam |
Update to use bqvec allocator for float vectors
3.0-integration
|
Mon, 12 Dec 2016 15:18:52 +0000 |
Chris Cannam |
Some hackery toward having a zoomlevel type
zoom
|
Thu, 01 Dec 2016 17:45:40 +0000 |
Chris Cannam |
Add gapless preference to prefs dialog; much work on audio read tests
3.0-integration
|
Wed, 23 Nov 2016 10:34:30 +0000 |
Chris Cannam |
Trivial loop reordering for sequential index
3.0-integration
|
Wed, 19 Oct 2016 17:33:32 +0100 |
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
|
Tue, 18 Oct 2016 15:54:56 +0100 |
Chris Cannam |
MSVC build fixes
msvc2015_64
|
Fri, 22 Jan 2016 12:46:19 +0000 |
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
|
Fri, 22 Jan 2016 09:52:30 +0000 |
Chris Cannam |
Adjust locking when filling range cache in background thread, so as to spend less time waiting on locks
3.0-integration
|
Thu, 20 Aug 2015 13:15:19 +0100 |
Chris Cannam |
Merge from branch recording
3.0-integration
base
data/model/WaveFileModel.cpp@0e71fe95096d
|
Wed, 19 Aug 2015 17:03:31 +0100 |
Chris Cannam |
Make WritableWaveFileModel a true WaveFileModel (and ReadOnlyWaveFileModel the other sort of it). Enable recording from an empty session using that.
recording
base
data/model/WaveFileModel.cpp@e852d8280e63
|