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-10-12 |
Chris Cannam |
Fix lock contention in FFTapi
3.0-integration
|
2015-10-12 |
Chris Cannam |
Fix lock contention in FFTapi
tony-2.0-integration
|
2015-10-12 |
Chris Cannam |
Merge from the default branch
tony-2.0-integration
|
2015-09-01 |
Chris Cannam |
Add mandatory option --json-format to JSON feature writer, in preparation for supporting multiple JSON formats (perhaps) in future
|
2015-09-01 |
Chris Cannam |
Simple MIDI writer test
|
2015-08-20 |
Chris Cannam |
Back out Matthias's e22bfe8ca248 in the hope that my (earlier but on a different branch, and now merged) fix 882d448c8a6d will do the right thing
tony-2.0-integration
|
2015-08-20 |
Chris Cannam |
Merge through to branch for Tony 2.0
tony-2.0-integration
|
2015-08-20 |
Chris Cannam |
Merge from default branch
3.0-integration
|
2015-08-20 |
Chris Cannam |
Merge from branch recording
3.0-integration
|
2015-08-20 |
Chris Cannam |
Fix reloading session with recorded audio
recording
|
2015-08-19 |
Chris Cannam |
Make WritableWaveFileModel a true WaveFileModel (and ReadOnlyWaveFileModel the other sort of it). Enable recording from an empty session using that.
recording
|
2015-08-19 |
Chris Cannam |
Remove unused dependency on Rubber Band
|
2015-08-19 |
Chris Cannam |
svcore should not depend on rubberband
|
2015-08-14 |
Matthias Mauch |
fixes the problem that the last note was not exported to csv
tonioni
|
2015-08-04 |
Chris Cannam |
Merge from branch bqaudioio
3.0-integration
|
2015-08-04 |
Chris Cannam |
Initial work toward switching to bqaudioio library (so as to get I/O, not just O)
bqaudioio
|
2015-08-04 |
Chris Cannam |
Necessary include
3.0-integration
|
2015-07-14 |
alo |
removed imaf sliders
imaf_enc
|
2015-07-07 |
Chris Cannam |
Merge from default branch
3.0-integration
|
2015-07-03 |
Chris Cannam |
Fix assignment of values to regions on import, in case where region model contains duplicate points
|
2015-07-01 |
Chris Cannam |
Merge from branch simple-fft-model
3.0-integration
|
2015-01-07 |
Chris Cannam |
Merge from default branch
simple-fft-model
|
2015-07-01 |
Chris Cannam |
Fix a number of warnings in the 32-bit build
|
2015-07-01 |
Chris Cannam |
Merge from branch simple-fft-model
3.0-integration
|
2015-06-30 |
Chris Cannam |
Merge
simple-fft-model
|
2015-06-30 |
Chris Cannam |
Build fix
simple-fft-model
|
2015-06-26 |
Chris Cannam |
Merge from branch normalize_hybrid_option
3.0-integration
|
2015-06-26 |
Chris Cannam |
Merge from branch simple-fft-model
3.0-integration
|
2015-06-16 |
Chris Cannam |
Two-channel test
simple-fft-model
|
2015-06-16 |
Chris Cannam |
Fix a cache-related dumbitude
simple-fft-model
|
2015-06-15 |
Chris Cannam |
Raise this maximum, so longer files can be shown in the overview pane
simple-fft-model
|
2015-06-15 |
Chris Cannam |
Use in-memory cache for WAV files as well, if appropriate
simple-fft-model
|
2015-06-15 |
Chris Cannam |
Smooth signal flow through from file to fft model
simple-fft-model
|
2015-06-15 |
Chris Cannam |
More tests
simple-fft-model
|
2015-06-15 |
Chris Cannam |
Store temporary audio files in memory if we have plenty of it
simple-fft-model
|
2015-06-15 |
Chris Cannam |
Tidy
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
|
2015-06-12 |
Chris Cannam |
Make a small cache of recently-used columns
simple-fft-model
|
2015-06-12 |
Chris Cannam |
Normalization function
simple-fft-model
|
2015-06-12 |
Chris Cannam |
Simplest naive FFTModel implementation (+ fill in tests)
simple-fft-model
|
2015-06-12 |
Chris Cannam |
Gut the old code, but don't replace it yet (so nothing will link yet)
simple-fft-model
|
2015-06-12 |
Chris Cannam |
More tests
simple-fft-model
|
2015-06-12 |
Chris Cannam |
Start making the FFT model tests into proper tests
|
2015-06-11 |
Chris Cannam |
Tidy
|
2015-06-10 |
Chris Cannam |
Tidy dense time-value model API a bit; add first simple unit test for FFT model
|
2015-06-10 |
Chris Cannam |
Remove some obsolete unused files
|
2015-06-10 |
Chris Cannam |
Fix overflow in width calculation
|
2015-06-10 |
Chris Cannam |
Merge
|
2015-06-10 |
Chris Cannam |
Merge
|
2015-06-10 |
Chris Cannam |
Do not attempt to switch from read-only to read-write mode if an error is pending (may cause mutex deadlock)
|
2015-06-10 |
Chris Cannam |
Tighten up error handling
|
2015-06-10 |
Chris Cannam |
Emit a signal if transform fails
|
2015-06-10 |
Chris Cannam |
Fail upfront if the file is going to be too large. We expect the caller to split up large data sets into several MatrixFiles
|