graph
- Merge from default branchstartup-timing 2020-06-16, by Chris Cannam
- Add record-mono preference2020-06-16, by Chris Cannam
- CSV reader tests and fixes - avoid creating null events for lines in which the timings could not be read2020-06-11, by Chris Cannam
- If duration < 0, swap start time and duration rather than throwing an exception - this is too deep to be throwing an exception here, we end up with bugs like #1989 (Crash when trying to import CSV file with certain unexpected data in it) - and the meaning of negative duration is not actually ambiguous2020-06-11, by Chris Cannam
- Make it possible to check whether the transforms have been populated yetstartup-timing 2020-06-03, by Chris Cannam
- Add timings to debug outputstartup-timing 2020-06-03, by Chris Cannam
- Comment only2020-05-29, by Chris Cannam
- Permit setting completion directly on the alignment model, if we aren't using a transform to populate the path source but are instead going to set the path directly after completion2020-05-22, by Chris Cannam
- Merge2020-05-21, by Chris Cannam
- Comment only2020-05-21, by Chris Cannam
- Avoid more recent Qt api, for older platform package builds2020-05-18, by Chris Cannam
- Use cancellable serialiser; add some more profiling points2020-05-14, by Chris Cannam
- Make Serialiser cancellable while waiting for its lock2020-05-14, by Chris Cannam
- Print results in the opposite order, so most relevant ones are at the end of the listing2020-05-14, by Chris Cannam
- Pull out text-document check; it's useful elsewhere2020-05-11, by Chris Cannam
- Add support for doubling escapes for quotes in quoted texts in CSV-like formats on import (similar to how we, and the relevant RFC, do escaping on export now)2020-05-11, by Chris Cannam
- Add isSupported2020-05-06, by Chris Cannam
- Be more cautious about firing up an RDF file parser to identify a document - don't do it at all if the document is not apparently text2020-04-30, by Chris Cannam
- Add function (cribbed from Rosegarden source) to check whether a string is valid UTF-82020-04-30, by Chris Cannam
- Merge2020-04-29, by Chris Cannam
- Remove debug output2020-04-29, by Chris Cannam
- Avoid returning expired pointers2020-04-23, by Chris Cannam
- Suppress debug2020-04-22, by Chris Cannam
- Add platform name query2020-04-22, by Chris Cannam
- Pull out Provider struct2020-04-20, by Chris Cannam
- Accept more than one library URI for a plugin; consistency checks for packs2020-04-20, by Chris Cannam
- Retrieve download URL, download type, and "pack" information2020-04-17, by Chris Cannam
- Ensure search results that match the whole "phrase" get higher scores than any others2020-04-17, by Chris Cannam
- Add required header2020-04-14, by Chris Cannam
- Comments2020-04-14, by Chris Cannam
- Fix out of range access to magnitudes2020-04-09, by Chris Cannam
- Merge2020-04-09, by Chris Cannam
- Unify various vectors to our base floatvec_t type; store columns in fft model cache at their desired height so we can return a reference (speeding up the peak-frequency spectrogram in particular)2020-04-09, by Chris Cannam
- Remove debug output2020-04-08, by Chris Cannam
- Merge from branch sensible-delimited-data-strings2020-04-06, by Chris Cannam
- Test CSV quotingsensible-delimited-data-strings 2020-04-06, by Chris Cannam
- Rewrite all the DelimitedDataString stuff so as to return vectors of individual cell strings rather than having the classes add the delimiters themselves. Rename accordingly to names based on StringExport. Take advantage of this in the CSV writer code so as to properly quote cells that contain delimiter characters.sensible-delimited-data-strings 2020-04-03, by Chris Cannam
- Merge from branch audio-source-refactor. Various changes to memory management for plugins, ring buffers etc, for safer code further up the stack2020-04-03, by Chris Cannam
- Add GenericCommand2020-03-27, by Chris Cannam
- Use shared_ptr for plugin instances throughoutaudio-source-refactor 2020-03-20, by Chris Cannam
- Might as well use the aligning allocator here, though it'll make no real differenceaudio-source-refactor 2020-03-20, by Chris Cannam
- Use a shared_ptraudio-source-refactor 2020-03-19, by Chris Cannam
- Make RingBuffer copyable, and simplify a bitaudio-source-refactor 2020-03-19, by Chris Cannam
- Avoid compiler warning2020-03-06, by Chris Cannam
- Add option to avoid pulling in the WinRT dependency for this very small feature2020-03-06, by Chris Cannam
- Merge2020-01-28, by Chris Cannam
- This is distracting in Sonic Annotator2020-01-28, by Chris Cannam
- Merge from branch background-mode2020-01-24, by Chris Cannam
- Use slightly lighter version of accent colour in dark mode - it generally seems more appropriate in practicebackground-mode 2020-01-24, by Chris Cannam
- Add OSQueryAccentColourbackground-mode 2020-01-23, by Chris Cannam
- More sensible namebackground-mode 2020-01-20, by Chris Cannam
- Determine whether a dark background is indicatedbackground-mode 2020-01-17, by Chris Cannam
- Merge from branch csv-export-dialog2020-01-14, by Chris Cannam
- Overhaul and tidy the export options, and add support for header rowcsv-export-dialog 2020-01-14, by Chris Cannam
- Add optional ability to write a header on delimited data output, & to write times in frames2020-01-10, by Chris Cannam
- Debug tweaks2020-01-08, by Chris Cannam
- Not virtual2020-01-08, by Chris Cannam
- Create target model without extents (we now have two separate constructors for this, the second one creates a model with extents even if both are zero)2020-01-08, by Chris Cannam
- Add Selection::toString for debug purposes2020-01-08, by Chris Cannam
- Forward getIndexForEvent2019-11-22, by Chris Cannam
- Comments and debug-related bits2019-10-29, by Chris Cannam
- OK, so now this pragma provokes a warning in gcc! Guard it with a clang guard2019-10-17, by Chris Cannam
- Looks like this is clang-only2019-10-16, by Chris Cannam
- Avoid some compiler warnings2019-10-16, by Chris Cannam
- Tidy2019-10-16, by Chris Cannam
- Implement missing TabularModel editing methods. Also made these pure in TabularModel, since almost all subclasses want them and (clearly) forgetting to implement them is a problem!2019-10-14, by Chris Cannam
- Make static to avoid multiple definitions2019-10-10, by Chris Cannam
- One last fix to this compatibility function (I hope!)2019-10-10, by Chris Cannam
- *sigh*2019-10-10, by Chris Cannam
- OK, that didn't work because of scoping/overload rules. Try this2019-10-10, by Chris Cannam
- Compatibility with Qt 5.2 (for the Ubuntu 14.04 build)2019-10-10, by Chris Cannam
- Some work on making Model classes thread-safe in typical use - and documenting this. Some of the implementations are simpler now that EventSeries is thread-safe2019-10-01, by Chris Cannam
- Fix compile error with non-MSVC compilers2019-10-01, by Chris Cannam
- Make EventSeries threadsafe2019-09-30, by Chris Cannam
- The copy & move operators are not actually being used, so probably safer to delete them unless we know otherwise - this is not all that simple a class2019-09-30, by Chris Cannam
- Merge from branch time-frequency-boxes2019-09-25, by Chris Cannam
- Add duration-and-extent type, which corresponds to a box modeltime-frequency-boxes 2019-09-25, by Chris Cannam
- Indentation onlytime-frequency-boxes 2019-09-25, by Chris Cannam
- Rename TimeFrequencyBoxModel to simply BoxModeltime-frequency-boxes 2019-09-25, by Chris Cannam
- Some tidyingtime-frequency-boxes 2019-09-25, by Chris Cannam
- Fixes to export of time-frequency box modeltime-frequency-boxes 2019-09-20, by Chris Cannam
- Reorder fields to ensure consistency with older Image model code2019-09-20, by Chris Cannam
- Reorder fields to ensure consistency with older Image model codetime-frequency-boxes 2019-09-20, by Chris Cannam
- Ensure CSV-style export from time-freq box model is in the expected formattime-frequency-boxes 2019-09-20, by Chris Cannam
- Introduce time-frequency box modeltime-frequency-boxes 2019-09-19, by Chris Cannam
- More graceful handling of failure to construct FFT models in the case where the source model has already been deleted before this occurs2019-09-17, by Chris Cannam
- Fix calculation of binary name (don't include full path!)2019-09-17, by Chris Cannam
- Lib dir name is usually the same as the binary name, not the formal application name2019-09-17, by Chris Cannam
- Update helper dir path to look in equivalent of /usr/lib/xxxx on Linux2019-09-16, by Chris Cannam
- Support optional max frequency setting, useful when we want to store caches of very constrained frequency ranges (as in melodic-range spectrogram, potentially)2019-09-12, by Chris Cannam
- Update macOS memory size check - the original sysctl was returning far too small a value for modern machines (because bounded to a 32-bit int)2019-09-11, by Chris Cannam
- Replace the model used for the cache part of the peak-cache model with a simple vector of vectors. Avoids unnecessary locking in a class that is not thread-safe in any case. Also record whether the final column is actually truncated, rather than risk possible backward seeks to re-read it in the case where it simply might be2019-09-11, by Chris Cannam
- Split EditableDenseThreeDimensionalModel into explicitly compressed and uncompressed variants. Simplifies the uncompressed version, and we may want to consider whether we need the compressed one at all.2019-09-10, by Chris Cannam
- Don't even ask to unload a library if we know about other plugins that are loaded from it. Plus debug tweaks2019-09-09, by Chris Cannam
- Some debug tweaks2019-09-04, by Chris Cannam
- Optionally record relative pitch2019-08-15, by Chris Cannam
- This output is too annoying, in the perfectly innocuous case of reading from an aggregate model whose components are different lengths2019-08-14, by Chris Cannam
- Be stricter - require org name as well as app name before allowing ResourceFinder to be used. This is because the application name may have a default, so we could end up with inconsistent results from using before & after these things have been set2019-08-14, by Chris Cannam
- Print log file location2019-08-13, by Chris Cannam
- Correct some erroneous signal signatures2019-07-19, by Chris Cannam
- Respect use-flexi-note-model setting2019-07-18, by Chris Cannam
- Remove debug output (by default)2019-07-18, by Chris Cannam
- Ensure the right model ID gets sent with the signal for alignment changes2019-07-18, by Chris Cannam
- Merge from branch by-id2019-07-17, by Chris Cannam
- Remove comment - these are now connectedby-id 2019-07-17, by Chris Cannam
- Docby-id 2019-07-17, by Chris Cannam
- Conditionally compile debug outby-id 2019-07-17, by Chris Cannam
- Deleted-model checks, & debug outputby-id 2019-07-15, by Chris Cannam
- Work on management of alignment-related modelsby-id 2019-07-12, by Chris Cannam
- Fix typo that inverted sense of testby-id 2019-07-08, by Chris Cannam
- Print object name as well (if a QObject)by-id 2019-07-08, by Chris Cannam
- Fix signal specby-id 2019-07-07, by Chris Cannam
- Mergeby-id 2019-07-06, by Chris Cannam
- MSVC fixesby-id 2019-07-06, by Chris Cannam
- Don't hold on to borrowed pointer around the loop - so as to be informed when it becomes obsoleteby-id 2019-07-05, by Chris Cannam
- Tidyby-id 2019-07-05, by Chris Cannam
- Commentsby-id 2019-07-05, by Chris Cannam
- Further review of ById: make IDs only available when adding a model to the ById store, not by querying the item directly. This means any id encountered in the wild must have been added to the store at some point (even if later released), which simplifies reasoning about lifecyclesby-id 2019-07-05, by Chris Cannam
- Overhaul PlayParameters bitsby-id 2019-07-04, by Chris Cannam
- Return id from add(), + commentby-id 2019-07-04, by Chris Cannam
- Remove obsolete methodby-id 2019-07-04, by Chris Cannam
- Update to ModelIdby-id 2019-07-03, by Chris Cannam
- Commentby-id 2019-07-02, by Chris Cannam
- Add isaby-id 2019-07-02, by Chris Cannam
- Use reference rather than bare pointerby-id 2019-07-02, by Chris Cannam
- Update FFT model to ByIdby-id 2019-07-02, by Chris Cannam
- Fix deprecation warningby-id 2019-07-01, by Chris Cannam
- Rejig ById so as to put everything in a single pool, so that at the core you can go from numeric id (untyped) to anything the object can be dynamic_cast to. Useful for building other abstractions like PlayParameter-type registrations that don't know about e.g. Models. Probably some more tweaking needed. Also add testsby-id 2019-06-28, by Chris Cannam
- Work on commands, and some other model updatesby-id 2019-06-27, by Chris Cannam
- More work on transformersby-id 2019-06-26, by Chris Cannam
- Some work on models and transformersby-id 2019-06-26, by Chris Cannam
- More on alignment models and pathsby-id 2019-06-26, by Chris Cannam
- More on AlignmentModelby-id 2019-06-25, by Chris Cannam
- Mergeby-id 2019-06-25, by Chris Cannam
- Some messing with Model and AlignmentModelby-id 2019-06-25, by Chris Cannam
- Warn for already-existing idby-id 2019-06-24, by Chris Cannam
- Fix some deprecation warningsby-id 2019-06-24, by Chris Cannam
- Experiment updating AggregateWaveModelby-id 2019-06-21, by Chris Cannam
- Introduce Model to ByIdby-id 2019-06-21, by Chris Cannam
- Merge2019-06-20, by Chris Cannam
- Experiment toward working out an id-model storeby-id 2019-06-20, by Chris Cannam
- Merge2019-05-22, by Chris Cannam
- Fix potential deadlock when notifying a handler that more models are [not] available2019-06-20, by Chris Cannam
- Indentation only2019-06-20, by Chris Cannam
- Re-implement extendEndFrame behaviour, used by Tony application2019-06-19, by Chris Cannam
- Close paren in text2019-06-17, by Chris Cannam
- Emit signal when write completes2019-06-12, by Chris Cannam
- Merge2019-06-10, by Chris Cannam
- Merge2019-06-03, by Chris Cannam
- Merge2019-06-07, by Chris Cannam
- Branch3.3-stable 2019-05-21, by Chris Cannam
- 32-bit build lacks AAC and WMA2019-05-21, by Chris Cannam
- Build fix for Travis2019-05-17, by Chris Cannam
- Remove hardcoded application name - this shouldn't be necessary now we're no longer doing a shadow build2019-05-17, by Chris Cannam
- Build fixes2019-05-17, by Chris Cannam
- Attempt to cope with the fact that Windows Server (for CI builds) lacks certain codecs2019-05-17, by Chris Cannam
- Merge from branch single-point2019-05-17, by Chris Cannam
- Make it permissible to setPathFrom(nullptr)single-point 2019-05-16, by Chris Cannam
- Fix breakages with Travis CI imagesingle-point 2019-05-16, by Chris Cannam
- Oopssingle-point 2019-05-16, by Chris Cannam
- Oops2019-05-16, by Chris Cannam
- Merge from default branchsingle-point 2019-05-16, by Chris Cannam
- C++ compiler in Travis Xenial image doesn't seem to like this with nullptr2019-05-16, by Chris Cannam
- Merge from default branchsingle-point 2019-05-16, by Chris Cannam
- Add error field to alignment modelsingle-point 2019-05-15, by Chris Cannam
- Associate a label with each recent files entry, as well as the identifier (filename)single-point 2019-05-13, by Chris Cannam
- Add haveRunningTransformers() and mutexsingle-point 2019-05-09, by Chris Cannam
- Ensure test fails rather than crashing if this reader doesn't get created2019-05-07, by 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 completesingle-point 2019-05-07, by Chris Cannam
- Ensure test fails rather than crashing if this reader doesn't get createdsingle-point 2019-05-03, by Chris Cannam
- Merge from default branchsingle-point 2019-05-03, by Chris Cannam
- Add tests for audio file readers presented with empty or nonsense input2019-05-03, by Chris Cannam
- Windows build fixessingle-point 2019-05-01, by Chris Cannam
- Ensure a self-alignment is always reported as complete, since there is nothing to calculatesingle-point 2019-05-01, by Chris Cannam
- More compiler warning fixessingle-point 2019-04-25, by Chris Cannam
- Also look for helpers in Resources folder on the Macsingle-point 2019-04-25, by Chris Cannam
- Mergesingle-point 2019-04-25, by Chris Cannam
- Fix some compiler warningssingle-point 2019-04-25, by Chris Cannam
- Merge from default branchsingle-point 2019-04-24, by Chris Cannam
- Add function to request multiple filenames2019-04-23, by Chris Cannam
- Build fix for older Qtsingle-point 2019-04-05, by Chris Cannam
- Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead2019-04-04, by Chris Cannam
- Think we may need this header with some compilerssingle-point 2019-04-04, by Chris Cannam
- Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it insteadsingle-point 2019-04-04, by Chris Cannam
- Update tests for most recent changessingle-point 2019-04-03, by Chris Cannam
- m_haveExtents should be true when extents are set explicitly, otherwise they'll get overridden when a point is addedsingle-point 2019-04-03, by Chris Cannam
- Start ids at 0 - backward-compatibility makes testing easiersingle-point 2019-04-03, by Chris Cannam
- Restore always-on export of label even if empty - backward compatibility makes testing easiersingle-point 2019-04-03, by Chris Cannam
- Quick test with a peculiar transform size. I'm puzzled as to why we have 7 columns and not 6single-point 2019-03-29, by Chris Cannam
- Fix error message which says the opposite of the truthsingle-point 2019-03-29, by Chris Cannam
- Re-add the toDelimitedDataString stuffsingle-point 2019-03-28, by Chris Cannam
- Make it possible to start queue without port (even when compiled in)single-point 2019-03-28, by 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 2019-03-28, by Chris Cannam
- Merge from branch osc-scriptsingle-point 2019-03-28, by Chris Cannam
- Write path pointsosc-script 2019-03-28, by Chris Cannam
- Ensure image & text models get the proper attribute names (which are not the same as the default event ones)osc-script 2019-03-27, by Chris Cannam
- Merge from branch single-pointosc-script 2019-03-27, by Chris Cannam
- Remove no-longer-used model base classessingle-point 2019-03-27, by 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 2019-03-27, by Chris Cannam
- Add getPointCount, used in debug mode by AlignmentModelsingle-point 2019-03-27, by Chris Cannam
- Remove COMPLETION_UNKNOWN, which is never used (and never handled)single-point 2019-03-27, by Chris Cannam
- A bit more debug outputosc-script 2019-03-26, by Chris Cannam
- Fix typoosc-script 2019-03-26, by Chris Cannam
- Debug outputosc-script 2019-03-26, by Chris Cannam
- Debug outputosc-script 2019-03-26, by Chris Cannam
- Toward running an OSC script in batchosc-script 2019-03-25, by Chris Cannam
- Update ImageModelsingle-point 2019-03-22, by Chris Cannam
- Update PathModel - doesn't use new EventSeries, but doesn't use SparseModel either - it's simpler than thatsingle-point 2019-03-22, by Chris Cannam
- Update TextModelsingle-point 2019-03-22, by Chris Cannam
- We do need haveTextLabels; restore itsingle-point 2019-03-21, by Chris Cannam
- Work on start/end frame stuff to match API descriptionsingle-point 2019-03-21, by Chris Cannam
- Start updating SparseOneDimensionalModelsingle-point 2019-03-20, by Chris Cannam
- Forward the matching-event functionssingle-point 2019-03-20, by Chris Cannam
- Test & fixes for getEventsStartingAtsingle-point 2019-03-20, by 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 functionssingle-point 2019-03-20, by Chris Cannam
- Add overspill to events-within searchsingle-point 2019-03-20, by Chris Cannam
- Add nearest-event-matching searchsingle-point 2019-03-19, by Chris Cannam
- Update Labeller to new event API + fewer magical side-effectssingle-point 2019-03-19, by Chris Cannam
- Introduce deferred notifier, + start converting sparse time-value model (perhaps we should rename it too)single-point 2019-03-18, by Chris Cannam
- Make MagnitudeRange generic, in the form of Extentssingle-point 2019-03-18, by Chris Cannam
- Update RegionModel following NoteModel, er, model. They have quite a bit in common that we should now pull out some ofsingle-point 2019-03-15, by Chris Cannam
- Switch to a single external set of commands for modifying editables with eventssingle-point 2019-03-15, by 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 2019-03-14, by Chris Cannam
- Command tweaks, including executing it!single-point 2019-03-14, by Chris Cannam
- Add getDuratioNsingle-point 2019-03-14, by Chris Cannam
- Further API updatessingle-point 2019-03-13, by 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 modelssingle-point 2019-03-13, by Chris Cannam
- Fix compiler warningsingle-point 2019-03-13, by Chris Cannam
- Fix XMLsingle-point 2019-03-13, by Chris Cannam
- Add and test getEndFrame (and getStartFrame)single-point 2019-03-13, by Chris Cannam
- Test getEventsStartingWithin (briefly)single-point 2019-03-13, by Chris Cannam
- Add getEventsStartingWithinsingle-point 2019-03-13, by Chris Cannam
- Make constsingle-point 2019-03-13, by Chris Cannam
- Add getEventsWithinsingle-point 2019-03-13, by Chris Cannam
- Add getEventsWithinsingle-point 2019-03-13, by Chris Cannam
- Always return consistent defaults for absent elementssingle-point 2019-03-13, by Chris Cannam
- Further test & fixessingle-point 2019-03-12, by Chris Cannam
- Add some more handy methodssingle-point 2019-03-12, by Chris Cannam
- Switch EventSeries to using a vector for m_events, so as to allow indexed accesssingle-point 2019-03-12, by Chris Cannam
- Add operator!=single-point 2019-03-12, by Chris Cannam
- Add toDelimitedDataString; also requires reinstating m_haveDurationsingle-point 2019-03-11, by Chris Cannam
- Another timing notesingle-point 2019-03-11, by Chris Cannam
- Seems we can do just as well with a vector of events themselvessingle-point 2019-03-11, by Chris Cannam
- Experiment with storing vectors of event ids in seam map for compactnesssingle-point 2019-03-11, by Chris Cannam
- That last change didn't seem worthwhilesingle-point 2019-03-11, by Chris Cannam
- Try out Qt containerssingle-point 2019-03-11, by Chris Cannam
- Permit hashingsingle-point 2019-03-11, by Chris Cannam
- Add (disabled by default) stress test for EventSeriessingle-point 2019-03-11, by Chris Cannam
- Mergesingle-point 2019-03-08, by Chris Cannam
- Add this method back again; it is usefulsingle-point 2019-03-08, by Chris Cannam
- Further testssingle-point 2019-03-08, by Chris Cannam
- Performance notessingle-point 2019-03-08, by Chris Cannam
- Minor tweaks, comments, span testssingle-point 2019-03-08, by Chris Cannam
- Rework EventSeries to explicitly store counts of events (+ add comments explaining, among other things, why)single-point 2019-03-08, by Chris Cannam
- Rename a number of classes and methods (including Point -> Event); commentssingle-point 2019-03-07, by Chris Cannam
- Fixes and tests for PointSeriessingle-point 2019-03-07, by Chris Cannam
- Fix compiler warningsingle-point 2019-03-06, by Chris Cannam
- Start implementing & testing PointSeriessingle-point 2019-03-06, by Chris Cannam
- Pull out the Point class, plus start testing NoteModel, plus actually add the tests...single-point 2019-03-05, by Chris Cannam
- Bitfield + reorder for packingsingle-point 2019-03-05, by Chris Cannam
- Start some sparse model testssingle-point 2019-03-05, by Chris Cannam
- Fix compiler warnings2019-02-27, by Chris Cannam
- Try to avoid interference with QtTest's own arg handling2019-02-18, by Chris Cannam
- Fix encoding that Mac fs rejects2019-02-12, by Chris Cannam
- Merge from branch bqaudiostream2019-01-30, by Chris Cannam
- Be a tiny bit discriminating about content types!bqaudiostream 2019-01-30, by Chris Cannam
- WMA test casesbqaudiostream 2019-01-30, by Chris Cannam
- Mergebqaudiostream 2019-01-30, by Chris Cannam
- Fix incorrect number formatting results for 32-bit MinGW buildbqaudiostream 2019-01-30, by Chris Cannam
- Fix compile error when checker not enabledbqaudiostream 2019-01-24, by Chris Cannam
- Merge from default branchbqaudiostream 2019-01-23, by Chris Cannam
- Adjust limits for Opus testbqaudiostream 2019-01-23, by Chris Cannam
- Avoid compiler warningbqaudiostream 2019-01-23, by Chris Cannam
- Argh, that fix for Mac broke Winbqaudiostream 2019-01-22, by Chris Cannam
- Some loggingbqaudiostream 2019-01-22, by Chris Cannam
- Add Opus testsbqaudiostream 2019-01-22, by 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 2019-01-21, by Chris Cannam
- Implement title/maker in wav readers; extra handling of supported-ness for file typesbqaudiostream 2019-01-21, by Chris Cannam
- Add flac metadata examplebqaudiostream 2019-01-21, by Chris Cannam
- Mergebqaudiostream 2019-01-17, by Chris Cannam
- Add M4A file with non-ascii metadatabqaudiostream 2019-01-17, by Chris Cannam
- We should now be able to get these from Ogg files, though this might not be working yet...bqaudiostream 2019-01-17, by Chris Cannam
- Request metadata from bq audio streambqaudiostream 2019-01-15, by Chris Cannam
- Merge from branch fix-static-analysis2019-01-09, by Chris Cannam
- Add mechanism to retrieve the set of plausible separators found in CSV-like file when guessing its format2019-01-09, by Chris Cannam
- Fix some warningsbqaudiostream 2018-12-06, by Chris Cannam
- Start wiring in BQAudioStream stuffbqaudiostream 2018-12-06, by Chris Cannam
- Use nullptr throughoutfix-static-analysis 2018-11-26, by Chris Cannam
- Header guardsfix-static-analysis 2018-11-26, by Chris Cannam
- Use override throughoutfix-static-analysis 2018-11-26, by Chris Cannam
- Fixes from clang modernize-use-overridefix-static-analysis 2018-11-22, by Chris Cannam
- Remove oversampling from prefs, now that it's in the spectrogram layer properties2018-11-14, by Chris Cannam
- Merge from branch spectrogramparam2018-11-14, by Chris Cannam
- Further adjustments to peak picking, to try to avoid a surfeit of peaks in the higher frequenciesspectrogramparam 2018-11-13, by Chris Cannam
- Slightly simplify median-window size calculation - but this is not the best way to do this for spectrum views, need to reconsiderspectrogramparam 2018-11-12, by Chris Cannam
- Fix win32 build annoyancesspectrogramparam 2018-11-09, by Chris Cannam
- Introduce & make use of faster MovingMedian class (now with resize capability)spectrogramparam 2018-11-08, by Chris Cannam
- Fix usage of setlocalespectrogramparam 2018-11-08, by Chris Cannam
- A little faster as vectorspectrogramparam 2018-11-08, by Chris Cannam
- Eliminate code entirely in release builds2018-11-07, by Chris Cannam
- Comment2018-11-07, by Chris Cannam
- Avoid compiler warning2018-11-07, by Chris Cannam
- Properly align window with signal, in oversampled case2018-11-07, by Chris Cannam
- Merge from branch zoom2018-11-06, by Chris Cannam
- Remove unnecessary includezoom 2018-11-06, by Chris Cannam
- Merge from default branchzoom 2018-11-06, by Chris Cannam
- Merge2018-11-02, by Chris Cannam
- Handle security errors, format slightly differently for message box2018-11-02, by Chris Cannam
- Debug bits2018-11-01, by Chris Cannam
- When a path is set explicitly, it is complete2018-11-01, by Chris Cannam
- Check server minimum version2018-11-01, by Chris Cannam
- Some debug + tidying2018-10-18, by Chris Cannam
- Cautiously ensure we don't report readiness when the model is still updating; + some debug2018-10-18, by Chris Cannam
- Debug2018-10-18, by Chris Cannam
- Win32 fix2018-10-12, by Chris Cannam
- Datestamp debug log2018-10-12, by Chris Cannam
- Use bqvec barrier2018-10-11, by 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)2018-10-10, by Chris Cannam
- Merge from branch zoom2018-10-10, by Chris Cannam
- Messing with non-integer zoom ratios. But I don't think this is going anywhere as it standszoom-double 2018-10-08, by Chris Cannam
- Merge from default branchzoom 2018-10-05, by Chris Cannam
- Show default name for unlabelled bin2018-10-03, by Chris Cannam
- Merge from default branchzoom 2018-10-01, by Chris Cannam
- Use locale-aware comparators for user-visible string sorting2018-10-01, by Chris Cannam
- Use an actual exception for this (rather than checking only in some builds)2018-10-01, by Chris Cannam
- Profilerzoom 2018-09-28, by Chris Cannam
- More sensible limitzoom 2018-09-28, by Chris Cannam
- Use proper decimal delimiterzoom 2018-09-28, by Chris Cannam
- Provide fromMicroseconds (and test it)zoom 2018-09-27, by Chris Cannam
- Further testzoom 2018-09-27, by Chris Cannam
- Win32 fixzoom 2018-09-26, by Chris Cannam
- Oversampler fixes and further testszoom 2018-09-26, by Chris Cannam
- Tests for waveform oversamplingzoom 2018-09-26, by Chris Cannam
- Add custom waveform oversampler methodzoom 2018-09-26, by Chris Cannam
- Guard update onlyzoom 2018-09-24, by Chris Cannam
- Use frame typezoom 2018-09-20, by Chris Cannam
- More ZoomLevel updateszoom 2018-09-20, by Chris Cannam
- Pull out ZoomLevel, add inexact frame/pixel conversion functions and streamingzoom 2018-09-19, by Chris Cannam
- Refactor tests. Still testing frames-per-pixel only.zoom 2018-09-18, by Chris Cannam
- Fix (bodgily) things broken in the mergezoom 2018-09-18, by Chris Cannam
- Merge from default branchzoom 2018-09-18, by Chris Cannam
- Tests and a couple of minor fixes for zoom constraints2018-09-18, by Chris Cannam
- Merge from default branchzoom 2018-09-17, by Chris Cannam
- Avoid compiler warning2018-09-14, by Chris Cannam
- Various CSV format tests2018-09-14, by Chris Cannam
- Some CSV format tests and minor fixes2018-09-14, by Chris Cannam
- Win32 fix2018-09-12, by Chris Cannam
- Merge from branch import-audio-data2018-09-12, by Chris Cannam
- Ignore non-value columns when guessing sample rangeimport-audio-data 2018-09-12, by 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 itimport-audio-data 2018-09-12, by Chris Cannam
- Add recorded/converted locations logic to this libraryimport-audio-data 2018-09-11, by Chris Cannam
- Pull allocation/deallocation out of the inner loopimport-audio-data 2018-09-08, by Chris Cannam
- Handle sample range specification for CSV importimport-audio-data 2018-09-08, by Chris Cannam
- Accessors + overlooked initialiserimport-audio-data 2018-09-07, by Chris Cannam
- Add sample-range support to CSVFormatimport-audio-data 2018-09-07, by Chris Cannam
- Commentsimport-audio-data 2018-09-07, by Chris Cannam
- Add normalisation optionimport-audio-data 2018-09-07, by Chris Cannam
- Add small, signedimport-audio-data 2018-09-06, by Chris Cannam
- Add quicker accessor for numeric statusimport-audio-data 2018-09-06, by Chris Cannam
- Debug etcimport-audio-data 2018-09-05, by Chris Cannam
- Don't try to continue after what should have been a terminal problemimport-audio-data 2018-09-05, by Chris Cannam
- Catch failure to create model, e.g. because 0 channels for wave-file modelimport-audio-data 2018-09-04, by Chris Cannam
- Merge from default branchimport-audio-data 2018-09-04, by Chris Cannam
- Merge from branch avoid-pointer-keys2018-09-04, by Chris Cannam
- Wording change2018-09-03, by Chris Cannam
- Avoid using sv debug classes before app name set2018-09-03, by Chris Cannam
- Merge from branch checker_errorcode2018-08-31, by Chris Cannam
- Avoid reporting failure when everything in fact succeeded!checker_errorcode 2018-08-30, by Chris Cannam
- Use error codes from checker to format our own translatable error reportchecker_errorcode 2018-08-29, by Chris Cannam
- Provide model idavoid-pointer-keys 2018-08-13, by Chris Cannam
- Merge2018-08-13, by Chris Cannam
- Tidy up debug output2018-08-13, by Chris Cannam
- Fix incorrect path variable!2018-08-13, by Chris Cannam
- Avoid crashing if an effects plugin can't be instantiated and so the output vector is empty in the transformer's run() method2018-08-13, by Chris Cannam
- Couple of include guards2018-08-13, by Chris Cannam
- Remove some debug output2018-08-09, by Chris Cannam
- Call updateModel as wellimport-audio-data 2018-06-29, by Chris Cannam
- Ensure first progress update happens at startimport-audio-data 2018-06-29, by Chris Cannam
- Support progress reporter for data file loadsimport-audio-data 2018-06-29, by Chris Cannam
- Correct channel indexingimport-audio-data 2018-06-28, by Chris Cannam
- Call writeComplete on wave file modelimport-audio-data 2018-06-28, by Chris Cannam
- Add wave model as possible target for CSV importimport-audio-data 2018-06-28, by 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 72018-06-25, by Chris Cannam
- Some SVCERRs2018-06-21, by Chris Cannam