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
|
Wed, 26 Jun 2019 17:25:20 +0100 |
Chris Cannam |
More work on transformers
by-id
|
Mon, 18 Mar 2019 14:17:20 +0000 |
Chris Cannam |
Introduce deferred notifier, + start converting sparse time-value model (perhaps we should rename it too)
single-point
|
Mon, 26 Nov 2018 14:33:41 +0000 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
Mon, 13 Aug 2018 15:25:32 +0100 |
Chris Cannam |
Avoid crashing if an effects plugin can't be instantiated and so the output vector is empty in the transformer's run() method
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
Tue, 13 Oct 2015 14:26:40 +0100 |
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
|
Mon, 15 Jun 2015 12:19:47 +0100 |
Chris Cannam |
Rework audio file reader API to prefer using std containers
simple-fft-model
|
Wed, 10 Jun 2015 17:06:02 +0100 |
Chris Cannam |
Tidy dense time-value model API a bit; add first simple unit test for FFT model
|
Wed, 04 Mar 2015 12:01:04 +0000 |
Chris Cannam |
Introduce and use a samplerate type
cxx11
|
Tue, 03 Mar 2015 17:09:19 +0000 |
Chris Cannam |
This code now compiles. Main problem: sample rate types
cxx11
|
Wed, 03 Sep 2014 11:26:21 +0100 |
Chris Cannam |
Fix some potential null derefs (from coverity scan)
|
Tue, 17 Jun 2014 14:49:49 +0100 |
Chris Cannam |
More size_t evisceration and warning fixes
warnfix_no_size_t
|
Mon, 02 Dec 2013 12:29:09 +0000 |
Chris Cannam |
Update the rest of the transforms stuff, so now it builds and runs again
tonioni_multi_transform
|
Mon, 02 Dec 2013 11:17:24 +0000 |
Chris Cannam |
More on multi-transform stuff
tonioni_multi_transform
|
Tue, 26 Nov 2013 13:35:08 +0000 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
Tue, 14 Jun 2011 15:26:52 +0100 |
Chris Cannam |
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
|
Tue, 14 Jun 2011 14:47:59 +0100 |
Chris Cannam |
Merge from debug-output branch
|
Mon, 16 May 2011 17:19:09 +0100 |
Chris Cannam |
Convert many cerrs to DEBUGs
debug-output
|
Thu, 12 May 2011 17:31:24 +0100 |
Chris Cannam |
Remove most toStdString calls (no longer needed, with debug header)
debug-output
|
Wed, 11 May 2011 11:04:02 +0100 |
Chris Cannam |
Avoid crash when generating/processing a very short file
|
Fri, 28 Nov 2008 13:36:13 +0000 |
Chris Cannam |
Various fixes:
|
Wed, 18 Jun 2008 13:40:10 +0000 |
Chris Cannam |
* Fix crash when running Generator
|
Wed, 11 Jun 2008 12:53:20 +0000 |
Chris Cannam |
* Wait for input to be ready before running real-time effect -- even if
|
Mon, 09 Jun 2008 09:41:58 +0000 |
Chris Cannam |
* Fix crash (always) when running any Effects Data transform
|
Wed, 12 Mar 2008 18:02:17 +0000 |
Chris Cannam |
* Move plugin/transform to plain transform. This way transform can depend on
base
plugin/transform/RealTimeEffectModelTransformer.cpp@d83c578c021d
|