log

age author description
Thu, 16 May 2019 12:47:35 +0100 Chris Cannam C++ compiler in Travis Xenial image doesn't seem to like this with nullptr
Thu, 16 May 2019 11:07:47 +0100 Chris Cannam Merge from default branch single-point
Wed, 15 May 2019 17:51:43 +0100 Chris Cannam Add error field to alignment model single-point
Mon, 13 May 2019 15:43:23 +0100 Chris Cannam Associate a label with each recent files entry, as well as the identifier (filename) single-point
Thu, 09 May 2019 16:01:04 +0100 Chris Cannam Add haveRunningTransformers() and mutex single-point
Tue, 07 May 2019 15:54:15 +0100 Chris Cannam Ensure test fails rather than crashing if this reader doesn't get created
Tue, 07 May 2019 15:52:12 +0100 Chris Cannam The editable dense 3d model uses ready/completion status differently from the new implementation it was inheriting from the base class - it is always "ready" even if not yet complete single-point
Fri, 03 May 2019 15:02:09 +0100 Chris Cannam Ensure test fails rather than crashing if this reader doesn't get created single-point
Fri, 03 May 2019 13:44:45 +0100 Chris Cannam Merge from default branch single-point
Fri, 03 May 2019 13:33:53 +0100 Chris Cannam Add tests for audio file readers presented with empty or nonsense input
Wed, 01 May 2019 21:39:37 +0100 Chris Cannam Windows build fixes single-point
Wed, 01 May 2019 11:45:28 +0100 Chris Cannam Ensure a self-alignment is always reported as complete, since there is nothing to calculate single-point
Thu, 25 Apr 2019 17:06:33 +0100 Chris Cannam More compiler warning fixes single-point
Thu, 25 Apr 2019 15:55:51 +0100 Chris Cannam Also look for helpers in Resources folder on the Mac single-point
Thu, 25 Apr 2019 11:30:51 +0100 Chris Cannam Merge single-point
Thu, 25 Apr 2019 11:30:38 +0100 Chris Cannam Fix some compiler warnings single-point
Wed, 24 Apr 2019 11:44:32 +0100 Chris Cannam Merge from default branch single-point
Tue, 23 Apr 2019 16:17:13 +0100 Chris Cannam Add function to request multiple filenames
Fri, 05 Apr 2019 13:40:08 +0100 Chris Cannam Build fix for older Qt single-point
Thu, 04 Apr 2019 11:15:43 +0100 Chris Cannam Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead
Thu, 04 Apr 2019 14:10:57 +0100 Chris Cannam Think we may need this header with some compilers single-point
Thu, 04 Apr 2019 11:15:43 +0100 Chris Cannam Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead single-point
Wed, 03 Apr 2019 16:19:20 +0100 Chris Cannam Update tests for most recent changes single-point
Wed, 03 Apr 2019 16:04:03 +0100 Chris Cannam m_haveExtents should be true when extents are set explicitly, otherwise they'll get overridden when a point is added single-point
Wed, 03 Apr 2019 16:03:39 +0100 Chris Cannam Start ids at 0 - backward-compatibility makes testing easier single-point
Wed, 03 Apr 2019 16:03:18 +0100 Chris Cannam Restore always-on export of label even if empty - backward compatibility makes testing easier single-point
Fri, 29 Mar 2019 19:16:43 +0000 Chris Cannam Quick test with a peculiar transform size. I'm puzzled as to why we have 7 columns and not 6 single-point
Fri, 29 Mar 2019 19:16:11 +0000 Chris Cannam Fix error message which says the opposite of the truth single-point
Thu, 28 Mar 2019 16:03:36 +0000 Chris Cannam Re-add the toDelimitedDataString stuff single-point
Thu, 28 Mar 2019 13:37:09 +0000 Chris Cannam Make it possible to start queue without port (even when compiled in) single-point
Thu, 28 Mar 2019 11:55:02 +0000 Chris Cannam Make XmlExportables store their export IDs and always obtain a new one, avoiding reuse when an object is allocated at the same heap location as a previous one. This makes the ID system stable enough to be used in the export tests. single-point
Thu, 28 Mar 2019 10:39:24 +0000 Chris Cannam Merge from branch osc-script single-point
Thu, 28 Mar 2019 10:39:02 +0000 Chris Cannam Write path points osc-script
Wed, 27 Mar 2019 16:06:35 +0000 Chris Cannam Ensure image & text models get the proper attribute names (which are not the same as the default event ones) osc-script
Wed, 27 Mar 2019 14:15:21 +0000 Chris Cannam Merge from branch single-point osc-script
Wed, 27 Mar 2019 14:13:32 +0000 Chris Cannam Remove no-longer-used model base classes single-point
Wed, 27 Mar 2019 13:15:16 +0000 Chris Cannam Rework isReady()/getCompletion() on models. Previously the new overhauled models were implementing getCompletion() but inheriting a version of isReady() (from the Model base) that didn't call it, referring only to isOK(). So they were reporting completion as soon as they had begun. Instead hoist getCompletion() to abstract base and call it from Model::isReady(). single-point
Wed, 27 Mar 2019 11:26:22 +0000 Chris Cannam Add getPointCount, used in debug mode by AlignmentModel single-point
Wed, 27 Mar 2019 11:26:06 +0000 Chris Cannam Remove COMPLETION_UNKNOWN, which is never used (and never handled) single-point
Tue, 26 Mar 2019 14:34:21 +0000 Chris Cannam A bit more debug output osc-script
Tue, 26 Mar 2019 14:31:42 +0000 Chris Cannam Fix typo osc-script
Tue, 26 Mar 2019 14:30:14 +0000 Chris Cannam Debug output osc-script
Tue, 26 Mar 2019 14:28:58 +0000 Chris Cannam Debug output osc-script
Mon, 25 Mar 2019 15:48:16 +0000 Chris Cannam Toward running an OSC script in batch osc-script
Fri, 22 Mar 2019 17:49:10 +0000 Chris Cannam Update ImageModel single-point
Fri, 22 Mar 2019 13:32:09 +0000 Chris Cannam Update PathModel - doesn't use new EventSeries, but doesn't use SparseModel either - it's simpler than that single-point
Fri, 22 Mar 2019 11:04:51 +0000 Chris Cannam Update TextModel single-point
Thu, 21 Mar 2019 13:33:30 +0000 Chris Cannam We do need haveTextLabels; restore it single-point
Thu, 21 Mar 2019 11:35:30 +0000 Chris Cannam Work on start/end frame stuff to match API description single-point
Wed, 20 Mar 2019 16:22:13 +0000 Chris Cannam Start updating SparseOneDimensionalModel single-point
Wed, 20 Mar 2019 15:45:52 +0000 Chris Cannam Forward the matching-event functions single-point
Wed, 20 Mar 2019 14:58:56 +0000 Chris Cannam Test & fixes for getEventsStartingAt single-point
Wed, 20 Mar 2019 11:14:36 +0000 Chris Cannam Fixes: completion should default to 100 (it never gets set if we aren't a transform target); events added to time-value model should be denied durations; forward the overspill and matching search functions single-point
Wed, 20 Mar 2019 11:12:54 +0000 Chris Cannam Add overspill to events-within search single-point
Tue, 19 Mar 2019 14:24:05 +0000 Chris Cannam Add nearest-event-matching search single-point
Tue, 19 Mar 2019 13:05:56 +0000 Chris Cannam Update Labeller to new event API + fewer magical side-effects single-point
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, 18 Mar 2019 09:37:46 +0000 Chris Cannam Make MagnitudeRange generic, in the form of Extents single-point
Fri, 15 Mar 2019 14:23:50 +0000 Chris Cannam Update RegionModel following NoteModel, er, model. They have quite a bit in common that we should now pull out some of single-point
Fri, 15 Mar 2019 10:57:35 +0000 Chris Cannam Switch to a single external set of commands for modifying editables with events single-point
Thu, 14 Mar 2019 15:31:59 +0000 Chris Cannam Rework NoteModel commands (not entirely successfully); remove FlexiNoteModel as it has always been almost entirely identical to NoteModel (unlike its layer counterpart) single-point
Thu, 14 Mar 2019 13:11:47 +0000 Chris Cannam Command tweaks, including executing it! single-point
Thu, 14 Mar 2019 13:11:30 +0000 Chris Cannam Add getDuratioN single-point
Wed, 13 Mar 2019 16:00:13 +0000 Chris Cannam Further API updates single-point
Wed, 13 Mar 2019 14:50:10 +0000 Chris Cannam Update NoteModel to use EventSeries. This is incomplete and won't provide enough to update svgui for it yet; must also refactor to avoid duplication of nasty APIs when updating the rest of the models single-point
Wed, 13 Mar 2019 14:46:54 +0000 Chris Cannam Fix compiler warning single-point
Wed, 13 Mar 2019 14:46:40 +0000 Chris Cannam Fix XML single-point
Wed, 13 Mar 2019 11:54:13 +0000 Chris Cannam Add and test getEndFrame (and getStartFrame) single-point
Wed, 13 Mar 2019 10:55:24 +0000 Chris Cannam Test getEventsStartingWithin (briefly) single-point
Wed, 13 Mar 2019 10:55:02 +0000 Chris Cannam Add getEventsStartingWithin single-point
Wed, 13 Mar 2019 10:54:42 +0000 Chris Cannam Make const single-point
Wed, 13 Mar 2019 10:01:14 +0000 Chris Cannam Add getEventsWithin single-point
Wed, 13 Mar 2019 10:01:02 +0000 Chris Cannam Add getEventsWithin single-point
Wed, 13 Mar 2019 10:00:49 +0000 Chris Cannam Always return consistent defaults for absent elements single-point
Tue, 12 Mar 2019 14:56:31 +0000 Chris Cannam Further test & fixes single-point
Tue, 12 Mar 2019 14:52:11 +0000 Chris Cannam Add some more handy methods single-point
Tue, 12 Mar 2019 14:14:00 +0000 Chris Cannam Switch EventSeries to using a vector for m_events, so as to allow indexed access single-point
Tue, 12 Mar 2019 14:11:06 +0000 Chris Cannam Add operator!= single-point
Mon, 11 Mar 2019 15:22:32 +0000 Chris Cannam Add toDelimitedDataString; also requires reinstating m_haveDuration single-point
Mon, 11 Mar 2019 14:59:11 +0000 Chris Cannam Another timing note single-point
Mon, 11 Mar 2019 14:49:13 +0000 Chris Cannam Seems we can do just as well with a vector of events themselves single-point
Mon, 11 Mar 2019 13:44:35 +0000 Chris Cannam Experiment with storing vectors of event ids in seam map for compactness single-point
Mon, 11 Mar 2019 11:25:17 +0000 Chris Cannam That last change didn't seem worthwhile single-point
Mon, 11 Mar 2019 11:17:30 +0000 Chris Cannam Try out Qt containers single-point
Mon, 11 Mar 2019 11:17:18 +0000 Chris Cannam Permit hashing single-point
Mon, 11 Mar 2019 09:53:28 +0000 Chris Cannam Add (disabled by default) stress test for EventSeries single-point
Fri, 08 Mar 2019 13:37:08 +0000 Chris Cannam Merge single-point
Fri, 08 Mar 2019 13:36:53 +0000 Chris Cannam Add this method back again; it is useful single-point
Fri, 08 Mar 2019 12:59:32 +0000 Chris Cannam Further tests single-point
Fri, 08 Mar 2019 11:54:35 +0000 Chris Cannam Performance notes single-point
Fri, 08 Mar 2019 11:15:59 +0000 Chris Cannam Minor tweaks, comments, span tests single-point
Fri, 08 Mar 2019 10:16:12 +0000 Chris Cannam Rework EventSeries to explicitly store counts of events (+ add comments explaining, among other things, why) single-point
Thu, 07 Mar 2019 15:44:09 +0000 Chris Cannam Rename a number of classes and methods (including Point -> Event); comments single-point
Thu, 07 Mar 2019 14:35:57 +0000 Chris Cannam Fixes and tests for PointSeries single-point
Wed, 06 Mar 2019 16:37:10 +0000 Chris Cannam Fix compiler warning single-point
Wed, 06 Mar 2019 16:24:23 +0000 Chris Cannam Start implementing & testing PointSeries single-point
Tue, 05 Mar 2019 15:15:11 +0000 Chris Cannam Pull out the Point class, plus start testing NoteModel, plus actually add the tests... single-point
Tue, 05 Mar 2019 14:18:37 +0000 Chris Cannam Bitfield + reorder for packing single-point
Tue, 05 Mar 2019 13:21:55 +0000 Chris Cannam Start some sparse model tests single-point
Wed, 27 Feb 2019 12:31:12 +0000 Chris Cannam Fix compiler warnings
Mon, 18 Feb 2019 11:37:41 +0000 Chris Cannam Try to avoid interference with QtTest's own arg handling
Tue, 12 Feb 2019 15:10:30 +0000 Chris Cannam Fix encoding that Mac fs rejects
Wed, 30 Jan 2019 14:57:12 +0000 Chris Cannam Merge from branch bqaudiostream
Wed, 30 Jan 2019 14:56:23 +0000 Chris Cannam Be a tiny bit discriminating about content types! bqaudiostream
Wed, 30 Jan 2019 14:30:49 +0000 Chris Cannam WMA test cases bqaudiostream
Wed, 30 Jan 2019 11:00:54 +0000 Chris Cannam Merge bqaudiostream
Wed, 30 Jan 2019 11:00:45 +0000 Chris Cannam Fix incorrect number formatting results for 32-bit MinGW build bqaudiostream
Thu, 24 Jan 2019 15:09:00 +0000 Chris Cannam Fix compile error when checker not enabled bqaudiostream
Wed, 23 Jan 2019 14:43:43 +0000 Chris Cannam Merge from default branch bqaudiostream
Wed, 23 Jan 2019 10:31:40 +0000 Chris Cannam Adjust limits for Opus test bqaudiostream
Wed, 23 Jan 2019 10:31:30 +0000 Chris Cannam Avoid compiler warning bqaudiostream
Tue, 22 Jan 2019 20:07:46 +0000 Chris Cannam Argh, that fix for Mac broke Win bqaudiostream
Tue, 22 Jan 2019 20:07:19 +0000 Chris Cannam Some logging bqaudiostream
Tue, 22 Jan 2019 16:27:14 +0000 Chris Cannam Add Opus tests bqaudiostream
Mon, 21 Jan 2019 15:49:04 +0000 Chris Cannam QDir::entryList on Mac ignores all of our files with non-ASCII filenames, I think because of variant normalisations (https://bugreports.qt.io/browse/QTBUG-70732). Hard code the file list instead. bqaudiostream
Mon, 21 Jan 2019 13:16:17 +0000 Chris Cannam Implement title/maker in wav readers; extra handling of supported-ness for file types bqaudiostream
Mon, 21 Jan 2019 11:45:51 +0000 Chris Cannam Add flac metadata example bqaudiostream
Thu, 17 Jan 2019 17:30:09 +0000 Chris Cannam Merge bqaudiostream
Thu, 17 Jan 2019 17:29:48 +0000 Chris Cannam Add M4A file with non-ascii metadata bqaudiostream
Thu, 17 Jan 2019 15:08:38 +0000 Chris Cannam We should now be able to get these from Ogg files, though this might not be working yet... bqaudiostream
Tue, 15 Jan 2019 16:43:23 +0000 Chris Cannam Request metadata from bq audio stream bqaudiostream
Wed, 09 Jan 2019 15:24:38 +0000 Chris Cannam Merge from branch fix-static-analysis
Wed, 09 Jan 2019 14:39:50 +0000 Chris Cannam Add mechanism to retrieve the set of plausible separators found in CSV-like file when guessing its format
Thu, 06 Dec 2018 13:37:00 +0000 Chris Cannam Fix some warnings bqaudiostream
Thu, 06 Dec 2018 12:50:28 +0000 Chris Cannam Start wiring in BQAudioStream stuff bqaudiostream
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Mon, 26 Nov 2018 13:51:36 +0000 Chris Cannam Header guards fix-static-analysis
Mon, 26 Nov 2018 13:48:45 +0000 Chris Cannam Use override throughout fix-static-analysis
Thu, 22 Nov 2018 14:55:18 +0000 Chris Cannam Fixes from clang modernize-use-override fix-static-analysis
Wed, 14 Nov 2018 15:46:35 +0000 Chris Cannam Remove oversampling from prefs, now that it's in the spectrogram layer properties
Wed, 14 Nov 2018 14:21:53 +0000 Chris Cannam Merge from branch spectrogramparam
Tue, 13 Nov 2018 13:29:37 +0000 Chris Cannam Further adjustments to peak picking, to try to avoid a surfeit of peaks in the higher frequencies spectrogramparam
Mon, 12 Nov 2018 14:48:15 +0000 Chris Cannam Slightly simplify median-window size calculation - but this is not the best way to do this for spectrum views, need to reconsider spectrogramparam
Fri, 09 Nov 2018 15:22:01 +0000 Chris Cannam Fix win32 build annoyances spectrogramparam
Thu, 08 Nov 2018 15:02:30 +0000 Chris Cannam Introduce & make use of faster MovingMedian class (now with resize capability) spectrogramparam
Thu, 08 Nov 2018 14:39:34 +0000 Chris Cannam Fix usage of setlocale spectrogramparam
Thu, 08 Nov 2018 12:56:03 +0000 Chris Cannam A little faster as vector spectrogramparam
Wed, 07 Nov 2018 15:46:36 +0000 Chris Cannam Eliminate code entirely in release builds
Wed, 07 Nov 2018 15:46:20 +0000 Chris Cannam Comment
Wed, 07 Nov 2018 15:46:10 +0000 Chris Cannam Avoid compiler warning
Wed, 07 Nov 2018 11:47:24 +0000 Chris Cannam Properly align window with signal, in oversampled case
Tue, 06 Nov 2018 11:12:58 +0000 Chris Cannam Merge from branch zoom
Tue, 06 Nov 2018 10:53:28 +0000 Chris Cannam Remove unnecessary include zoom
Tue, 06 Nov 2018 08:58:57 +0000 Chris Cannam Merge from default branch zoom
Fri, 02 Nov 2018 14:41:00 +0000 Chris Cannam Merge
Fri, 02 Nov 2018 14:40:44 +0000 Chris Cannam Handle security errors, format slightly differently for message box
Thu, 01 Nov 2018 15:01:41 +0000 Chris Cannam Debug bits
Thu, 01 Nov 2018 15:01:32 +0000 Chris Cannam When a path is set explicitly, it is complete
Thu, 01 Nov 2018 14:06:38 +0000 Chris Cannam Check server minimum version
Thu, 18 Oct 2018 13:14:56 +0100 Chris Cannam Some debug + tidying
Thu, 18 Oct 2018 13:12:58 +0100 Chris Cannam Cautiously ensure we don't report readiness when the model is still updating; + some debug
Thu, 18 Oct 2018 13:09:09 +0100 Chris Cannam Debug
Fri, 12 Oct 2018 11:00:14 +0100 Chris Cannam Win32 fix
Fri, 12 Oct 2018 11:00:01 +0100 Chris Cannam Datestamp debug log
Thu, 11 Oct 2018 13:08:21 +0100 Chris Cannam Use bqvec barrier
Wed, 10 Oct 2018 14:32:34 +0100 Chris Cannam Introduce RelativelyFineZoomConstraint, which encodes more-or-less the scheme that was already used for the horizontal thumbwheel in the pane (which overrode the layers' own zoom constraints unless they said they couldn't support any other)
Wed, 10 Oct 2018 08:44:15 +0100 Chris Cannam Merge from branch zoom
Mon, 08 Oct 2018 13:39:40 +0100 Chris Cannam Messing with non-integer zoom ratios. But I don't think this is going anywhere as it stands zoom-double
Fri, 05 Oct 2018 10:25:25 +0100 Chris Cannam Merge from default branch zoom
Wed, 03 Oct 2018 15:45:57 +0100 Chris Cannam Show default name for unlabelled bin
Mon, 01 Oct 2018 15:48:02 +0100 Chris Cannam Merge from default branch zoom
Mon, 01 Oct 2018 14:37:30 +0100 Chris Cannam Use locale-aware comparators for user-visible string sorting
Mon, 01 Oct 2018 14:37:11 +0100 Chris Cannam Use an actual exception for this (rather than checking only in some builds)
Fri, 28 Sep 2018 18:08:04 +0100 Chris Cannam Profiler zoom
Fri, 28 Sep 2018 18:08:00 +0100 Chris Cannam More sensible limit zoom
Fri, 28 Sep 2018 18:06:05 +0100 Chris Cannam Use proper decimal delimiter zoom
Thu, 27 Sep 2018 15:53:34 +0100 Chris Cannam Provide fromMicroseconds (and test it) zoom
Thu, 27 Sep 2018 15:19:39 +0100 Chris Cannam Further test zoom
Wed, 26 Sep 2018 17:38:34 +0100 Chris Cannam Win32 fix zoom
Wed, 26 Sep 2018 15:11:26 +0100 Chris Cannam Oversampler fixes and further tests zoom
Wed, 26 Sep 2018 14:44:38 +0100 Chris Cannam Tests for waveform oversampling zoom
Wed, 26 Sep 2018 13:03:46 +0100 Chris Cannam Add custom waveform oversampler method zoom
Mon, 24 Sep 2018 14:40:22 +0100 Chris Cannam Guard update only zoom
Thu, 20 Sep 2018 11:45:11 +0100 Chris Cannam Use frame type zoom
Thu, 20 Sep 2018 10:45:48 +0100 Chris Cannam More ZoomLevel updates zoom
Wed, 19 Sep 2018 15:41:44 +0100 Chris Cannam Pull out ZoomLevel, add inexact frame/pixel conversion functions and streaming zoom
Tue, 18 Sep 2018 16:28:56 +0100 Chris Cannam Refactor tests. Still testing frames-per-pixel only. zoom
Tue, 18 Sep 2018 16:03:29 +0100 Chris Cannam Fix (bodgily) things broken in the merge zoom
Tue, 18 Sep 2018 15:06:58 +0100 Chris Cannam Merge from default branch zoom
Tue, 18 Sep 2018 15:04:46 +0100 Chris Cannam Tests and a couple of minor fixes for zoom constraints
Mon, 17 Sep 2018 13:51:14 +0100 Chris Cannam Merge from default branch zoom
Fri, 14 Sep 2018 15:32:43 +0100 Chris Cannam Avoid compiler warning
Fri, 14 Sep 2018 14:47:46 +0100 Chris Cannam Various CSV format tests
Fri, 14 Sep 2018 09:25:17 +0100 Chris Cannam Some CSV format tests and minor fixes
Wed, 12 Sep 2018 18:49:32 +0100 Chris Cannam Win32 fix
Wed, 12 Sep 2018 15:57:49 +0100 Chris Cannam Merge from branch import-audio-data
Wed, 12 Sep 2018 15:27:30 +0100 Chris Cannam Ignore non-value columns when guessing sample range import-audio-data
Wed, 12 Sep 2018 13:56:56 +0100 Chris Cannam Switch the normalisation option in WritableWaveFileModel from normalising on read to normalising on write, so that the saved file is already normalised and therefore can be read again without having to remember to normalise it import-audio-data
Tue, 11 Sep 2018 14:36:51 +0100 Chris Cannam Add recorded/converted locations logic to this library import-audio-data
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