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
|
2017-01-09 |
Chris Cannam |
Fix a strictly-incorrect #if guard
3.0-integration
|