2017-05-04 |
Chris Cannam |
We don't need to return the tick instruction gubbins
scale-ticks
|
2017-05-04 |
Chris Cannam |
Another test, that needs some more work
scale-ticks
|
2017-05-04 |
Chris Cannam |
After seeing them in action, I changed my mind about the wisdom of these trailing .0s
scale-ticks
|
2017-05-04 |
Chris Cannam |
Add logarithmic ticks. This is getting complicated!
scale-ticks
|
2017-05-04 |
Chris Cannam |
Tests now passing
scale-ticks
|
2017-05-04 |
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
|
2017-05-03 |
Chris Cannam |
More tests & fixes
scale-ticks
|
2017-05-03 |
Chris Cannam |
These tests now pass (in some cases by fixing the tests)
scale-ticks
|
2017-05-03 |
Chris Cannam |
More fixes, more tests, including some more that now fail
scale-ticks
|
2017-05-03 |
Chris Cannam |
These tests now pass, but there's still a lot to be done
scale-ticks
|
2017-05-03 |
Chris Cannam |
Scale tick labeller, and tests (some failing so far)
scale-ticks
|
2017-03-07 |
Chris Cannam |
Untabify!
|
2017-03-07 |
Chris Cannam |
Change where the 32-bit memory calculation adjustment is carried out -- more transparent here
|
2017-03-07 |
Chris Cannam |
More debug logging
|
2017-03-07 |
Chris Cannam |
Debug output
|
2017-03-06 |
Chris Cannam |
Fix some one-off memory leaks (including distracting ones in tests)
|
2017-03-06 |
Chris Cannam |
Some bits and bobs to do with handling memory pressure
|
2017-03-06 |
Chris Cannam |
More useful diagnostics for MIDI startup
|
2017-03-06 |
Chris Cannam |
Avoid compiler warning for dummy build
|
2017-03-06 |
Chris Cannam |
Support pre-5.4 Qt builds. Also, don't use SVDEBUG in here, because it depends on this class!
|
2017-03-05 |
Chris Cannam |
Update RtMidi build to v2.1.1
|
2017-03-05 |
Chris Cannam |
Debug output
|
2017-02-28 |
Chris Cannam |
Fix equality comparison that caused test case failure on 32-bit build
|
2017-02-28 |
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).
|
2017-02-28 |
Chris Cannam |
Remove commented-out code
|
2017-02-28 |
Chris Cannam |
LogRange tests
|
2017-02-27 |
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.
|
2017-02-27 |
Chris Cannam |
And say so
|
2017-02-27 |
Chris Cannam |
Invalidate an aggregate model when one of its components announces it's about to be deleted
|
2017-02-27 |
Chris Cannam |
Minor updates to demo script
|
2017-02-23 |
Chris Cannam |
merge
|
2017-02-10 |
Chris Cannam |
Update to match slightly changed Piper Vamp C++ API
|
2017-02-23 |
Chris Cannam |
Debug notes, tidying
|
2017-02-22 |
Chris Cannam |
Fix various "model deleted with no aboutToDelete notification" warnings (and one associated potential memory leak)
|
2017-02-22 |
Chris Cannam |
Header required
|
2017-02-21 |
Chris Cannam |
Merge
|
2017-02-21 |
Chris Cannam |
Fixes to usage of fdopen, avoiding double-close in particular
|
2017-02-21 |
Chris Cannam |
Fix some initialisers that are causing complaint from msvc (from double-to-float truncation)
|
2017-02-21 |
Chris Cannam |
Fix occasional off-by-one error in resampled audio file reader
|
2017-02-21 |
Chris Cannam |
Subrepo update
|
2017-02-10 |
Lucas Thompson |
Change setDesiredExtractor signature to take ServerDescription aggregate.
dev/refactor-piper-related
|
2017-02-10 |
Lucas Thompson |
Introduce some POD structs for describing an external server application and the desired libraries to load from it, and disambiguating between empty list request and invalid list request. This allows for overriding PiperVampPluginFactory behaviour for using a PluginScan to populate the list request.
dev/refactor-piper-related
|
2017-02-09 |
Lucas Thompson |
Invert control, injecting a server path on construction. Also add initializer_list constructor for multiple servers.
dev/refactor-piper-related
|
2017-02-07 |
Chris Cannam |
Some work to make spectrum layers (and slice layers generally) zoomable in the frequency axis. Also fixes a number of view id mixups in SliceLayer which broke offset calculations for the x axis scale.
|
2017-02-06 |
Chris Cannam |
Catch exception from initialise
|
2017-01-31 |
Chris Cannam |
Handle exceptions raised during plugin processing (as opposed to on init/configure, which were already handled)
|
2017-01-26 |
Chris Cannam |
Reduce amount of copying in FFTModel
|
2017-01-20 |
Chris Cannam |
Update piper-cpp to github repo, and adjust build for revised layout in it
|
2017-01-19 |
Chris Cannam |
Fix absurd typo that was preventing transforms from running at all!
|
2017-01-18 |
Chris Cannam |
Set abandoned flag when bailing out of run() because init failed at the start; then check that flag in awaitOutputModels() so as not to get stuck on a wait condition
|
2017-01-18 |
Chris Cannam |
Guard
|
2017-01-13 |
Chris Cannam |
Fix spurious test failure in 32-bit build
|
2017-01-13 |
Chris Cannam |
Merge from branch 3.0-integration
|
2017-01-12 |
Chris Cannam |
Fix (I think) crash on exit on Windows having loaded an mp3
3.0-integration
|
2017-01-10 |
Chris Cannam |
Fix compiler warning, remove some debug out
3.0-integration
|
2017-01-10 |
Chris Cannam |
When importing CSV, if the first line doesn't have a separator, continue to leave the separator indeterminate until we arrive at a line that does. Fixes inability to load correctly CSV files in which some lines have more columns than others
3.0-integration
|
2017-01-10 |
Chris Cannam |
Win32 fixes
3.0-integration
|
2017-01-10 |
Chris Cannam |
Some platforms don't use native Ogg/Vorbis libraries
3.0-integration
|
2017-01-10 |
Chris Cannam |
Use W64 instead of WAV for decoded files; use Ogg reader in preference to WAV one for Ogg files (WAV reader works, via libsndfile, but doesn't load metadata); fix Ogg reader to use QFile open instead of non-Win32-compatible API; add more encoder tests, audio writer test, midi reader test
3.0-integration
|
2017-01-09 |
Chris Cannam |
Remove unneeded debug
3.0-integration
|