Sat, 08 Sep 2018 20:53:48 +0100 |
Chris Cannam |
Pull allocation/deallocation out of the inner loop
import-audio-data
|
Sat, 08 Sep 2018 20:43:14 +0100 |
Chris Cannam |
Handle sample range specification for CSV import
import-audio-data
|
Fri, 07 Sep 2018 18:12:20 +0100 |
Chris Cannam |
Accessors + overlooked initialiser
import-audio-data
|
Fri, 07 Sep 2018 16:55:29 +0100 |
Chris Cannam |
Add sample-range support to CSVFormat
import-audio-data
|
Fri, 07 Sep 2018 16:13:48 +0100 |
Chris Cannam |
Comments
import-audio-data
|
Fri, 07 Sep 2018 16:13:21 +0100 |
Chris Cannam |
Add normalisation option
import-audio-data
|
Thu, 06 Sep 2018 16:26:19 +0100 |
Chris Cannam |
Add small, signed
import-audio-data
|
Thu, 06 Sep 2018 11:49:00 +0100 |
Chris Cannam |
Add quicker accessor for numeric status
import-audio-data
|
Wed, 05 Sep 2018 11:56:45 +0100 |
Chris Cannam |
Debug etc
import-audio-data
|
Wed, 05 Sep 2018 11:56:39 +0100 |
Chris Cannam |
Don't try to continue after what should have been a terminal problem
import-audio-data
|
Tue, 04 Sep 2018 14:11:10 +0100 |
Chris Cannam |
Catch failure to create model, e.g. because 0 channels for wave-file model
import-audio-data
|
Tue, 04 Sep 2018 13:19:20 +0100 |
Chris Cannam |
Merge from default branch
import-audio-data
|
Tue, 04 Sep 2018 11:31:35 +0100 |
Chris Cannam |
Merge from branch avoid-pointer-keys
|
Mon, 03 Sep 2018 16:15:03 +0100 |
Chris Cannam |
Wording change
|
Mon, 03 Sep 2018 16:14:56 +0100 |
Chris Cannam |
Avoid using sv debug classes before app name set
|
Fri, 31 Aug 2018 15:15:31 +0100 |
Chris Cannam |
Merge from branch checker_errorcode
|
Thu, 30 Aug 2018 12:59:16 +0100 |
Chris Cannam |
Avoid reporting failure when everything in fact succeeded!
checker_errorcode
|
Wed, 29 Aug 2018 17:42:06 +0100 |
Chris Cannam |
Use error codes from checker to format our own translatable error report
checker_errorcode
|
Mon, 13 Aug 2018 16:45:29 +0100 |
Chris Cannam |
Provide model id
avoid-pointer-keys
|
Mon, 13 Aug 2018 15:37:41 +0100 |
Chris Cannam |
Merge
|
Mon, 13 Aug 2018 15:37:31 +0100 |
Chris Cannam |
Tidy up debug output
|
Mon, 13 Aug 2018 15:37:16 +0100 |
Chris Cannam |
Fix incorrect path variable!
|
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
|
Mon, 13 Aug 2018 11:43:38 +0100 |
Chris Cannam |
Couple of include guards
|
Thu, 09 Aug 2018 16:45:17 +0100 |
Chris Cannam |
Remove some debug output
|
Fri, 29 Jun 2018 13:52:36 +0100 |
Chris Cannam |
Call updateModel as well
import-audio-data
|
Fri, 29 Jun 2018 13:45:33 +0100 |
Chris Cannam |
Ensure first progress update happens at start
import-audio-data
|
Fri, 29 Jun 2018 13:44:53 +0100 |
Chris Cannam |
Support progress reporter for data file loads
import-audio-data
|
Thu, 28 Jun 2018 15:52:30 +0100 |
Chris Cannam |
Correct channel indexing
import-audio-data
|
Thu, 28 Jun 2018 15:44:31 +0100 |
Chris Cannam |
Call writeComplete on wave file model
import-audio-data
|
Thu, 28 Jun 2018 14:49:46 +0100 |
Chris Cannam |
Add wave model as possible target for CSV import
import-audio-data
|
Mon, 25 Jun 2018 14:12:27 +0100 |
Chris Cannam |
Round the zero-point value -- won't make a difference for longer fader widgets, but it's convenient for the level-pan widget when we have 0-10 and want zero at 8 rather than 7
|
Thu, 21 Jun 2018 15:37:27 +0100 |
Chris Cannam |
Some SVCERRs
|
Tue, 12 Jun 2018 11:19:40 +0100 |
Chris Cannam |
Fix DOS line endings
|
Tue, 12 Jun 2018 11:18:07 +0100 |
Chris Cannam |
Fix for older Qt version
|
Mon, 11 Jun 2018 14:40:09 +0100 |
Chris Cannam |
Merge from branch plugin-path-config
|
Mon, 11 Jun 2018 11:34:11 +0100 |
Chris Cannam |
Record path associated with first helper found for a plugin, not last (so native helper in preference to 32-bit helper). Also more debug output
plugin-path-config
|
Fri, 08 Jun 2018 14:30:33 +0100 |
Chris Cannam |
Switch to using KnownPlugins as the info source
plugin-path-config
|
Fri, 08 Jun 2018 11:27:40 +0100 |
Chris Cannam |
Environment variable lookup fixes, & use this implementation throughout
plugin-path-config
|
Thu, 07 Jun 2018 16:49:09 +0100 |
Chris Cannam |
Smaller test!
plugin-path-config
|
Thu, 07 Jun 2018 16:40:28 +0100 |
Chris Cannam |
Get an expected value
plugin-path-config
|
Thu, 07 Jun 2018 16:39:58 +0100 |
Chris Cannam |
Setenv is nicer here
plugin-path-config
|
Thu, 07 Jun 2018 16:18:42 +0100 |
Chris Cannam |
Environment var tests (beginnings of)
plugin-path-config
|
Thu, 07 Jun 2018 15:35:04 +0100 |
Chris Cannam |
Add provisional utf-8 getenv/putenv implementations
plugin-path-config
|
Wed, 06 Jun 2018 15:55:34 +0100 |
Chris Cannam |
Update for checker API change
plugin-path-config
|
Mon, 04 Jun 2018 15:43:27 +0100 |
Chris Cannam |
Provide means of getting the initial environment values
plugin-path-config
|
Fri, 25 May 2018 16:04:42 +0100 |
Chris Cannam |
Add class to get/set/remember the plugin path for each plugin type
plugin-path-config
|
Thu, 24 May 2018 16:30:55 +0100 |
Chris Cannam |
Avoid compiler warning
|
Thu, 17 May 2018 14:25:58 +0100 |
Chris Cannam |
Remove debug again
|
Thu, 17 May 2018 12:07:21 +0100 |
Chris Cannam |
Ha!
|
Thu, 17 May 2018 11:33:33 +0100 |
Chris Cannam |
Commit some extra debug, trying to narrow down Travis failure case
|
Wed, 16 May 2018 15:47:16 +0100 |
Chris Cannam |
Make all eps the same (hoping to fix the test that only fails in Travis)
|
Tue, 15 May 2018 15:50:40 +0100 |
Chris Cannam |
Restore m_extendTo, which is needed for Tony
|
Tue, 15 May 2018 11:03:49 +0100 |
Chris Cannam |
Fix some compiler warnings
|
Fri, 11 May 2018 14:11:04 +0100 |
Chris Cannam |
Add getPluginLibraryPath throughout, in order to provide diagnostic about which plugins were loaded from where
|
Thu, 10 May 2018 10:12:13 +0100 |
Chris Cannam |
Tidy up rounding + tests
|
Fri, 04 May 2018 14:05:41 +0100 |
Chris Cannam |
Round very close-to-zero values to zero - makes tests pass on this 32-bit machine
|
Thu, 03 May 2018 15:24:06 +0100 |
Chris Cannam |
Merge from branch horizontal-scale
|
Wed, 02 May 2018 15:42:36 +0100 |
Chris Cannam |
Simpler & more consistent log scale tick calculation
horizontal-scale
|
Wed, 02 May 2018 14:17:10 +0100 |
Chris Cannam |
Fixes to logarithmic scale tick intervals. The approach here is not right, though -- and I've left in a failing test or two to remind me of that
horizontal-scale
|