Thu, 18 Jun 2020 13:42:48 +0100 |
Chris Cannam |
Extend tests to include testing (at least some of) the actual data as well as the layout
csv-import-headers
|
Thu, 18 Jun 2020 11:55:28 +0100 |
Chris Cannam |
Support headers in actual import step, + test
csv-import-headers
|
Thu, 18 Jun 2020 11:55:17 +0100 |
Chris Cannam |
Include the header row in the example output after all - it's less confusing I think to have it displayed (but e.g. italicised) than to have it appear and disappear
csv-import-headers
|
Wed, 17 Jun 2020 18:01:00 +0100 |
Chris Cannam |
Detect presence of header row in CSV format guesser; use headings to inform our guesses about column purposes; test this
csv-import-headers
|
Tue, 16 Jun 2020 17:44:06 +0100 |
Chris Cannam |
Merge from default branch
startup-timing
|
Tue, 16 Jun 2020 15:15:57 +0100 |
Chris Cannam |
Add record-mono preference
|
Thu, 11 Jun 2020 14:09:59 +0100 |
Chris Cannam |
CSV reader tests and fixes - avoid creating null events for lines in which the timings could not be read
|
Thu, 11 Jun 2020 14:07:56 +0100 |
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 ambiguous
|
Wed, 03 Jun 2020 13:57:50 +0100 |
Chris Cannam |
Make it possible to check whether the transforms have been populated yet
startup-timing
|
Wed, 03 Jun 2020 13:57:37 +0100 |
Chris Cannam |
Add timings to debug output
startup-timing
|
Fri, 29 May 2020 17:37:41 +0100 |
Chris Cannam |
Comment only
|
Fri, 22 May 2020 16:23:25 +0100 |
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 completion
|
Thu, 21 May 2020 16:09:46 +0100 |
Chris Cannam |
Merge
|
Thu, 21 May 2020 16:09:10 +0100 |
Chris Cannam |
Comment only
|
Mon, 18 May 2020 14:06:30 +0100 |
Chris Cannam |
Avoid more recent Qt api, for older platform package builds
|
Thu, 14 May 2020 16:36:48 +0100 |
Chris Cannam |
Use cancellable serialiser; add some more profiling points
|
Thu, 14 May 2020 16:35:39 +0100 |
Chris Cannam |
Make Serialiser cancellable while waiting for its lock
|
Thu, 14 May 2020 16:35:21 +0100 |
Chris Cannam |
Print results in the opposite order, so most relevant ones are at the end of the listing
|
Mon, 11 May 2020 17:27:18 +0100 |
Chris Cannam |
Pull out text-document check; it's useful elsewhere
|
Mon, 11 May 2020 14:43:58 +0100 |
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)
|
Wed, 06 May 2020 09:08:06 +0100 |
Chris Cannam |
Add isSupported
|
Thu, 30 Apr 2020 14:46:07 +0100 |
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 text
|
Thu, 30 Apr 2020 14:45:24 +0100 |
Chris Cannam |
Add function (cribbed from Rosegarden source) to check whether a string is valid UTF-8
|
Wed, 29 Apr 2020 13:25:19 +0100 |
Chris Cannam |
Merge
|
Wed, 29 Apr 2020 13:25:07 +0100 |
Chris Cannam |
Remove debug output
|
Thu, 23 Apr 2020 15:39:08 +0100 |
Chris Cannam |
Avoid returning expired pointers
|
Wed, 22 Apr 2020 17:18:33 +0100 |
Chris Cannam |
Suppress debug
|
Wed, 22 Apr 2020 13:07:22 +0100 |
Chris Cannam |
Add platform name query
|
Mon, 20 Apr 2020 18:45:47 +0100 |
Chris Cannam |
Pull out Provider struct
|
Mon, 20 Apr 2020 15:42:51 +0100 |
Chris Cannam |
Accept more than one library URI for a plugin; consistency checks for packs
|
Fri, 17 Apr 2020 17:45:34 +0100 |
Chris Cannam |
Retrieve download URL, download type, and "pack" information
|
Fri, 17 Apr 2020 17:45:15 +0100 |
Chris Cannam |
Ensure search results that match the whole "phrase" get higher scores than any others
|
Tue, 14 Apr 2020 10:12:07 +0100 |
Chris Cannam |
Add required header
|
Tue, 14 Apr 2020 08:19:23 +0100 |
Chris Cannam |
Comments
|
Thu, 09 Apr 2020 14:59:05 +0100 |
Chris Cannam |
Fix out of range access to magnitudes
|
Thu, 09 Apr 2020 11:23:17 +0100 |
Chris Cannam |
Merge
|
Thu, 09 Apr 2020 11:22:55 +0100 |
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)
|
Wed, 08 Apr 2020 18:41:00 +0100 |
Chris Cannam |
Remove debug output
|
Mon, 06 Apr 2020 13:55:44 +0100 |
Chris Cannam |
Merge from branch sensible-delimited-data-strings
|
Mon, 06 Apr 2020 10:59:36 +0100 |
Chris Cannam |
Test CSV quoting
sensible-delimited-data-strings
|
Fri, 03 Apr 2020 17:11:05 +0100 |
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
|
Fri, 03 Apr 2020 12:12:02 +0100 |
Chris Cannam |
Merge from branch audio-source-refactor. Various changes to memory management for plugins, ring buffers etc, for safer code further up the stack
|
Fri, 27 Mar 2020 10:06:03 +0000 |
Chris Cannam |
Add GenericCommand
|
Fri, 20 Mar 2020 16:30:33 +0000 |
Chris Cannam |
Use shared_ptr for plugin instances throughout
audio-source-refactor
|
Fri, 20 Mar 2020 16:30:16 +0000 |
Chris Cannam |
Might as well use the aligning allocator here, though it'll make no real difference
audio-source-refactor
|
Thu, 19 Mar 2020 16:09:55 +0000 |
Chris Cannam |
Use a shared_ptr
audio-source-refactor
|
Thu, 19 Mar 2020 16:09:04 +0000 |
Chris Cannam |
Make RingBuffer copyable, and simplify a bit
audio-source-refactor
|
Fri, 06 Mar 2020 12:53:18 +0000 |
Chris Cannam |
Avoid compiler warning
|
Fri, 06 Mar 2020 12:12:46 +0000 |
Chris Cannam |
Add option to avoid pulling in the WinRT dependency for this very small feature
|
Tue, 28 Jan 2020 14:34:13 +0000 |
Chris Cannam |
Merge
|
Tue, 28 Jan 2020 14:32:34 +0000 |
Chris Cannam |
This is distracting in Sonic Annotator
|
Fri, 24 Jan 2020 15:10:35 +0000 |
Chris Cannam |
Merge from branch background-mode
|
Fri, 24 Jan 2020 12:38:55 +0000 |
Chris Cannam |
Use slightly lighter version of accent colour in dark mode - it generally seems more appropriate in practice
background-mode
|
Thu, 23 Jan 2020 15:43:30 +0000 |
Chris Cannam |
Add OSQueryAccentColour
background-mode
|
Mon, 20 Jan 2020 17:17:45 +0000 |
Chris Cannam |
More sensible name
background-mode
|
Fri, 17 Jan 2020 21:36:07 +0000 |
Chris Cannam |
Determine whether a dark background is indicated
background-mode
|
Tue, 14 Jan 2020 15:48:22 +0000 |
Chris Cannam |
Merge from branch csv-export-dialog
|
Tue, 14 Jan 2020 15:39:12 +0000 |
Chris Cannam |
Overhaul and tidy the export options, and add support for header row
csv-export-dialog
|
Fri, 10 Jan 2020 14:29:54 +0000 |
Chris Cannam |
Add optional ability to write a header on delimited data output, & to write times in frames
|
Wed, 08 Jan 2020 15:26:49 +0000 |
Chris Cannam |
Debug tweaks
|
Wed, 08 Jan 2020 15:26:37 +0000 |
Chris Cannam |
Not virtual
|
Wed, 08 Jan 2020 15:26:28 +0000 |
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)
|
Wed, 08 Jan 2020 15:25:43 +0000 |
Chris Cannam |
Add Selection::toString for debug purposes
|
Fri, 22 Nov 2019 14:12:16 +0000 |
Chris Cannam |
Forward getIndexForEvent
|
Tue, 29 Oct 2019 12:46:43 +0000 |
Chris Cannam |
Comments and debug-related bits
|
Thu, 17 Oct 2019 13:42:55 +0100 |
Chris Cannam |
OK, so now this pragma provokes a warning in gcc! Guard it with a clang guard
|
Wed, 16 Oct 2019 16:29:46 +0100 |
Chris Cannam |
Looks like this is clang-only
|
Wed, 16 Oct 2019 15:26:01 +0100 |
Chris Cannam |
Avoid some compiler warnings
|
Wed, 16 Oct 2019 12:12:49 +0100 |
Chris Cannam |
Tidy
|
Mon, 14 Oct 2019 14:17:37 +0100 |
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!
|
Thu, 10 Oct 2019 10:03:31 +0100 |
Chris Cannam |
Make static to avoid multiple definitions
|
Thu, 10 Oct 2019 09:47:25 +0100 |
Chris Cannam |
One last fix to this compatibility function (I hope!)
|
Thu, 10 Oct 2019 09:34:12 +0100 |
Chris Cannam |
*sigh*
|
Thu, 10 Oct 2019 09:18:37 +0100 |
Chris Cannam |
OK, that didn't work because of scoping/overload rules. Try this
|
Thu, 10 Oct 2019 09:12:12 +0100 |
Chris Cannam |
Compatibility with Qt 5.2 (for the Ubuntu 14.04 build)
|
Tue, 01 Oct 2019 11:22:48 +0100 |
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-safe
|
Tue, 01 Oct 2019 11:21:56 +0100 |
Chris Cannam |
Fix compile error with non-MSVC compilers
|
Mon, 30 Sep 2019 20:28:03 +0100 |
Chris Cannam |
Make EventSeries threadsafe
|
Mon, 30 Sep 2019 12:36:44 +0100 |
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 class
|
Wed, 25 Sep 2019 13:47:46 +0100 |
Chris Cannam |
Merge from branch time-frequency-boxes
|
Wed, 25 Sep 2019 11:06:59 +0100 |
Chris Cannam |
Add duration-and-extent type, which corresponds to a box model
time-frequency-boxes
|
Wed, 25 Sep 2019 11:06:39 +0100 |
Chris Cannam |
Indentation only
time-frequency-boxes
|
Wed, 25 Sep 2019 09:44:02 +0100 |
Chris Cannam |
Rename TimeFrequencyBoxModel to simply BoxModel
time-frequency-boxes
|
Wed, 25 Sep 2019 09:43:34 +0100 |
Chris Cannam |
Some tidying
time-frequency-boxes
|
Fri, 20 Sep 2019 14:18:38 +0100 |
Chris Cannam |
Fixes to export of time-frequency box model
time-frequency-boxes
|
Fri, 20 Sep 2019 11:35:14 +0100 |
Chris Cannam |
Reorder fields to ensure consistency with older Image model code
|
Fri, 20 Sep 2019 11:35:14 +0100 |
Chris Cannam |
Reorder fields to ensure consistency with older Image model code
time-frequency-boxes
|
Fri, 20 Sep 2019 11:24:47 +0100 |
Chris Cannam |
Ensure CSV-style export from time-freq box model is in the expected format
time-frequency-boxes
|
Thu, 19 Sep 2019 15:17:56 +0100 |
Chris Cannam |
Introduce time-frequency box model
time-frequency-boxes
|
Tue, 17 Sep 2019 11:21:33 +0100 |
Chris Cannam |
More graceful handling of failure to construct FFT models in the case where the source model has already been deleted before this occurs
|
Tue, 17 Sep 2019 10:42:55 +0100 |
Chris Cannam |
Fix calculation of binary name (don't include full path!)
|
Tue, 17 Sep 2019 09:28:27 +0100 |
Chris Cannam |
Lib dir name is usually the same as the binary name, not the formal application name
|
Mon, 16 Sep 2019 14:23:17 +0100 |
Chris Cannam |
Update helper dir path to look in equivalent of /usr/lib/xxxx on Linux
|
Thu, 12 Sep 2019 11:52:19 +0100 |
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)
|
Wed, 11 Sep 2019 13:20:40 +0100 |
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)
|
Wed, 11 Sep 2019 11:19:27 +0100 |
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 be
|
Tue, 10 Sep 2019 16:34:47 +0100 |
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.
|
Mon, 09 Sep 2019 10:25:16 +0100 |
Chris Cannam |
Don't even ask to unload a library if we know about other plugins that are loaded from it. Plus debug tweaks
|
Wed, 04 Sep 2019 17:31:02 +0100 |
Chris Cannam |
Some debug tweaks
|
Thu, 15 Aug 2019 18:18:03 +0100 |
Chris Cannam |
Optionally record relative pitch
|
Wed, 14 Aug 2019 13:54:23 +0100 |
Chris Cannam |
This output is too annoying, in the perfectly innocuous case of reading from an aggregate model whose components are different lengths
|
Wed, 14 Aug 2019 11:50:56 +0100 |
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 set
|
Tue, 13 Aug 2019 14:31:38 +0100 |
Chris Cannam |
Print log file location
|
Fri, 19 Jul 2019 16:10:00 +0100 |
Chris Cannam |
Correct some erroneous signal signatures
|
Thu, 18 Jul 2019 14:42:24 +0100 |
Chris Cannam |
Respect use-flexi-note-model setting
|
Thu, 18 Jul 2019 13:28:14 +0100 |
Chris Cannam |
Remove debug output (by default)
|
Thu, 18 Jul 2019 13:17:49 +0100 |
Chris Cannam |
Ensure the right model ID gets sent with the signal for alignment changes
|
Wed, 17 Jul 2019 14:24:51 +0100 |
Chris Cannam |
Merge from branch by-id
|
Wed, 17 Jul 2019 12:59:57 +0100 |
Chris Cannam |
Remove comment - these are now connected
by-id
|
Wed, 17 Jul 2019 12:57:33 +0100 |
Chris Cannam |
Doc
by-id
|
Wed, 17 Jul 2019 11:19:46 +0100 |
Chris Cannam |
Conditionally compile debug out
by-id
|
Mon, 15 Jul 2019 14:12:37 +0100 |
Chris Cannam |
Deleted-model checks, & debug output
by-id
|
Fri, 12 Jul 2019 13:57:42 +0100 |
Chris Cannam |
Work on management of alignment-related models
by-id
|
Mon, 08 Jul 2019 10:08:08 +0100 |
Chris Cannam |
Fix typo that inverted sense of test
by-id
|
Mon, 08 Jul 2019 10:07:55 +0100 |
Chris Cannam |
Print object name as well (if a QObject)
by-id
|
Sun, 07 Jul 2019 16:42:47 +0100 |
Chris Cannam |
Fix signal spec
by-id
|
Sat, 06 Jul 2019 18:12:54 +0100 |
Chris Cannam |
Merge
by-id
|
Sat, 06 Jul 2019 18:12:38 +0100 |
Chris Cannam |
MSVC fixes
by-id
|
Fri, 05 Jul 2019 16:55:54 +0100 |
Chris Cannam |
Don't hold on to borrowed pointer around the loop - so as to be informed when it becomes obsolete
by-id
|
Fri, 05 Jul 2019 16:55:27 +0100 |
Chris Cannam |
Tidy
by-id
|
Fri, 05 Jul 2019 16:55:20 +0100 |
Chris Cannam |
Comments
by-id
|
Fri, 05 Jul 2019 15:28:07 +0100 |
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 lifecycles
by-id
|
Thu, 04 Jul 2019 18:04:21 +0100 |
Chris Cannam |
Overhaul PlayParameters bits
by-id
|
Thu, 04 Jul 2019 14:30:48 +0100 |
Chris Cannam |
Return id from add(), + comment
by-id
|
Thu, 04 Jul 2019 14:30:41 +0100 |
Chris Cannam |
Remove obsolete method
by-id
|
Wed, 03 Jul 2019 14:20:19 +0100 |
Chris Cannam |
Update to ModelId
by-id
|
Tue, 02 Jul 2019 15:28:51 +0100 |
Chris Cannam |
Comment
by-id
|
Tue, 02 Jul 2019 15:28:46 +0100 |
Chris Cannam |
Add isa
by-id
|
Tue, 02 Jul 2019 14:08:25 +0100 |
Chris Cannam |
Use reference rather than bare pointer
by-id
|
Tue, 02 Jul 2019 11:49:28 +0100 |
Chris Cannam |
Update FFT model to ById
by-id
|
Mon, 01 Jul 2019 14:16:12 +0100 |
Chris Cannam |
Fix deprecation warning
by-id
|
Fri, 28 Jun 2019 17:36:30 +0100 |
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 tests
by-id
|
Thu, 27 Jun 2019 13:08:10 +0100 |
Chris Cannam |
Work on commands, and some other model updates
by-id
|
Wed, 26 Jun 2019 17:25:20 +0100 |
Chris Cannam |
More work on transformers
by-id
|
Wed, 26 Jun 2019 14:59:09 +0100 |
Chris Cannam |
Some work on models and transformers
by-id
|
Wed, 26 Jun 2019 10:21:15 +0100 |
Chris Cannam |
More on alignment models and paths
by-id
|
Tue, 25 Jun 2019 18:56:57 +0100 |
Chris Cannam |
More on AlignmentModel
by-id
|
Tue, 25 Jun 2019 15:29:45 +0100 |
Chris Cannam |
Merge
by-id
|
Tue, 25 Jun 2019 15:29:34 +0100 |
Chris Cannam |
Some messing with Model and AlignmentModel
by-id
|
Mon, 24 Jun 2019 18:42:28 +0100 |
Chris Cannam |
Warn for already-existing id
by-id
|
Mon, 24 Jun 2019 14:28:17 +0100 |
Chris Cannam |
Fix some deprecation warnings
by-id
|
Fri, 21 Jun 2019 14:35:38 +0100 |
Chris Cannam |
Experiment updating AggregateWaveModel
by-id
|
Fri, 21 Jun 2019 13:37:00 +0100 |
Chris Cannam |
Introduce Model to ById
by-id
|
Thu, 20 Jun 2019 14:58:20 +0100 |
Chris Cannam |
Merge
|
Thu, 20 Jun 2019 14:57:39 +0100 |
Chris Cannam |
Experiment toward working out an id-model store
by-id
|
Wed, 22 May 2019 15:37:44 +0100 |
Chris Cannam |
Merge
|
Thu, 20 Jun 2019 11:09:36 +0100 |
Chris Cannam |
Fix potential deadlock when notifying a handler that more models are [not] available
|
Thu, 20 Jun 2019 11:09:05 +0100 |
Chris Cannam |
Indentation only
|
Wed, 19 Jun 2019 13:32:52 +0100 |
Chris Cannam |
Re-implement extendEndFrame behaviour, used by Tony application
|
Mon, 17 Jun 2019 11:02:03 +0100 |
Chris Cannam |
Close paren in text
|
Wed, 12 Jun 2019 13:45:47 +0100 |
Chris Cannam |
Emit signal when write completes
|
Mon, 10 Jun 2019 11:01:55 +0100 |
Chris Cannam |
Merge
|
Mon, 03 Jun 2019 12:02:38 +0100 |
Chris Cannam |
Merge
|
Fri, 07 Jun 2019 10:32:46 +0100 |
Chris Cannam |
Merge
|
Tue, 21 May 2019 17:14:23 +0100 |
Chris Cannam |
Branch
3.3-stable
|
Tue, 21 May 2019 17:13:56 +0100 |
Chris Cannam |
32-bit build lacks AAC and WMA
|
Fri, 17 May 2019 12:41:06 +0100 |
Chris Cannam |
Build fix for Travis
|
Fri, 17 May 2019 12:35:06 +0100 |
Chris Cannam |
Remove hardcoded application name - this shouldn't be necessary now we're no longer doing a shadow build
|
Fri, 17 May 2019 11:53:43 +0100 |
Chris Cannam |
Build fixes
|
Fri, 17 May 2019 11:05:10 +0100 |
Chris Cannam |
Attempt to cope with the fact that Windows Server (for CI builds) lacks certain codecs
|
Fri, 17 May 2019 10:02:43 +0100 |
Chris Cannam |
Merge from branch single-point
|
Thu, 16 May 2019 15:48:07 +0100 |
Chris Cannam |
Make it permissible to setPathFrom(nullptr)
single-point
|
Thu, 16 May 2019 15:47:31 +0100 |
Chris Cannam |
Fix breakages with Travis CI image
single-point
|
Thu, 16 May 2019 12:55:11 +0100 |
Chris Cannam |
Oops
single-point
|
Thu, 16 May 2019 12:54:58 +0100 |
Chris Cannam |
Oops
|
Thu, 16 May 2019 12:48:21 +0100 |
Chris Cannam |
Merge from default branch
single-point
|
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
|
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
|
Tue, 24 Apr 2018 15:02:54 +0100 |
Chris Cannam |
Note about Q_OBJECT and lupdate
|
Tue, 24 Apr 2018 14:13:51 +0100 |
Chris Cannam |
Some messing around with profiling
|
Tue, 24 Apr 2018 10:01:34 +0100 |
Chris Cannam |
Fix hangs due to nested mutex lockers (as a result of emitting signals from within a locked section)
|
Mon, 23 Apr 2018 16:03:35 +0100 |
Chris Cannam |
The use of the begin/end pairs here just seems to cause too many rows to be deleted (from the visual representation, not the underlying model). Things apparently work better if we just modify the underlying model and let the change signals percolate back up again. To that end, update the change handlers so as to cover their proper ranges with dataChanged signals.
|
Tue, 17 Apr 2018 10:54:48 +0100 |
Chris Cannam |
Fix compiler warnings
|
Tue, 17 Apr 2018 10:52:06 +0100 |
Chris Cannam |
Merge from branch streaming-csv-writer
|
Tue, 17 Apr 2018 10:37:50 +0100 |
Chris Cannam |
For sparse models, write whole model to CSV in one go
streaming-csv-writer
|
Tue, 17 Apr 2018 10:37:15 +0100 |
Chris Cannam |
Update getEndFrame so as to refer explicitly to final frame + 1 (consistent with selection semantics and existing wave model)
streaming-csv-writer
|
Tue, 17 Apr 2018 10:35:42 +0100 |
Chris Cannam |
Merge from default branch
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:51 +0100 |
Lucas Thompson |
Add failing test case for writing a sparse model. Partially handle some of the related issues with line-breaks.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Remove anonymous namespace
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Fix multi-selection output line break issue, compare against end frame of last region.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Write failing test for multi-selection output - line break issue between regions.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Introduce overload of writeInChunks taking a MultiSelection. Simplifies the progress reporting.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Fix another occurrence of old name
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Fix typo of old name
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Implement progress reporting for multi-selection. Needs refactoring.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Fix progress reporting and allow for changing how progress is calculating (TODO multi-selection)
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Add failing test for non zero selection start
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:50 +0100 |
Lucas Thompson |
Initialise ProgressReporter member with default member initialiser
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Formatting and naming changes more in line with SV conventions.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Revert to adding a test case in the style of the existing file
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Remove some duplication and make use of utility function for writing in chunks to avoid memory growth.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Add constructor overload for using an optional ProgressReporter
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Added utility function for splitting a model selection into chunks and writing to a stream.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Already pre-allocated, don't push_back.
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Fix namespace
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Untabify
streaming-csv-writer
|
Tue, 17 Apr 2018 10:03:49 +0100 |
Lucas Thompson |
Introduce a TestHelper which contains boiler plate for running a suite of QtTest style objects. Stub CSVStreamWriter and test to integrate into build.
streaming-csv-writer
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
Thu, 01 Mar 2018 14:43:40 +0000 |
Chris Cannam |
Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
|
Mon, 11 Dec 2017 09:28:40 +0000 |
Chris Cannam |
Rework canonicalisation so as to avoid theoretical possibility of integer overflow
|
Thu, 07 Dec 2017 13:33:30 +0000 |
Chris Cannam |
Fix fallthrough which bothered compiler
|
Mon, 09 Oct 2017 11:09:21 +0100 |
Chris Cannam |
Fix reversed parameter names (fortunately the only call to this function currently uses the correct order)
|
Mon, 09 Oct 2017 11:08:59 +0100 |
Chris Cannam |
Add overlooked fclose in error case
|
Thu, 31 Aug 2017 18:46:03 +0100 |
Chris Cannam |
Merge
|
Thu, 31 Aug 2017 18:45:17 +0100 |
Chris Cannam |
Avoid displaying negative zero
|
Thu, 20 Jul 2017 14:52:49 +0100 |
Chris Cannam |
Adjust rounding; fixes tests on 32-bit Linux test box. Also update one test. Next: recheck everywhere else.
|
Mon, 10 Jul 2017 14:23:19 +0100 |
Chris Cannam |
Merge from branch "scale-ticks"
|
Thu, 04 May 2017 19:20:24 +0100 |
Chris Cannam |
SVDEBUG, though it turns out not to be very useful
scale-ticks
|
Thu, 04 May 2017 15:37:43 +0100 |
Chris Cannam |
Rework log scale calculation, update to changed interface
scale-ticks
|
Thu, 04 May 2017 13:32:42 +0100 |
Chris Cannam |
We don't need to return the tick instruction gubbins
scale-ticks
|
Thu, 04 May 2017 13:19:57 +0100 |
Chris Cannam |
Another test, that needs some more work
scale-ticks
|
Thu, 04 May 2017 10:46:38 +0100 |
Chris Cannam |
After seeing them in action, I changed my mind about the wisdom of these trailing .0s
scale-ticks
|
Thu, 04 May 2017 10:14:56 +0100 |
Chris Cannam |
Add logarithmic ticks. This is getting complicated!
scale-ticks
|
Thu, 04 May 2017 08:53:00 +0100 |
Chris Cannam |
Tests now passing
scale-ticks
|
Thu, 04 May 2017 08:32:41 +0100 |
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
|
Wed, 03 May 2017 18:26:26 +0100 |
Chris Cannam |
More tests & fixes
scale-ticks
|
Wed, 03 May 2017 18:06:48 +0100 |
Chris Cannam |
These tests now pass (in some cases by fixing the tests)
scale-ticks
|
Wed, 03 May 2017 18:01:25 +0100 |
Chris Cannam |
More fixes, more tests, including some more that now fail
scale-ticks
|
Wed, 03 May 2017 17:02:01 +0100 |
Chris Cannam |
These tests now pass, but there's still a lot to be done
scale-ticks
|
Wed, 03 May 2017 13:02:08 +0100 |
Chris Cannam |
Scale tick labeller, and tests (some failing so far)
scale-ticks
|
Tue, 07 Mar 2017 13:52:37 +0000 |
Chris Cannam |
Untabify!
|
Tue, 07 Mar 2017 13:27:53 +0000 |
Chris Cannam |
Change where the 32-bit memory calculation adjustment is carried out -- more transparent here
|
Tue, 07 Mar 2017 13:27:31 +0000 |
Chris Cannam |
More debug logging
|
Tue, 07 Mar 2017 11:48:44 +0000 |
Chris Cannam |
Debug output
|
Mon, 06 Mar 2017 17:37:23 +0000 |
Chris Cannam |
Fix some one-off memory leaks (including distracting ones in tests)
|
Mon, 06 Mar 2017 17:23:46 +0000 |
Chris Cannam |
Some bits and bobs to do with handling memory pressure
|
Mon, 06 Mar 2017 09:35:03 +0000 |
Chris Cannam |
More useful diagnostics for MIDI startup
|
Mon, 06 Mar 2017 09:34:29 +0000 |
Chris Cannam |
Avoid compiler warning for dummy build
|
Mon, 06 Mar 2017 09:34:09 +0000 |
Chris Cannam |
Support pre-5.4 Qt builds. Also, don't use SVDEBUG in here, because it depends on this class!
|
Sun, 05 Mar 2017 21:51:10 +0000 |
Chris Cannam |
Update RtMidi build to v2.1.1
|
Sun, 05 Mar 2017 17:16:04 +0000 |
Chris Cannam |
Debug output
|
Tue, 28 Feb 2017 15:10:50 +0000 |
Chris Cannam |
Fix equality comparison that caused test case failure on 32-bit build
|
Tue, 28 Feb 2017 14:04:16 +0000 |
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).
|
Tue, 28 Feb 2017 11:26:24 +0000 |
Chris Cannam |
Remove commented-out code
|
Tue, 28 Feb 2017 11:21:49 +0000 |
Chris Cannam |
LogRange tests
|
Mon, 27 Feb 2017 16:52:47 +0000 |
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.
|
Mon, 27 Feb 2017 15:44:14 +0000 |
Chris Cannam |
And say so
|
Mon, 27 Feb 2017 15:43:30 +0000 |
Chris Cannam |
Invalidate an aggregate model when one of its components announces it's about to be deleted
|
Mon, 27 Feb 2017 15:06:17 +0000 |
Chris Cannam |
Minor updates to demo script
|
Thu, 23 Feb 2017 17:05:26 +0000 |
Chris Cannam |
merge
|
Fri, 10 Feb 2017 14:49:45 +0000 |
Chris Cannam |
Update to match slightly changed Piper Vamp C++ API
|
Thu, 23 Feb 2017 09:22:56 +0000 |
Chris Cannam |
Debug notes, tidying
|
Wed, 22 Feb 2017 12:01:39 +0000 |
Chris Cannam |
Fix various "model deleted with no aboutToDelete notification" warnings (and one associated potential memory leak)
|
Wed, 22 Feb 2017 09:53:41 +0000 |
Chris Cannam |
Header required
|
Tue, 21 Feb 2017 21:10:15 +0000 |
Chris Cannam |
Merge
|
Tue, 21 Feb 2017 21:08:14 +0000 |
Chris Cannam |
Fixes to usage of fdopen, avoiding double-close in particular
|
Tue, 21 Feb 2017 21:07:54 +0000 |
Chris Cannam |
Fix some initialisers that are causing complaint from msvc (from double-to-float truncation)
|
Tue, 21 Feb 2017 17:42:40 +0000 |
Chris Cannam |
Fix occasional off-by-one error in resampled audio file reader
|
Tue, 21 Feb 2017 16:04:11 +0000 |
Chris Cannam |
Subrepo update
|
Fri, 10 Feb 2017 11:30:29 +0000 |
Lucas Thompson |
Change setDesiredExtractor signature to take ServerDescription aggregate.
dev/refactor-piper-related
|
Fri, 10 Feb 2017 11:15:19 +0000 |
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
|
Thu, 09 Feb 2017 14:32:07 +0000 |
Lucas Thompson |
Invert control, injecting a server path on construction. Also add initializer_list constructor for multiple servers.
dev/refactor-piper-related
|
Tue, 07 Feb 2017 14:55:19 +0000 |
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.
|
Mon, 06 Feb 2017 09:18:44 +0000 |
Chris Cannam |
Catch exception from initialise
|
Tue, 31 Jan 2017 11:13:20 +0000 |
Chris Cannam |
Handle exceptions raised during plugin processing (as opposed to on init/configure, which were already handled)
|
Thu, 26 Jan 2017 14:11:20 +0000 |
Chris Cannam |
Reduce amount of copying in FFTModel
|
Fri, 20 Jan 2017 18:05:41 +0000 |
Chris Cannam |
Update piper-cpp to github repo, and adjust build for revised layout in it
|
Thu, 19 Jan 2017 11:01:41 +0000 |
Chris Cannam |
Fix absurd typo that was preventing transforms from running at all!
|
Wed, 18 Jan 2017 14:21:39 +0000 |
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
|
Wed, 18 Jan 2017 14:20:05 +0000 |
Chris Cannam |
Guard
|
Fri, 13 Jan 2017 13:12:37 +0000 |
Chris Cannam |
Fix spurious test failure in 32-bit build
|
Fri, 13 Jan 2017 10:29:44 +0000 |
Chris Cannam |
Merge from branch 3.0-integration
|
Thu, 12 Jan 2017 17:29:59 +0000 |
Chris Cannam |
Fix (I think) crash on exit on Windows having loaded an mp3
3.0-integration
|
Tue, 10 Jan 2017 16:56:48 +0000 |
Chris Cannam |
Fix compiler warning, remove some debug out
3.0-integration
|
Tue, 10 Jan 2017 14:18:34 +0000 |
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
|
Tue, 10 Jan 2017 11:08:14 +0000 |
Chris Cannam |
Win32 fixes
3.0-integration
|
Tue, 10 Jan 2017 11:06:19 +0000 |
Chris Cannam |
Some platforms don't use native Ogg/Vorbis libraries
3.0-integration
|
Tue, 10 Jan 2017 10:58:25 +0000 |
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
|
Mon, 09 Jan 2017 18:51:42 +0000 |
Chris Cannam |
Remove unneeded debug
3.0-integration
|
Mon, 09 Jan 2017 16:41:45 +0000 |
Chris Cannam |
Fix a strictly-incorrect #if guard
3.0-integration
|
Mon, 09 Jan 2017 16:39:55 +0000 |
Chris Cannam |
Untabify
3.0-integration
|
Mon, 09 Jan 2017 16:31:57 +0000 |
Chris Cannam |
Fix inadequate #if guard for non-gcc builds
3.0-integration
|
Mon, 09 Jan 2017 13:51:39 +0000 |
Chris Cannam |
Further win32 build updates
3.0-integration
|
Mon, 09 Jan 2017 11:53:06 +0000 |
Chris Cannam |
Fixes and updates for 32-bit Windows build
3.0-integration
|
Mon, 09 Jan 2017 10:14:59 +0000 |
Chris Cannam |
Add checker README; rename plugin-checker-helper binary (back) to vamp-plugin-load-checker -- I decided it was more useful to have a distinctive name for the installed binary than it was important to show that it was plugin-agnostic
3.0-integration
|
Fri, 06 Jan 2017 21:38:07 +0000 |
Chris Cannam |
Add ogg testfiles
3.0-integration
|
Fri, 06 Jan 2017 21:04:52 +0000 |
Chris Cannam |
And similar approach for the writer
3.0-integration
|
Fri, 06 Jan 2017 20:51:47 +0000 |
Chris Cannam |
Take a different approach to using libsndfile -- the _fd function doesn't work for me in this build, so use the wchar api
3.0-integration
|
Fri, 06 Jan 2017 16:40:11 +0000 |
Chris Cannam |
Update WAV/MP3/BZipFileDevice code to avoid using local 8-bit encoding
3.0-integration
|
Fri, 06 Jan 2017 15:53:02 +0000 |
Chris Cannam |
Fix typo in encoded string
3.0-integration
|
Fri, 06 Jan 2017 15:44:55 +0000 |
Chris Cannam |
More work on getting tests (especially file encoding ones) running on Windows. Various problems here to do with interaction with test filenames in Hg repos
3.0-integration
|
Fri, 06 Jan 2017 12:11:08 +0000 |
Chris Cannam |
Add filename encoding tests
3.0-integration
|
Fri, 06 Jan 2017 11:21:09 +0000 |
Chris Cannam |
Untabify, comment test that doesn't apply on Windows
3.0-integration
|
Fri, 06 Jan 2017 09:50:13 +0000 |
Chris Cannam |
Untabify some more
3.0-integration
|
Fri, 06 Jan 2017 09:43:40 +0000 |
Chris Cannam |
Improved debug output for file open troubleshooting
3.0-integration
|
Fri, 06 Jan 2017 09:15:36 +0000 |
Chris Cannam |
Untabify
3.0-integration
|
Thu, 05 Jan 2017 14:30:49 +0000 |
Chris Cannam |
More cache hit counts; make debug output from colour 3d plot renderer (even though it is to SVDEBUG) appear only with explicit debug flag
3.0-integration
|
Thu, 05 Jan 2017 11:10:38 +0000 |
Chris Cannam |
Doc comment
3.0-integration
|
Wed, 04 Jan 2017 16:03:12 +0000 |
Chris Cannam |
Wire up record monitoring
3.0-integration
|
Wed, 04 Jan 2017 14:22:39 +0000 |
Chris Cannam |
Make writable model updating explicit rather than essentially an arbitrary hidden accident
3.0-integration
|
Wed, 04 Jan 2017 12:05:14 +0000 |
Chris Cannam |
Close wave file writer when recording stops (instead of leaving record file unclosed until the model is deleted)
3.0-integration
|
Tue, 03 Jan 2017 13:04:47 +0000 |
Chris Cannam |
Fix printf format
3.0-integration
|
Tue, 03 Jan 2017 11:55:29 +0000 |
Chris Cannam |
Fix some compiler warnings
3.0-integration
|
Mon, 19 Dec 2016 16:34:38 +0000 |
Chris Cannam |
Merge from branch svg, and thus (in some subrepos) from levelpanwidget
3.0-integration
|
Mon, 19 Dec 2016 16:32:34 +0000 |
Chris Cannam |
Implement "Export SVG file..."
svg
|
Fri, 16 Dec 2016 14:16:05 +0000 |
Chris Cannam |
Introduce a colour map combo too. Doesn't yet have swatches
3.0-integration
|
Thu, 15 Dec 2016 08:59:19 +0000 |
Chris Cannam |
Merge
3.0-integration
|
Thu, 15 Dec 2016 08:58:43 +0000 |
Chris Cannam |
Update to current bqresample API
3.0-integration
|
Wed, 14 Dec 2016 14:28:41 +0000 |
Chris Cannam |
Merge from branch 3.0-integration
3.0-integration
|
Tue, 13 Dec 2016 16:06:28 +0000 |
Chris Cannam |
QuickTime file reader is no longer used on any platform and is probably rotting. Remove it
3.0-integration
|
Tue, 13 Dec 2016 15:23:21 +0000 |
Chris Cannam |
Update to use bqvec allocator for float vectors
3.0-integration
|
Tue, 13 Dec 2016 12:03:48 +0000 |
Chris Cannam |
Handle increases in the overall channel count by closing and reopening the audio device.
3.0-integration
|
Mon, 12 Dec 2016 15:18:52 +0000 |
Chris Cannam |
Some hackery toward having a zoomlevel type
zoom
|
Fri, 09 Dec 2016 19:04:33 +0000 |
Chris Cannam |
Fix compiler warnings
3.0-integration
|
Fri, 09 Dec 2016 18:01:55 +0000 |
Chris Cannam |
Merge from branch bqresample
3.0-integration
|
Fri, 09 Dec 2016 14:40:49 +0000 |
Chris Cannam |
Fixes to sample rate and latency handling
bqresample
|
Fri, 09 Dec 2016 10:24:40 +0000 |
Chris Cannam |
Update to reflect bqresample API change
3.0-integration
|
Wed, 07 Dec 2016 13:56:22 +0000 |
Chris Cannam |
Remove unnecessary move()s
3.0-integration
|
Mon, 05 Dec 2016 16:54:19 +0000 |
Chris Cannam |
Start pruning other resampler logic than bqresample
3.0-integration
|
Mon, 05 Dec 2016 16:39:03 +0000 |
Chris Cannam |
Remove resampler quality option (#1760)
3.0-integration
|
Fri, 02 Dec 2016 09:14:11 +0000 |
Chris Cannam |
Add Apple Lossless files
3.0-integration
|
Fri, 02 Dec 2016 09:13:52 +0000 |
Chris Cannam |
Further updates to tests and debug output for file reading on OSX
3.0-integration
|
Thu, 01 Dec 2016 20:49:55 +0000 |
Chris Cannam |
More faffing with tests, to no great effect
3.0-integration
|
Thu, 01 Dec 2016 17:45:40 +0000 |
Chris Cannam |
Add gapless preference to prefs dialog; much work on audio read tests
3.0-integration
|
Tue, 29 Nov 2016 17:09:07 +0000 |
Chris Cannam |
Another check to ensure sync error suppressed at eof
3.0-integration
|
Tue, 29 Nov 2016 16:45:53 +0000 |
Chris Cannam |
Merge from branch mp3-gapless
3.0-integration
|
Tue, 29 Nov 2016 16:45:29 +0000 |
Chris Cannam |
Stop reporting sync errors only when we really are at eof, i.e. after the input callback has been called again (previously we just tested whether we'd buffered up all the input, which of course we do in one go at the start)
mp3-gapless
|
Tue, 29 Nov 2016 14:35:27 +0000 |
Chris Cannam |
Test fixes
mp3-gapless
|
Tue, 29 Nov 2016 14:25:57 +0000 |
Chris Cannam |
Update m4a files to exports from CoreAudio, rather than FAAC; update tests accordingly, and add test for spurious data after end of decode
mp3-gapless
|
Tue, 29 Nov 2016 13:34:51 +0000 |
Chris Cannam |
Handle trimming the padding from end as well
mp3-gapless
|
Tue, 29 Nov 2016 12:06:49 +0000 |
Chris Cannam |
Refactor in CodedAudioFileReader in preparation for trimming at end
mp3-gapless
|
Tue, 29 Nov 2016 11:35:56 +0000 |
Chris Cannam |
Add gapless flag to MP3FileReader, and implement trimming the delay samples from the start (padding is not yet trimmed from end)
mp3-gapless
|
Tue, 29 Nov 2016 08:58:50 +0000 |
Chris Cannam |
Add test for last change to ColumnOp
3.0-integration
|
Mon, 28 Nov 2016 18:09:59 +0000 |
Chris Cannam |
Further fix to decision about when not to interpolate in ColumnOp::distribute
3.0-integration
|
Mon, 28 Nov 2016 14:41:45 +0000 |
Chris Cannam |
Merge
3.0-integration
|
Mon, 28 Nov 2016 14:40:45 +0000 |
Chris Cannam |
Interpolate always, when interpolation requested. Previous test failed to take into account varying bin height in log-scale modes, which meant interpolation might be necessary even when more bins than pixels.
3.0-integration
|
Fri, 25 Nov 2016 17:33:44 +0000 |
Chris Cannam |
Make CSV feature writer produce the same output with Qt 5.6 and 5.7+
3.0-integration
|
Fri, 25 Nov 2016 17:33:12 +0000 |
Chris Cannam |
Don't show this... We should find a better way to make it available in the UI
3.0-integration
|
Fri, 25 Nov 2016 14:26:24 +0000 |
Chris Cannam |
Avoid being locale-specific in XSD parse
3.0-integration
|
Fri, 25 Nov 2016 11:37:06 +0000 |
Chris Cannam |
Merge
3.0-integration
|
Fri, 25 Nov 2016 11:33:34 +0000 |
Chris Cannam |
Improve mp3 offset detection, add test for truncated decode
3.0-integration
|
Fri, 25 Nov 2016 11:33:02 +0000 |
Chris Cannam |
Don't always print these
3.0-integration
|
Fri, 25 Nov 2016 10:08:52 +0000 |
Chris Cannam |
Merge from branch subdivide-instants
3.0-integration
|
Fri, 25 Nov 2016 10:08:09 +0000 |
Chris Cannam |
Tidy up, with some convenient C++11isms
subdivide-instants
|
Fri, 25 Nov 2016 09:57:36 +0000 |
Chris Cannam |
Add Winnow as well
subdivide-instants
|
Fri, 25 Nov 2016 09:38:53 +0000 |
Chris Cannam |
Implement "Subdivide Selected Instants". Also add the relabel command to the history, which I previously forgot to do!
subdivide-instants
|
Thu, 24 Nov 2016 17:06:31 +0000 |
Chris Cannam |
Add MAD_BUFFER_GUARD padding at end of mp3 buffer, in order to ensure last frame is decoded successfully (otherwise the decoded audio is truncated). Another thing learned from madplay.
3.0-integration
|
Thu, 24 Nov 2016 13:38:45 +0000 |
Chris Cannam |
Do that only for the first frame
3.0-integration
|
Thu, 24 Nov 2016 13:32:04 +0000 |
Chris Cannam |
Filter out Xing/LAME info frames, rather than letting them go to the mp3 decoder as if they were audio frames. Fixes the 1152-sample zero pad at start of some decoded mp3 files (distinct from decoder delay). The logic here is based on the madplay code.
3.0-integration
|
Wed, 23 Nov 2016 14:51:03 +0000 |
Chris Cannam |
Tag load diagnostic
3.0-integration
|
Wed, 23 Nov 2016 14:34:27 +0000 |
Chris Cannam |
A bit more diagnostic info
3.0-integration
|
Wed, 23 Nov 2016 13:57:36 +0000 |
Chris Cannam |
More diagnostic output
3.0-integration
|
Wed, 23 Nov 2016 12:05:53 +0000 |
Chris Cannam |
More error reporting updates
3.0-integration
|
Wed, 23 Nov 2016 10:38:53 +0000 |
Chris Cannam |
Warn when out-of-range bin requested
3.0-integration
|
Wed, 23 Nov 2016 10:35:10 +0000 |
Chris Cannam |
Avoid potentially trying to allocate negative-sized vector!
3.0-integration
|
Wed, 23 Nov 2016 10:34:45 +0000 |
Chris Cannam |
Debug note when we overrun end of data
3.0-integration
|
Wed, 23 Nov 2016 10:34:30 +0000 |
Chris Cannam |
Trivial loop reordering for sequential index
3.0-integration
|
Tue, 22 Nov 2016 16:40:41 +0000 |
Chris Cannam |
Debug output updates
3.0-integration
|
Tue, 22 Nov 2016 16:40:28 +0000 |
Chris Cannam |
Avoid compiler warning
3.0-integration
|
Tue, 22 Nov 2016 16:40:14 +0000 |
Chris Cannam |
Actually use the StorageAdviser output properly
3.0-integration
|
Tue, 22 Nov 2016 16:39:29 +0000 |
Chris Cannam |
More informative debug output from StorageAdviser
3.0-integration
|
Tue, 22 Nov 2016 16:39:17 +0000 |
Chris Cannam |
Add SVCERR and the ability to silence debug output (giving Sonic Annotator a --quiet mode)
3.0-integration
|
Mon, 21 Nov 2016 17:08:02 +0000 |
Chris Cannam |
Hit counts optional
3.0-integration
|
Mon, 21 Nov 2016 16:54:37 +0000 |
Chris Cannam |
Merge from default branch
3.0-integration
|
Mon, 21 Nov 2016 16:32:58 +0000 |
Chris Cannam |
Send RDF-indexer warnings to debug rather than cerr
|
Mon, 21 Nov 2016 15:33:03 +0000 |
Chris Cannam |
Merge from branch bqfft
3.0-integration
|
Mon, 21 Nov 2016 15:05:57 +0000 |
Chris Cannam |
Branch to use bqfft code and remove FFTapi
bqfft
|
Fri, 18 Nov 2016 23:30:15 +0000 |
Chris Cannam |
Don't show this log by default
3.0-integration
|
Fri, 18 Nov 2016 12:53:21 +0000 |
Chris Cannam |
Fix fairly obscure mis-canonicalisation in RealTime (leading to non-canonical but still correct values)
3.0-integration
|
Thu, 17 Nov 2016 14:46:03 +0000 |
Chris Cannam |
Further column op tests and fixes
3.0-integration
|
Thu, 17 Nov 2016 14:33:20 +0000 |
Chris Cannam |
Tests and fixes for distribute(). Although this version of interpolated distribution passes these tests, it isn't right visually -- the expected values in the tests are offset. To be continued.
3.0-integration
|
Thu, 17 Nov 2016 11:56:54 +0000 |
Chris Cannam |
Start tests for ColumnOp (+ some resulting fixes)
3.0-integration
|
Wed, 16 Nov 2016 16:12:42 +0000 |
Chris Cannam |
Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types
3.0-integration
|
Tue, 15 Nov 2016 16:54:02 +0000 |
Chris Cannam |
Test fixes
3.0-integration
|
Tue, 15 Nov 2016 16:12:48 +0000 |
Chris Cannam |
RealTime fixes to comply with new, more demanding tests; also run same (failing) tests on Vamp SDK version
3.0-integration
|
Mon, 14 Nov 2016 17:54:22 +0000 |
Chris Cannam |
Remove some no-longer-used project files
3.0-integration
|
Mon, 14 Nov 2016 17:53:16 +0000 |
Chris Cannam |
Rearrange svcore tests so they can all be built from the top level
3.0-integration
|
Mon, 14 Nov 2016 15:00:29 +0000 |
Chris Cannam |
Further RealTime test (currently failing)
3.0-integration
|
Thu, 10 Nov 2016 09:58:28 +0000 |
Chris Cannam |
More timings and cache hit counts
3.0-integration
|
Thu, 10 Nov 2016 09:23:05 +0000 |
Chris Cannam |
A note on cache hit findings
3.0-integration
|
Wed, 09 Nov 2016 18:08:40 +0000 |
Chris Cannam |
Print out cache hit/miss counts
3.0-integration
|
Sat, 05 Nov 2016 10:41:41 +0000 |
Chris Cannam |
Merge from branch piper
3.0-integration
|
Sat, 05 Nov 2016 10:40:22 +0000 |
Chris Cannam |
Avoid assigning model resolution of 0 to models coming from plugins that report weirdly high output rates (symptom: data did not show up in edit layer data dialog, as the row/frame conversion failed)
piper
|
Fri, 04 Nov 2016 16:44:59 +0000 |
Chris Cannam |
Fix omitted topmost bin
3.0-integration
|
Fri, 04 Nov 2016 16:01:37 +0000 |
Chris Cannam |
Ensure columns all have correct height when retrieved (to avoid e.g. empty columns because a feature extractor's start time was >0)
3.0-integration
|
Fri, 04 Nov 2016 14:57:03 +0000 |
Chris Cannam |
Merge from branch piper
3.0-integration
|
Fri, 04 Nov 2016 14:39:15 +0000 |
Chris Cannam |
Some updates to accommodate adaptation for Sonic Annotator
piper
|
Fri, 04 Nov 2016 14:16:01 +0000 |
Chris Cannam |
Align Sonic Annotator with the new Piper-ified subrepos (bearing in mind we want neither Piper nor the plugin load checker in Sonic Annotator itself)
piper
|
Thu, 03 Nov 2016 15:38:17 +0000 |
Chris Cannam |
Update to use listargs variant of Piper stuff (so that the plugin winnowing feature from the penultimate commit actually works)
piper
|
Thu, 03 Nov 2016 14:57:00 +0000 |
Chris Cannam |
Make SVDEBUG always write to a log file -- formerly this was disabled in NDEBUG builds. I think there's little use to that, it just means that we keep adding more cerr debug output because we aren't getting the log we need. And SVDEBUG logging is not usually used in tight loops, I don't think the performance overhead is too serious.
piper
|
Thu, 03 Nov 2016 14:14:09 +0000 |
Chris Cannam |
Use plugin scan results to inform the list requests issued to Piper servers
piper
|
Tue, 01 Nov 2016 16:02:15 +0000 |
Chris Cannam |
Logging; use only first ("native") helper for non-Vamp plugins
piper
|
Tue, 01 Nov 2016 15:09:44 +0000 |
Chris Cannam |
More useful reporting output
piper
|
Tue, 01 Nov 2016 14:43:51 +0000 |
Chris Cannam |
Add omitted files, again!
piper
|
Tue, 01 Nov 2016 14:08:57 +0000 |
Chris Cannam |
Merge from branch 3.0-integration
piper
|
Tue, 01 Nov 2016 14:06:47 +0000 |
Chris Cannam |
Support multiple plugin checker helpers, as for multiple piper servers
3.0-integration
|
Tue, 01 Nov 2016 12:09:05 +0000 |
Chris Cannam |
Support for multiple servers
3.0-integration
|
Fri, 28 Oct 2016 15:20:58 +0100 |
Chris Cannam |
Merge from branch piper
3.0-integration
|
Fri, 28 Oct 2016 15:19:12 +0100 |
Chris Cannam |
Merge from branch project-file-rework
piper
|
Fri, 28 Oct 2016 11:32:36 +0100 |
Chris Cannam |
Ensure plugin is deleted in same thread that created and used it
project-file-rework
|
Fri, 28 Oct 2016 11:08:17 +0100 |
Chris Cannam |
Rename server to simple-server, and add some more description in usage
project-file-rework
|
Thu, 27 Oct 2016 16:13:25 +0100 |
Chris Cannam |
Error handling
project-file-rework
|
Thu, 27 Oct 2016 14:01:35 +0100 |
Chris Cannam |
Error handling
project-file-rework
|
Thu, 27 Oct 2016 12:06:14 +0100 |
Chris Cannam |
Update Piper server invocation convention
project-file-rework
|
Thu, 27 Oct 2016 10:29:44 +0100 |
Chris Cannam |
More Windows build bits
project-file-rework
|
Tue, 25 Oct 2016 21:06:38 +0100 |
Chris Cannam |
Fix maddening failure to start server with space in its path
project-file-rework
|
Tue, 25 Oct 2016 11:04:26 +0100 |
Chris Cannam |
Merge
project-file-rework
|
Tue, 25 Oct 2016 10:53:12 +0100 |
Chris Cannam |
Add files that I forgot to track on Friday (sigh)
piper
|
Mon, 24 Oct 2016 17:53:33 +0100 |
Chris Cannam |
Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without them
project-file-rework
|
Fri, 21 Oct 2016 16:24:30 +0100 |
Chris Cannam |
Error reporting for Piper server startup
piper
|
Fri, 21 Oct 2016 14:51:22 +0100 |
Chris Cannam |
Fixes to choice of plugin factory
piper
|
Fri, 21 Oct 2016 11:49:27 +0100 |
Chris Cannam |
Restore native-Vamp factory and make the choice between Piper and Native a preference
piper
|
Thu, 20 Oct 2016 18:31:02 +0100 |
Chris Cannam |
Fix capnp include scenario on Windows
piper
|
Thu, 20 Oct 2016 14:06:58 +0100 |
Chris Cannam |
Avoid instantiating all plugins (in piper client) on startup, using plugin static data instead. Problem of where to get the units field from is still pending.
piper
|
Thu, 20 Oct 2016 11:19:34 +0100 |
Chris Cannam |
Merge from branch 3.0-integration
piper
|
Thu, 20 Oct 2016 11:16:22 +0100 |
Chris Cannam |
Merge from branch msvc2015_64
3.0-integration
|
Wed, 19 Oct 2016 17:33:32 +0100 |
Chris Cannam |
Further MSVC build stuff. Committing this as-is because it's building and running now, but there's a lot to tidy up.
msvc2015_64
|
Wed, 19 Oct 2016 09:11:51 +0100 |
Chris Cannam |
Tidy and re-fix for Linux
msvc2015_64
|
Tue, 18 Oct 2016 15:54:56 +0100 |
Chris Cannam |
MSVC build fixes
msvc2015_64
|
Tue, 18 Oct 2016 14:04:06 +0100 |
Chris Cannam |
Merge from branch "3.0-integration"
msvc2015_64
|
Tue, 18 Oct 2016 14:03:55 +0100 |
Chris Cannam |
MSVC build fixes
msvc2015_64
|
Tue, 18 Oct 2016 14:03:35 +0100 |
Chris Cannam |
MatrixFile is no longer used
3.0-integration
|
Mon, 17 Oct 2016 16:39:36 +0100 |
Chris Cannam |
Fix compiler warnings
piper
|
Mon, 17 Oct 2016 14:55:05 +0100 |
Chris Cannam |
Restore plugin categories
piper
|
Mon, 17 Oct 2016 14:28:43 +0100 |
Chris Cannam |
More cautious locking on sparse model modification
piper
|
Mon, 17 Oct 2016 14:18:23 +0100 |
Chris Cannam |
Pull out model creation into the transformer thread run(), so that all communications with the plugin server happen on a single thread. Then make the model accessor wait for them to be created (which still happens right at the start of processing) before returning.
piper
|
Fri, 14 Oct 2016 16:23:04 +0100 |
Chris Cannam |
Try AutoPlugin; also not very successful
piper
|
Fri, 14 Oct 2016 14:33:43 +0100 |
Chris Cannam |
Bodge in piper-cpp client (not yet working)
piper
|
Tue, 20 Sep 2016 09:16:13 +0100 |
Chris Cannam |
Merge from default branch
3.0-integration
|
Tue, 20 Sep 2016 09:16:05 +0100 |
Chris Cannam |
Merge from branch tony-2.0-integration
3.0-integration
|
Fri, 19 Aug 2016 15:58:57 +0100 |
Chris Cannam |
Merge latest SV 3.0 branch code
tony-2.0-integration
|
Tue, 16 Aug 2016 16:49:22 +0100 |
Chris Cannam |
Compiler warning fixes
|
Mon, 15 Aug 2016 16:42:19 +0100 |
Chris Cannam |
Avoid warning
3.0-integration
|
Fri, 05 Aug 2016 17:48:52 +0100 |
Chris Cannam |
Introduce labels in RangeMapper and use them in AudioDial, though only for tooltip at present. Make use of this for spectrogram magic -81dB/-Inf threshold. Also introduce static strings for inf/pi and use where appropriate.
3.0-integration
|
Fri, 05 Aug 2016 15:05:02 +0100 |
Chris Cannam |
Merge work on unified spectrogram and colour 3d plot caching renderer
3.0-integration
|
Fri, 05 Aug 2016 14:31:16 +0100 |
Chris Cannam |
Fixes to phase display and colour scale for it; tidy up some debug output
spectrogram-minor-refactor
|
Thu, 04 Aug 2016 14:02:56 +0100 |
Chris Cannam |
Restore phase display
spectrogram-minor-refactor
|
Wed, 03 Aug 2016 16:16:23 +0100 |
Chris Cannam |
Re-enable (little-used) normalise-visible-range option in spectrogram layer
spectrogram-minor-refactor
|
Wed, 03 Aug 2016 14:19:56 +0100 |
Chris Cannam |
Avoid overrun-by-1
spectrogram-minor-refactor
|
Mon, 01 Aug 2016 16:25:06 +0100 |
Chris Cannam |
Float/double conversion fixes
spectrogram-minor-refactor
|
Mon, 01 Aug 2016 16:21:01 +0100 |
Chris Cannam |
Fix threshold in spectrogram -- it wasn't working in the last release.
spectrogram-minor-refactor
|
Mon, 01 Aug 2016 15:06:16 +0100 |
Chris Cannam |
Scale range matching
spectrogram-minor-refactor
|
Wed, 20 Jul 2016 13:40:23 +0100 |
Chris Cannam |
Toward updating mag cache
spectrogram-minor-refactor
|
Thu, 14 Jul 2016 16:12:05 +0100 |
Chris Cannam |
Convert ColumnNormalization to an enum class, and separate out normalize-visible
spectrogram-minor-refactor
|
Thu, 14 Jul 2016 14:49:04 +0100 |
Chris Cannam |
Fix potential crash in Dense3dModelPeakCache owing to combination of wrong width calculation and wrong handling of width overrun
spectrogram-minor-refactor
|
Wed, 13 Jul 2016 13:06:28 +0100 |
Chris Cannam |
Create, but don't yet use, a renderer in the colour 3d plot layer
spectrogram-minor-refactor
|
Thu, 23 Jun 2016 14:43:00 +0100 |
Chris Cannam |
Comments and naming
spectrogram-minor-refactor
|
Thu, 23 Jun 2016 08:45:52 +0100 |
Chris Cannam |
Small fix to compiler warning
spectrogram-minor-refactor
|
Mon, 20 Jun 2016 12:00:32 +0100 |
Chris Cannam |
Extend column logic to peak frequency display as well, and correct some scopes according to whether values are per source column or per target pixel
spectrogram-minor-refactor
|
Mon, 20 Jun 2016 11:30:15 +0100 |
Chris Cannam |
Pull out column ops into ColumnOp
spectrogram-minor-refactor
|
Mon, 13 Jun 2016 16:17:44 +0100 |
Chris Cannam |
Mid-refactor to pull out the bulk of paintDrawBuffer into chunks
spectrogram-minor-refactor
|
Wed, 27 Apr 2016 11:04:32 +0100 |
Chris Cannam |
OSX build fixes
3.0-integration
|
Thu, 21 Apr 2016 15:29:30 +0100 |
Chris Cannam |
Merge from the default branch
3.0-integration
|
Wed, 20 Apr 2016 12:06:28 +0100 |
Chris Cannam |
Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf
3.0-plus-imaf
|
Fri, 15 Apr 2016 16:26:15 +0100 |
Chris Cannam |
Merge from branch pluginscan
3.0-integration
|
Fri, 15 Apr 2016 16:13:06 +0100 |
Chris Cannam |
Check for plugin scan helper checker helper program in suitable directory, & tidy up warning messages somewhat
pluginscan
|
Thu, 14 Apr 2016 16:52:55 +0100 |
Chris Cannam |
Update for adjusted checker layout, and tidy
pluginscan
|
Thu, 14 Apr 2016 14:03:18 +0100 |
Chris Cannam |
Make use of, and warn for, the plugin checker for all types of plugin. Haven't yet resolved the question of how to install and find it.
pluginscan
|
Thu, 14 Apr 2016 12:12:04 +0100 |
Chris Cannam |
First cut running (but not yet using output of, or recovering from errors in) the plugin checker at startup
pluginscan
|
Mon, 21 Mar 2016 10:02:21 +0000 |
Chris Cannam |
Add -ldl in a couple more places
|
Fri, 18 Mar 2016 15:30:28 +0000 |
Chris Cannam |
Win32 build fix
|
Fri, 18 Mar 2016 14:25:05 +0000 |
Chris Cannam |
Start including Vamp SDK into main build, as we do with Sonic Annotator
3.0-integration
|
Fri, 18 Mar 2016 13:42:54 +0000 |
Chris Cannam |
Presume that the Vamp SDK exists at the directory next door
|
Fri, 04 Mar 2016 12:38:20 +0000 |
Chris Cannam |
Merge from default branch
3.0-integration
|
Fri, 04 Mar 2016 12:29:35 +0000 |
Chris Cannam |
Merge
|
Fri, 04 Mar 2016 09:50:09 +0000 |
Chris Cannam |
Fix display of 3d model data in data editor, by adding start frame offset (formerly ignored)
|
Wed, 02 Mar 2016 16:16:36 +0000 |
Chris Cannam |
Merge from default branch
3.0-integration
|
Thu, 25 Feb 2016 13:02:57 +0000 |
Chris Cannam |
...commented out
|
Thu, 25 Feb 2016 13:02:46 +0000 |
Chris Cannam |
Debug
|
Fri, 22 Jan 2016 09:52:08 +0000 |
Chris Cannam |
Debug bits
|
Tue, 19 Jan 2016 12:32:30 +0000 |
Chris Cannam |
Show warning to the user when plugin population has problems
|
Mon, 11 Jan 2016 14:18:56 +0000 |
Chris Cannam |
Check for plugin loadability before trying to load in the main process (POSIX only so far)
|
Fri, 08 Jan 2016 15:39:12 +0000 |
Chris Cannam |
Pull out candidate list
|
Thu, 25 Feb 2016 10:53:10 +0000 |
Chris Cannam |
Better error reporting for transform load (from RDF and XML)
|
Wed, 24 Feb 2016 11:35:51 +0000 |
Chris Cannam |
Work around libsndfile-1.0.26 bug that reports all files as non-seekable
|
Wed, 24 Feb 2016 10:28:47 +0000 |
Chris Cannam |
Use float format for cached files in CodedAudioFileReader, to preserve internal representation (see comment)
|
Thu, 04 Feb 2016 11:16:05 +0000 |
Chris Cannam |
Merge from the default branch
3.0-integration
|
Thu, 04 Feb 2016 11:13:39 +0000 |
Chris Cannam |
Merge from branch "tony-2.0-integration"
3.0-integration
|
Sat, 30 Jan 2016 12:08:50 +0000 |
Chris Cannam |
Merge
|
Sat, 30 Jan 2016 12:05:14 +0000 |
Chris Cannam |
Update acinclude files to look for qt5-qmake as well as qmake-qt5
|
Fri, 22 Jan 2016 18:12:06 +0000 |
Chris Cannam |
Small possible speedup
3.0-integration
|
Fri, 22 Jan 2016 17:08:02 +0000 |
Chris Cannam |
Tidy a bit
3.0-integration
|
Fri, 22 Jan 2016 13:39:45 +0000 |
Chris Cannam |
Convert 3d model column type from QVector to std::vector; replace another user of ResizeableBitset
3.0-integration
|
Fri, 22 Jan 2016 12:46:42 +0000 |
Chris Cannam |
Don't need ResizeableBitset, vector<bool> is already a compact format
3.0-integration
|
Fri, 22 Jan 2016 12:46:19 +0000 |
Chris Cannam |
Fix one-block rounding error when zoomed a long way out, visible as an offset toward the end of very long audio files
3.0-integration
|
Fri, 22 Jan 2016 09:52:30 +0000 |
Chris Cannam |
Adjust locking when filling range cache in background thread, so as to spend less time waiting on locks
3.0-integration
|
Fri, 22 Jan 2016 09:52:08 +0000 |
Chris Cannam |
Debug bits
3.0-integration
|
Tue, 19 Jan 2016 12:32:30 +0000 |
Chris Cannam |
Show warning to the user when plugin population has problems
3.0-integration
|
Mon, 11 Jan 2016 14:18:56 +0000 |
Chris Cannam |
Check for plugin loadability before trying to load in the main process (POSIX only so far)
3.0-integration
|
Fri, 08 Jan 2016 15:39:12 +0000 |
Chris Cannam |
Pull out candidate list
3.0-integration
|
Wed, 18 Nov 2015 12:08:33 +0000 |
Chris Cannam |
Merge from default branch
3.0-integration
|
Wed, 04 Nov 2015 14:18:22 +0000 |
Chris Cannam |
OSX build stuff
|
Wed, 04 Nov 2015 12:06:12 +0000 |
Chris Cannam |
Write Track in RDF only if title/artist metadata present, not simply on the basis of a TrackMetadata object existing
|
Wed, 04 Nov 2015 10:07:29 +0000 |
Chris Cannam |
Update JAMS output to JAMS v0.2.0. We now (for the first time?!) write actual JAMS schema-compliant output when possible, though it isn't possible for many types of plugin. The output for all tested combinations of transforms is valid JSON even where it isn't schema-compliant.
|
Tue, 03 Nov 2015 14:31:58 +0000 |
Chris Cannam |
Add & test the digits option in the CSV file writer
|
Tue, 03 Nov 2015 12:41:15 +0000 |
Chris Cannam |
Merge
|
Tue, 03 Nov 2015 11:34:44 +0000 |
Chris Cannam |
Debug outputs
|
Tue, 03 Nov 2015 11:34:23 +0000 |
Chris Cannam |
Handle unknown type
|
Tue, 03 Nov 2015 11:34:07 +0000 |
Chris Cannam |
Make it possible to report that a transform is of unknown type (e.g. invalid transform id, user mixed up filename and transform id, etc)
|
Thu, 22 Oct 2015 11:53:06 +0100 |
Chris Cannam |
Build fix
|
Tue, 20 Oct 2015 12:54:06 +0100 |
Chris Cannam |
Return maximum through getNormalizedMagnitudesAt to avoid having to make more than one call
tony-2.0-integration
|
Wed, 14 Oct 2015 10:19:48 +0100 |
Chris Cannam |
Merge from branch "3.0-integration"
tony-2.0-integration
|
Wed, 14 Oct 2015 10:12:14 +0100 |
Chris Cannam |
Merge from branch "tony-2.0-integration"
3.0-integration
|
Tue, 13 Oct 2015 14:26:40 +0100 |
Chris Cannam |
Adjust model update during recording or writing a new wave file. Formerly we were using the model's completion percentage to indicate write proportion and completion -- that's not a good idea because some layers will reasonably avoid rendering at all until a model reaches 100% completion (it's supposed to report only progress on the initial model generation, and the model shouldn't change during completion updates).
tony-2.0-integration
|
Mon, 12 Oct 2015 15:06:15 +0100 |
Chris Cannam |
Fix lock contention in FFTapi
3.0-integration
|
Mon, 12 Oct 2015 15:06:15 +0100 |
Chris Cannam |
Fix lock contention in FFTapi
tony-2.0-integration
|
Mon, 12 Oct 2015 13:38:24 +0100 |
Chris Cannam |
Merge from the default branch
tony-2.0-integration
|
Tue, 01 Sep 2015 17:05:32 +0100 |
Chris Cannam |
Add mandatory option --json-format to JSON feature writer, in preparation for supporting multiple JSON formats (perhaps) in future
|
Tue, 01 Sep 2015 15:51:07 +0100 |
Chris Cannam |
Simple MIDI writer test
|
Thu, 20 Aug 2015 15:33:13 +0100 |
Chris Cannam |
Back out Matthias's e22bfe8ca248 in the hope that my (earlier but on a different branch, and now merged) fix 882d448c8a6d will do the right thing
tony-2.0-integration
|
Thu, 20 Aug 2015 14:54:21 +0100 |
Chris Cannam |
Merge through to branch for Tony 2.0
tony-2.0-integration
|
Thu, 20 Aug 2015 13:33:46 +0100 |
Chris Cannam |
Merge from default branch
3.0-integration
|
Thu, 20 Aug 2015 13:15:19 +0100 |
Chris Cannam |
Merge from branch recording
3.0-integration
|
Thu, 20 Aug 2015 12:22:17 +0100 |
Chris Cannam |
Fix reloading session with recorded audio
recording
|
Wed, 19 Aug 2015 17:03:31 +0100 |
Chris Cannam |
Make WritableWaveFileModel a true WaveFileModel (and ReadOnlyWaveFileModel the other sort of it). Enable recording from an empty session using that.
recording
|
Wed, 19 Aug 2015 16:36:21 +0100 |
Chris Cannam |
Remove unused dependency on Rubber Band
|
Wed, 19 Aug 2015 16:32:46 +0100 |
Chris Cannam |
svcore should not depend on rubberband
|
Fri, 14 Aug 2015 18:16:14 +0100 |
Matthias Mauch |
fixes the problem that the last note was not exported to csv
tonioni
|
Tue, 04 Aug 2015 16:39:40 +0100 |
Chris Cannam |
Merge from branch bqaudioio
3.0-integration
|
Tue, 04 Aug 2015 13:27:42 +0100 |
Chris Cannam |
Initial work toward switching to bqaudioio library (so as to get I/O, not just O)
bqaudioio
|
Tue, 04 Aug 2015 10:49:24 +0100 |
Chris Cannam |
Necessary include
3.0-integration
|
Tue, 14 Jul 2015 15:04:46 +0100 |
alo |
removed imaf sliders
imaf_enc
|
Tue, 07 Jul 2015 17:39:06 +0100 |
Chris Cannam |
Merge from default branch
3.0-integration
|
Fri, 03 Jul 2015 16:09:14 +0100 |
Chris Cannam |
Fix assignment of values to regions on import, in case where region model contains duplicate points
|
Wed, 01 Jul 2015 18:31:28 +0100 |
Chris Cannam |
Merge from branch simple-fft-model
3.0-integration
|
Wed, 07 Jan 2015 17:42:21 +0000 |
Chris Cannam |
Merge from default branch
simple-fft-model
|
Wed, 01 Jul 2015 15:53:54 +0100 |
Chris Cannam |
Fix a number of warnings in the 32-bit build
|
Wed, 01 Jul 2015 13:27:03 +0100 |
Chris Cannam |
Merge from branch simple-fft-model
3.0-integration
|
Tue, 30 Jun 2015 10:26:23 +0100 |
Chris Cannam |
Merge
simple-fft-model
|
Tue, 30 Jun 2015 10:25:32 +0100 |
Chris Cannam |
Build fix
simple-fft-model
|
Fri, 26 Jun 2015 14:08:05 +0100 |
Chris Cannam |
Merge from branch normalize_hybrid_option
3.0-integration
|
Fri, 26 Jun 2015 14:07:25 +0100 |
Chris Cannam |
Merge from branch simple-fft-model
3.0-integration
|
Tue, 16 Jun 2015 20:32:44 +0100 |
Chris Cannam |
Two-channel test
simple-fft-model
|
Tue, 16 Jun 2015 20:28:23 +0100 |
Chris Cannam |
Fix a cache-related dumbitude
simple-fft-model
|
Mon, 15 Jun 2015 19:32:30 +0100 |
Chris Cannam |
Raise this maximum, so longer files can be shown in the overview pane
simple-fft-model
|
Mon, 15 Jun 2015 19:01:44 +0100 |
Chris Cannam |
Use in-memory cache for WAV files as well, if appropriate
simple-fft-model
|
Mon, 15 Jun 2015 16:02:58 +0100 |
Chris Cannam |
Smooth signal flow through from file to fft model
simple-fft-model
|
Mon, 15 Jun 2015 15:35:57 +0100 |
Chris Cannam |
More tests
simple-fft-model
|
Mon, 15 Jun 2015 14:35:37 +0100 |
Chris Cannam |
Store temporary audio files in memory if we have plenty of it
simple-fft-model
|
Mon, 15 Jun 2015 12:38:50 +0100 |
Chris Cannam |
Tidy
simple-fft-model
|
Mon, 15 Jun 2015 12:19:47 +0100 |
Chris Cannam |
Rework audio file reader API to prefer using std containers
simple-fft-model
|
Sat, 13 Jun 2015 08:47:05 +0100 |
Chris Cannam |
Fix to fft cache
simple-fft-model
|
Fri, 12 Jun 2015 19:18:56 +0100 |
Chris Cannam |
A small cache for source samples
simple-fft-model
|
Fri, 12 Jun 2015 18:50:52 +0100 |
Chris Cannam |
Make a small cache of recently-used columns
simple-fft-model
|
Fri, 12 Jun 2015 18:20:09 +0100 |
Chris Cannam |
Normalization function
simple-fft-model
|
Fri, 12 Jun 2015 18:08:57 +0100 |
Chris Cannam |
Simplest naive FFTModel implementation (+ fill in tests)
simple-fft-model
|
Fri, 12 Jun 2015 14:51:46 +0100 |
Chris Cannam |
Gut the old code, but don't replace it yet (so nothing will link yet)
simple-fft-model
|
Fri, 12 Jun 2015 13:46:44 +0100 |
Chris Cannam |
More tests
simple-fft-model
|
Fri, 12 Jun 2015 12:41:19 +0100 |
Chris Cannam |
Start making the FFT model tests into proper tests
|
Thu, 11 Jun 2015 09:09:11 +0100 |
Chris Cannam |
Tidy
|
Wed, 10 Jun 2015 17:06:02 +0100 |
Chris Cannam |
Tidy dense time-value model API a bit; add first simple unit test for FFT model
|
Wed, 10 Jun 2015 14:44:09 +0100 |
Chris Cannam |
Remove some obsolete unused files
|
Wed, 10 Jun 2015 13:31:21 +0100 |
Chris Cannam |
Fix overflow in width calculation
|
Wed, 10 Jun 2015 13:14:32 +0100 |
Chris Cannam |
Merge
|
Wed, 10 Jun 2015 13:12:39 +0100 |
Chris Cannam |
Merge
|
Wed, 10 Jun 2015 13:12:29 +0100 |
Chris Cannam |
Do not attempt to switch from read-only to read-write mode if an error is pending (may cause mutex deadlock)
|
Wed, 10 Jun 2015 13:12:06 +0100 |
Chris Cannam |
Tighten up error handling
|
Wed, 10 Jun 2015 13:11:45 +0100 |
Chris Cannam |
Emit a signal if transform fails
|
Wed, 10 Jun 2015 13:10:26 +0100 |
Chris Cannam |
Fail upfront if the file is going to be too large. We expect the caller to split up large data sets into several MatrixFiles
|
Wed, 10 Jun 2015 13:09:14 +0100 |
Chris Cannam |
Comment
|
Wed, 10 Jun 2015 13:08:30 +0100 |
Chris Cannam |
Avoid compiler warning
|
Fri, 05 Jun 2015 10:00:26 +0100 |
Chris Cannam |
More optional debug out
|
Thu, 21 May 2015 16:38:52 +0100 |
Chris Cannam |
Merge
|
Thu, 21 May 2015 16:38:07 +0100 |
Chris Cannam |
minor debug thing
|
Fri, 15 May 2015 09:15:57 +0100 |
Chris Cannam |
Fix #1222 CSV export of time-instants layer omits last point
|
Thu, 14 May 2015 14:04:41 +0100 |
Chris Cannam |
Handle case where plugin erroneously returns sample rate 0 for fixed-rate output
|
Tue, 12 May 2015 16:19:45 +0100 |
Chris Cannam |
Fixes to, and tests for, RealTime-to-text methods
|
Mon, 20 Apr 2015 09:11:34 +0100 |
Chris Cannam |
Merge from branch tonioni
|
Mon, 13 Apr 2015 13:52:05 +0100 |
Chris Cannam |
Revert to -Werror in debug only
tonioni
|
Tue, 31 Mar 2015 13:06:29 +0100 |
Chris Cannam |
Remove some debug; set some gain values
tonioni
|
Tue, 31 Mar 2015 12:27:56 +0100 |
Chris Cannam |
Permit extending nominal end of sparse model
tonioni
|
Tue, 31 Mar 2015 12:12:31 +0100 |
Chris Cannam |
clone() is never used (therefore presumably never works either)
tonioni
|
Tue, 31 Mar 2015 11:54:57 +0100 |
Chris Cannam |
Implement FillGaps option in SparseModel export
tonioni
|
Tue, 31 Mar 2015 11:05:02 +0100 |
Chris Cannam |
Wire options into CSVFileWriter; omit levels from Tony note export
tonioni
|
Tue, 31 Mar 2015 10:39:54 +0100 |
Chris Cannam |
Merge
tonioni
|
Tue, 31 Mar 2015 10:36:52 +0100 |
Chris Cannam |
Thread-local debug was causing crash on exit with Qt 5.4.x. But we introduced that because QDebug itself was crashing when used from multiple threads. Replace with simpler fstream version
tonioni
|
Mon, 30 Mar 2015 17:27:25 +0100 |
Chris Cannam |
Add data export options (not all implemented yet)
tonioni
|
Mon, 30 Mar 2015 16:58:01 +0100 |
Chris Cannam |
M_PI
tonioni
|
Wed, 25 Mar 2015 10:54:51 +0000 |
Chris Cannam |
Fix to opening debug file
tonioni
|
Mon, 23 Mar 2015 11:26:28 +0000 |
Chris Cannam |
Merge from cxx11 branch
tonioni
|
Mon, 23 Mar 2015 10:04:48 +0000 |
Chris Cannam |
Merge from default branch
tonioni
|
Wed, 11 Mar 2015 13:30:37 +0000 |
Chris Cannam |
Build fixes for OS/X
cxx11
|
Wed, 11 Mar 2015 12:20:06 +0000 |
Chris Cannam |
c++11 flag in qmake project
cxx11
|
Wed, 11 Mar 2015 11:52:05 +0000 |
Chris Cannam |
Minor simplification; could use more
cxx11
|
Wed, 11 Mar 2015 11:03:22 +0000 |
Chris Cannam |
Fix buffer overwrite in normalised case
cxx11
|
Wed, 11 Mar 2015 09:29:44 +0000 |
Chris Cannam |
Comments etc
cxx11
|
Tue, 10 Mar 2015 20:03:08 +0000 |
Chris Cannam |
Merge
cxx11
|
Tue, 10 Mar 2015 20:02:02 +0000 |
Chris Cannam |
Doh
cxx11
|
Tue, 10 Mar 2015 17:23:45 +0000 |
Chris Cannam |
More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least.
cxx11
|
Tue, 10 Mar 2015 17:02:52 +0000 |
Chris Cannam |
Further dedicated-types fixes
cxx11
|
Tue, 10 Mar 2015 13:22:10 +0000 |
Chris Cannam |
More type fixes
cxx11
|
Tue, 10 Mar 2015 10:31:27 +0000 |
Chris Cannam |
More type fixes, primarily in the spectrogram
cxx11
|
Mon, 09 Mar 2015 12:02:10 +0000 |
Chris Cannam |
Move to using double rather than float for floating-point calculations (float only for storage); more build fixes
cxx11
|
Wed, 04 Mar 2015 19:08:21 +0000 |
Chris Cannam |
More type-size adjustments
cxx11
|
Wed, 04 Mar 2015 13:52:48 +0000 |
Chris Cannam |
More build fixes
cxx11
|
Wed, 04 Mar 2015 12:30:41 +0000 |
Chris Cannam |
Replace the get*Frames calls in AudioFileReader with less stupid API
cxx11
|
Wed, 04 Mar 2015 12:01:04 +0000 |
Chris Cannam |
Introduce and use a samplerate type
cxx11
|
Tue, 03 Mar 2015 17:09:19 +0000 |
Chris Cannam |
This code now compiles. Main problem: sample rate types
cxx11
|
Tue, 03 Mar 2015 15:18:24 +0000 |
Chris Cannam |
Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet.
cxx11
|
Tue, 03 Mar 2015 09:33:59 +0000 |
Chris Cannam |
Merge from default branch
cxx11
|
Mon, 02 Mar 2015 17:21:34 +0000 |
Chris Cannam |
Merge
|
Mon, 02 Mar 2015 17:17:59 +0000 |
Chris Cannam |
Require (and provide) text codec for output stream -- fixing #1153 (wrong codec used when writing RDF)
|
Thu, 26 Feb 2015 09:44:08 +0000 |
Chris Cannam |
Update and merge
|
Thu, 26 Feb 2015 09:43:12 +0000 |
Chris Cannam |
Debug reporting from FileSource
|
Tue, 24 Feb 2015 17:42:00 +0000 |
Chris Cannam |
Enable ThreadSanitizer
datarace
|
Wed, 18 Feb 2015 12:08:17 +0000 |
Chris Cannam |
Add option to toggle H:M:S time display (when off, just show seconds even when more than 60)
|
Fri, 13 Feb 2015 13:30:28 +0000 |
Chris Cannam |
Use filename as object name when reading data file to model (so it shows in the resulting layer name)
|
Fri, 13 Feb 2015 13:29:44 +0000 |
Chris Cannam |
Compile fix
|
Wed, 14 Jan 2015 14:58:38 +0000 |
Chris Cannam |
RealTime frame-conversion test
|
Mon, 09 Feb 2015 10:31:07 +0000 |
Chris Cannam |
Merge from default branch
cxx11
|
Mon, 09 Feb 2015 10:27:21 +0000 |
Chris Cannam |
Pending
coreaudio-metadata
|
Mon, 08 Dec 2014 15:37:12 +0000 |
Chris Cannam |
Use double instead of float for frequencies in Pitch, just for confidence
|
Tue, 02 Dec 2014 17:53:17 +0000 |
Chris Cannam |
Wire up note/octave stuff
|
Tue, 02 Dec 2014 13:50:49 +0000 |
Chris Cannam |
Start adding piano note
|
Mon, 01 Dec 2014 15:42:58 +0000 |
Chris Cannam |
Unit tests for StringBits::splitQuoted
|
Mon, 01 Dec 2014 10:18:55 +0000 |
Chris Cannam |
If the first column of a CSV file has zero or one non-empty values in it, during the first 5 rows, then ignore it by default
|
Thu, 27 Nov 2014 17:51:21 +0000 |
Chris Cannam |
Merge
|
Thu, 27 Nov 2014 17:50:34 +0000 |
Chris Cannam |
Fix close-quote immediately before separator in StringBits::splitQuoted
|
Thu, 20 Nov 2014 16:18:31 +0000 |
Chris Cannam |
Avoid crash when setting alignment to 0
|
Thu, 20 Nov 2014 15:47:05 +0000 |
Chris Cannam |
Merge
|
Thu, 20 Nov 2014 15:46:19 +0000 |
Chris Cannam |
Make alignment using an external program asynchronous
|
Thu, 20 Nov 2014 12:30:16 +0000 |
Chris Cannam |
Couple more RealTime tests
|
Wed, 19 Nov 2014 15:28:51 +0000 |
Chris Cannam |
Another RealTime test
|
Mon, 17 Nov 2014 17:10:29 +0000 |
Chris Cannam |
Merge
|
Mon, 17 Nov 2014 17:09:32 +0000 |
Chris Cannam |
Start RealTime tests
|
Mon, 17 Nov 2014 15:31:07 +0000 |
Chris Cannam |
CXX11 (-std=c++11) branch, to test build environments before making any code adaptations
cxx11
|
Fri, 14 Nov 2014 17:23:38 +0000 |
Chris Cannam |
Provide access to local filename
|
Fri, 14 Nov 2014 17:23:27 +0000 |
Chris Cannam |
Provide reader from QIODevice
|
Fri, 14 Nov 2014 13:51:33 +0000 |
Chris Cannam |
When using an aggregate model to pass data to a transform, zero-pad the shorter input to the duration of the longer rather than truncating the longer. (This is better behaviour for e.g. MATCH, and in any case the code was previously truncating incorrectly and ending up with garbage data at the end.)
|
Mon, 10 Nov 2014 09:19:49 +0000 |
Chris Cannam |
Merge from default branch
tonioni
|
Wed, 15 Oct 2014 17:02:48 +0100 |
Chris Cannam |
TransformId is not sufficient -- it could be ambiguous (same transform id, different parameters etc). Use the whole transform
|
Wed, 15 Oct 2014 16:05:15 +0100 |
Chris Cannam |
Add setNofM logic which the JSON writer can use to write a list when sending multiple files' worth to a single target
|
Wed, 15 Oct 2014 13:30:14 +0100 |
Chris Cannam |
Write window type too
|
Wed, 15 Oct 2014 13:06:27 +0100 |
Chris Cannam |
Add plugin_version to transform RDF serialisation (if non-empty)
|
Wed, 15 Oct 2014 10:38:17 +0100 |
Chris Cannam |
Add omit-filename option to CSV writer (and test it while testing lab writer)
|
Wed, 15 Oct 2014 10:18:13 +0100 |
Chris Cannam |
Add fill-ends option to CSV writer (and test it)
|
Tue, 14 Oct 2014 17:30:37 +0100 |
Chris Cannam |
Implement end-times option for CSV writer (not yet tested)
|
Tue, 14 Oct 2014 10:07:02 +0100 |
Chris Cannam |
Add MIDI destinations tests and fix feature writer bugs resulting from them
|
Mon, 13 Oct 2014 14:44:51 +0100 |
Chris Cannam |
Add descriptions for writers; add housekeeping options to Sonic Annotator to list writers and formats
|
Mon, 13 Oct 2014 10:56:16 +0100 |
Chris Cannam |
Separate out stdout ability (not all writers that support one-file will necessarily want to support it, e.g. for binary formats)
|
Mon, 13 Oct 2014 10:55:43 +0100 |
Chris Cannam |
Add MIDI channel to note data and MIDI writer
|
Mon, 13 Oct 2014 10:00:54 +0100 |
Chris Cannam |
Write sample rate from output descriptor, for FixedSampleRate outputs
|
Fri, 10 Oct 2014 15:24:28 +0100 |
Chris Cannam |
Support plugin version in RDF transforms, and bail out in Sonic Annotator if it doesn't match
|
Wed, 08 Oct 2014 13:14:17 +0100 |
Chris Cannam |
Disconnect signals before abandoning reply object, avoiding "reply unknown" error
|
Fri, 03 Oct 2014 15:28:31 +0100 |
Chris Cannam |
Merge
|
Fri, 03 Oct 2014 15:27:02 +0100 |
Chris Cannam |
Handle variable columns by importing all of them (not just the minimum number)
|
Fri, 03 Oct 2014 15:09:27 +0100 |
Chris Cannam |
Add milliseconds as CSV import timing option
|
Fri, 03 Oct 2014 09:29:11 +0100 |
Chris Cannam |
Comment only
|
Wed, 01 Oct 2014 14:06:28 +0100 |
Chris Cannam |
Fix reading duration from transform XML (it was setting the start time instead!)
|
Wed, 01 Oct 2014 09:20:24 +0100 |
Chris Cannam |
Scary warning if transform RDF fails to use XSD duration format
|
Mon, 29 Sep 2014 13:27:13 +0100 |
Chris Cannam |
Correct some really stupid fixed-length string stuff, including a genuine stack overflow that causes a crash on OS/X for certain colour 3d plot data.
|
Tue, 16 Sep 2014 10:29:19 +0100 |
Chris Cannam |
Fix #1058 clicking row in Layer Edit dialog when colour 3d plot layer active jumps to wrong frame (was using sample rate where resolution intended)
|
Fri, 12 Sep 2014 11:38:55 +0100 |
Chris Cannam |
Experimentally add the hybrid normalisation as an option (not working well either in UI or implementation)
normalize_hybrid_option
|
Wed, 10 Sep 2014 09:40:45 +0100 |
Chris Cannam |
If the old and new-style user resource prefixes return different results, move across resources from old to new to prime the new path first time we look it up
|
Tue, 09 Sep 2014 20:37:07 +0100 |
Chris Cannam |
Use QStandardPaths::writableLocation(DataLocation) instead of synthesising path ourselves (hopefully fixing encoding difficulties on Windows)
|
Tue, 09 Sep 2014 16:52:24 +0100 |
Chris Cannam |
Respond tidily to user cancellation during download, instead of going on to attempt to load the nonexistent file as a non-audio format
|
Tue, 09 Sep 2014 16:36:21 +0100 |
Chris Cannam |
Merge from default branch
tonioni
|
Wed, 03 Sep 2014 13:10:19 +0100 |
Chris Cannam |
Fix potential null pointer deref
|
Wed, 03 Sep 2014 13:08:32 +0100 |
Chris Cannam |
Fix memory leak (from coverity scan)
|
Wed, 03 Sep 2014 13:06:13 +0100 |
Chris Cannam |
Fix some uninitialised values (from coverity scan)
|
Wed, 03 Sep 2014 11:27:23 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 11:26:21 +0100 |
Chris Cannam |
Fix some potential null derefs (from coverity scan)
|
Wed, 03 Sep 2014 11:22:46 +0100 |
Chris Cannam |
Fix memory leak
|
Wed, 03 Sep 2014 11:20:18 +0100 |
Chris Cannam |
Fix various slightly dodgy derefs and the like (from coverity scan)
|
Wed, 03 Sep 2014 11:10:22 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 11:09:26 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 11:07:12 +0100 |
Chris Cannam |
Remove redundant code (from coverity scan)
|
Wed, 03 Sep 2014 11:06:19 +0100 |
Chris Cannam |
Fix very minor but erroneous non-float-arithmetic
|
Wed, 03 Sep 2014 11:04:41 +0100 |
Chris Cannam |
clarify
|
Wed, 03 Sep 2014 11:01:50 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 11:00:19 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 10:56:59 +0100 |
Chris Cannam |
Backed out changeset 6b5e1edd95fc. I had misunderstood, the container is a vector, not a map, so the fix doesn't work and the original code (although definitely flawed) actually does
|
Wed, 03 Sep 2014 10:49:38 +0100 |
Chris Cannam |
Fix to iterator invalidation (from coverity scan)
|
Wed, 03 Sep 2014 10:40:37 +0100 |
Chris Cannam |
As coverity points out, MIDI_END_OF_EXCLUSIVE (0xF7) cannot result from masking with MIDI_MESSAGE_TYPE_MASK(0xF0). Not that it really matters here.
|
Wed, 03 Sep 2014 09:58:31 +0100 |
Chris Cannam |
Fix return of empty string as bool value (from coverity scan, interesting the compiler doesn't mind)
|
Wed, 03 Sep 2014 09:57:30 +0100 |
Chris Cannam |
Frame this condition more defensively (from coverity scan)
|
Wed, 03 Sep 2014 09:56:18 +0100 |
Chris Cannam |
Fix fallthrough in switch (from coverity scan)
|
Wed, 03 Sep 2014 09:48:51 +0100 |
Chris Cannam |
Fix something coverity reports as "copy-paste error" (actually it doesn't matter, but the fix reads better)
|
Wed, 03 Sep 2014 09:47:52 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 09:46:28 +0100 |
Chris Cannam |
Fix accidental declaration of section as bool rather than int (definitely a bug but what did it cause? see #1051, we need units here) (from coverity scan)
|
Wed, 03 Sep 2014 09:46:01 +0100 |
Chris Cannam |
comment only
|
Wed, 03 Sep 2014 09:39:23 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Tue, 02 Sep 2014 16:23:48 +0100 |
Chris Cannam |
Update subrepos and merge from default branch
tonioni
|
Wed, 13 Aug 2014 09:50:42 +0100 |
Chris Cannam |
Avoid compiler warnings when building without lrdf
|
Mon, 11 Aug 2014 11:30:18 +0100 |
Chris Cannam |
Make sparse time-value layers inaudible by default (user must un-mute them) for compatibility with earlier versions
|
Fri, 25 Jul 2014 17:02:44 +0100 |
Chris Cannam |
Debug output stuff
|
Fri, 25 Jul 2014 15:21:41 +0100 |
Chris Cannam |
Per-thread debug (avoiding some dubious threading problems)
|
Fri, 18 Jul 2014 11:07:30 +0100 |
Chris Cannam |
Merge from default branch
tonioni
|
Thu, 17 Jul 2014 16:22:54 +0100 |
Chris Cannam |
Small fixes: avoid static etc
|
Thu, 17 Jul 2014 14:50:31 +0100 |
Chris Cannam |
Fix some errant signals (the modelChanged with args are now modelChangedWithin)
|
Fri, 04 Jul 2014 11:08:05 +0100 |
Chris Cannam |
We do have liblo
|
Fri, 04 Jul 2014 11:03:33 +0100 |
Chris Cannam |
OS/X build/deploy fixes
|
Wed, 02 Jul 2014 22:04:10 +0100 |
Chris Cannam |
Merge from tonioni branch
|
Wed, 02 Jul 2014 17:31:21 +0100 |
Chris Cannam |
Merge from default branch
tonioni
|
Wed, 02 Jul 2014 08:42:33 +0100 |
Chris Cannam |
Merge
|
Wed, 02 Jul 2014 08:42:11 +0100 |
Chris Cannam |
Tidy
|
Wed, 18 Jun 2014 18:30:19 +0100 |
Chris Cannam |
Merge from branch tonioni (the two are currently in sync)
|
Tue, 01 Jul 2014 15:31:25 +0100 |
Chris Cannam |
Avoid trying to return out-of-range bin name
|
Tue, 01 Jul 2014 11:39:09 +0100 |
Chris Cannam |
endl to qDebug does not seem to be threadsafe
|
Mon, 30 Jun 2014 15:02:43 +0100 |
Chris Cannam |
Avoid crashing when trying to examine data at column < 0 in 3d model
|
Wed, 18 Jun 2014 13:51:16 +0100 |
Chris Cannam |
Merge from branch warnfix_no_size_t
|
Wed, 18 Jun 2014 13:42:01 +0100 |
Chris Cannam |
Merge from branch warnfix_no_size_t
tonioni
|
Wed, 18 Jun 2014 09:13:25 +0100 |
Chris Cannam |
Configure stuff and fixes for -Werror
warnfix_no_size_t
|
Wed, 18 Jun 2014 08:34:46 +0100 |
Chris Cannam |
Merge from branch tony_integration
warnfix_no_size_t
|
Tue, 17 Jun 2014 16:42:51 +0100 |
Chris Cannam |
Various size_t etc removals, and compiler warning fixes
warnfix_no_size_t
|
Tue, 17 Jun 2014 15:24:55 +0100 |
Chris Cannam |
Disambiguate signals
warnfix_no_size_t
|
Tue, 17 Jun 2014 14:49:49 +0100 |
Chris Cannam |
More size_t evisceration and warning fixes
warnfix_no_size_t
|
Tue, 17 Jun 2014 14:33:42 +0100 |
Chris Cannam |
Unsigned removals and warning fixes in data/
warnfix_no_size_t
|
Tue, 17 Jun 2014 13:52:07 +0100 |
Chris Cannam |
Remove size_t's, fix compiler warnings
warnfix_no_size_t
|
Tue, 17 Jun 2014 12:54:51 +0100 |
Chris Cannam |
Merge from branch "tonioni"
tony_integration
|
Tue, 17 Jun 2014 12:52:27 +0100 |
Chris Cannam |
Merge from default branch
tony_integration
|
Mon, 16 Jun 2014 11:28:45 +0100 |
Chris Cannam |
Add comment about meaning of start and end frame of selection
tonioni
|
Mon, 16 Jun 2014 09:28:12 +0100 |
Chris Cannam |
Cancel async layer creation in Tony when selection is changed during it
tonioni
|
Fri, 13 Jun 2014 17:39:01 +0100 |
Chris Cannam |
Add an experimental cancel button to view progress bars
tonioni
|
Fri, 13 Jun 2014 16:35:15 +0100 |
Chris Cannam |
Remove some debug out
tonioni
|
Fri, 13 Jun 2014 16:12:00 +0100 |
Chris Cannam |
Add normalise preference and take it into account in WaveFileModel
tonioni
|
Fri, 13 Jun 2014 16:03:48 +0100 |
Chris Cannam |
Add normalised option to CodedAudioFileReader
tonioni
|
Fri, 13 Jun 2014 12:56:31 +0100 |
Chris Cannam |
For Tony, resample all audio to 44100 on load
tonioni
|
Tue, 03 Jun 2014 11:14:17 +0100 |
Chris Cannam |
Merge from default branch
tonioni
|
Tue, 03 Jun 2014 11:05:49 +0100 |
Chris Cannam |
restore brace style
|
Tue, 03 Jun 2014 10:45:39 +0100 |
Chris Cannam |
Merge from branch tonioni
|
Thu, 29 May 2014 16:27:52 +0100 |
Chris Cannam |
Merge from default branch
tonioni
|
Thu, 22 May 2014 17:49:58 +0100 |
matthiasm |
implemented move by one note (replacing big jumps left/right)
tonioni
|
Mon, 19 May 2014 10:54:45 +0100 |
Chris Cannam |
Fixes to FileSource from Ted Felix (for Rosegarden): avoid blowing up through calling abort() from cleanup() when error occurred; set status correctly for FTP transfers
|
Wed, 14 May 2014 09:58:07 +0100 |
Chris Cannam |
Merge from default branch
tonioni
|
Wed, 14 May 2014 09:54:20 +0100 |
Chris Cannam |
Merge from branch tony_integration
|
Tue, 13 May 2014 09:50:59 +0100 |
Chris Cannam |
Avoid potential crash when network connection fails
tony_integration
|
Wed, 07 May 2014 16:51:04 +0100 |
Chris Cannam |
Restore selection of playback sample for note layers. Also default to new elecpiano clip.
tony_integration
|
Wed, 07 May 2014 15:18:45 +0100 |
Chris Cannam |
Merge from default branch
tony_integration
|
Wed, 07 May 2014 15:17:58 +0100 |
Chris Cannam |
Merge from 900:dcfc40fc896e
|
Wed, 07 May 2014 15:17:51 +0100 |
Chris Cannam |
Merge from 899:bc0ff66102a8
|
Wed, 07 May 2014 15:17:43 +0100 |
Chris Cannam |
Merge from 898:5821b64c6b26
|
Wed, 07 May 2014 15:14:17 +0100 |
Chris Cannam |
Merge
tony_integration
|
Wed, 07 May 2014 15:11:56 +0100 |
Chris Cannam |
Merge from tonioni branch
tony_integration
|
Sat, 26 Apr 2014 23:05:32 +0100 |
Chris Cannam |
More subrepos
|
Sat, 26 Apr 2014 22:22:19 +0100 |
Chris Cannam |
Add some more subrepos
tonioni
|
Sun, 27 Apr 2014 12:22:28 +0100 |
Chris Cannam |
Remove pch file
|
Sat, 26 Apr 2014 22:22:18 +0100 |
Chris Cannam |
Add some more subrepos
|
Sat, 26 Apr 2014 22:22:17 +0100 |
Chris Cannam |
Add some more subrepos
|
Mon, 07 Apr 2014 10:47:15 +0100 |
Chris Cannam |
Make it possible to import CSV files directly into Note layers
|
Wed, 02 Apr 2014 21:50:04 +0100 |
Chris Cannam |
A lot of work on saving and reloading sessions: save flexinote layer type and hybrid spectrogram normalisation, etc
tonioni
|
Wed, 02 Apr 2014 08:51:12 +0100 |
Chris Cannam |
Merge from branch tonioni
tony_integration
|
Mon, 31 Mar 2014 13:00:17 +0100 |
Chris Cannam |
Merge from default branch
tony_integration
|
Tue, 01 Apr 2014 13:27:32 +0100 |
Chris Cannam |
Comment out some debug
tonioni
|
Thu, 27 Mar 2014 13:32:56 +0000 |
Chris Cannam |
Make octave numbering configurable, and change default to C4 = middle C
|
Tue, 11 Mar 2014 17:32:31 +0000 |
Chris Cannam |
Merge from default branch
tony_integration
|
Tue, 11 Mar 2014 17:30:35 +0000 |
Chris Cannam |
Merge from branch tonioni
tony_integration
|
Tue, 11 Mar 2014 17:29:44 +0000 |
Chris Cannam |
Use fixed-rate feature no directly as column number, rather than do a calculation that might introduce rounding error
|
Wed, 05 Mar 2014 18:10:27 +0000 |
Chris Cannam |
No config -> default to release mode
tonioni
|
Thu, 06 Feb 2014 18:30:11 +0000 |
Chris Cannam |
Prototype these in superclass
|
Thu, 06 Feb 2014 18:26:18 +0000 |
Chris Cannam |
Add bin-values and bin-value unit to EditableDense3DModel
|
Thu, 06 Feb 2014 15:31:16 +0000 |
Chris Cannam |
Add unclamped range mapper methods
|
Thu, 06 Feb 2014 10:14:59 +0000 |
Chris Cannam |
RangeMapperTest -> TestRangeMapper
|
Thu, 06 Feb 2014 10:14:19 +0000 |
Chris Cannam |
RangeMapperTest -> TestRangeMapper
|
Tue, 04 Feb 2014 13:54:32 +0000 |
Chris Cannam |
Avoid compiler warning
tonioni
|
Fri, 31 Jan 2014 17:25:24 +0000 |
Chris Cannam |
Comments
|
Fri, 31 Jan 2014 17:09:02 +0000 |
Chris Cannam |
Implement and test the interpolating and auto range mappers
|
Fri, 31 Jan 2014 13:39:37 +0000 |
Chris Cannam |
Unit-test RangeMapper, fix a couple of bugs
|
Wed, 29 Jan 2014 17:32:08 +0000 |
Chris Cannam |
Add a callback for no models as well (so we know something has completed and can e.g. delete the handler)
tonioni
|
Wed, 29 Jan 2014 15:58:15 +0000 |
Chris Cannam |
Callback handler for additional models at end of processing
tonioni
|
Wed, 29 Jan 2014 09:31:22 +0000 |
Chris Cannam |
For outputs with unknown bin count or multiple bins with variable sample rate, create additional output models for bins beyond the first
tonioni
|
Tue, 28 Jan 2014 18:52:22 +0000 |
Chris Cannam |
Use a sparse time-value model only for outputs with fixed bin count of 1, not for those with unknown bin count.
tonioni
|
Tue, 28 Jan 2014 15:01:54 +0000 |
Chris Cannam |
Merge from tonioni branch
tony_integration
|
Tue, 14 Jan 2014 16:22:49 +0000 |
matthiasm |
added a new elecpiano.wav sound and made it default for the FlexiNoteLayer
tonioni
|
Fri, 10 Jan 2014 15:21:01 +0000 |
Chris Cannam |
Add methods to return new Clipboard points with particular characteristics (this is an immutable object)
tonioni
|
Thu, 09 Jan 2014 21:43:33 +0000 |
Chris Cannam |
Debug out operator for real time
tonioni
|
Thu, 09 Jan 2014 21:30:33 +0000 |
Chris Cannam |
The Mac also has CoreAudio for file loading
tonioni
|
Thu, 09 Jan 2014 09:18:05 +0000 |
Chris Cannam |
Use sv-dependency-builds on OS/X as well if no config.pri
tonioni
|
Wed, 08 Jan 2014 13:07:42 +0000 |
Chris Cannam |
Sparse time-value models are now theoretically playable (sometimes)
tonioni
|
Wed, 08 Jan 2014 09:59:08 +0000 |
Chris Cannam |
Play these with a pitch now (since we support any frequency)
tonioni
|
Tue, 07 Jan 2014 15:52:34 +0000 |
Chris Cannam |
sampleId -> clipId
tonioni
|
Tue, 07 Jan 2014 15:49:39 +0000 |
Chris Cannam |
SV file compatibility etc for sample stuff
tonioni
|
Tue, 07 Jan 2014 13:09:53 +0000 |
Chris Cannam |
sample id instead of plugin data
tonioni
|
Tue, 07 Jan 2014 10:57:28 +0000 |
Chris Cannam |
Toward using a sample mixer (with arbitrary frequency target) instead of dssi player plugin
tonioni
|
Wed, 11 Dec 2013 21:40:27 +0000 |
Chris Cannam |
Fix handling of negative frame times in returned features from plugin -- we don't handle them, so don't insert them into the model (instead of blowing up)
|
Wed, 11 Dec 2013 21:39:54 +0000 |
Chris Cannam |
Clarify
|
Wed, 11 Dec 2013 17:36:07 +0000 |
Chris Cannam |
Remove obsolete files
|
Wed, 04 Dec 2013 19:30:02 +0000 |
Chris Cannam |
Use a settings setting for flexi/non-flexi determination -- this may not be the right thing in the long run but it's simpler and easier than passing through a random value that doesn't actually come from anywhere
tonioni
|
Wed, 04 Dec 2013 19:29:19 +0000 |
Chris Cannam |
Add non-SV-preferred options
tonioni
|
Wed, 04 Dec 2013 18:30:49 +0000 |
Chris Cannam |
Merge from default branch
tonioni
|
Wed, 04 Dec 2013 18:29:53 +0000 |
Chris Cannam |
Merge from branch "tonioni_multi_transform"
tonioni
|
Wed, 04 Dec 2013 18:29:15 +0000 |
Chris Cannam |
Merge from tonioni branch
tonioni_multi_transform
|
Wed, 04 Dec 2013 16:47:53 +0000 |
Chris Cannam |
Fix warning
|
Mon, 02 Dec 2013 17:11:56 +0000 |
Chris Cannam |
Merge
tonioni
|
Mon, 02 Dec 2013 17:11:20 +0000 |
Chris Cannam |
Add NoteExportable base class, use it in MIDI export (and also elsewhere in playback)
tonioni_multi_transform
|
Mon, 02 Dec 2013 15:47:06 +0000 |
Chris Cannam |
Merge branch tonioni_multi_transform
tonioni
|
Mon, 02 Dec 2013 12:29:09 +0000 |
Chris Cannam |
Update the rest of the transforms stuff, so now it builds and runs again
tonioni_multi_transform
|
Mon, 02 Dec 2013 11:17:24 +0000 |
Chris Cannam |
More on multi-transform stuff
tonioni_multi_transform
|
Fri, 29 Nov 2013 15:43:50 +0000 |
Chris Cannam |
Toward running multiple transforms (from same plugin + params) at once
tonioni_multi_transform
|
Tue, 26 Nov 2013 14:37:01 +0000 |
Chris Cannam |
Merge from default branch
tonioni
|
Tue, 26 Nov 2013 14:32:30 +0000 |
Chris Cannam |
Avoid infinite loop in operator<< !
|
Tue, 26 Nov 2013 13:48:13 +0000 |
Chris Cannam |
Likewise, but for toLocal8Bit().data()
|
Tue, 26 Nov 2013 13:43:31 +0000 |
Chris Cannam |
Drop toStdString, with debug header we can stream QStrings
|
Tue, 26 Nov 2013 13:35:08 +0000 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
Tue, 26 Nov 2013 11:16:37 +0000 |
Chris Cannam |
WS -> OS
|
Fri, 22 Nov 2013 10:37:28 +0000 |
Chris Cannam |
Merge from default branch
tonioni
|
Mon, 04 Nov 2013 15:47:46 +0000 |
Chris Cannam |
Fix error in break condition for csv file analysis -- was making csv file type guessing very slow for large files
|
Wed, 09 Oct 2013 14:51:46 +0100 |
Chris Cannam |
Add writeSelection
|
Wed, 09 Oct 2013 14:47:19 +0100 |
Chris Cannam |
Add toDelimitedDataString alternative with frame extents
|
Wed, 09 Oct 2013 14:45:21 +0100 |
Chris Cannam |
Add CSVFile option
|
Wed, 09 Oct 2013 14:44:05 +0100 |
Chris Cannam |
I don't think this optimisation is worth the loss of data fidelity any more
|
Mon, 16 Sep 2013 15:47:27 +0100 |
Chris Cannam |
Memory barriers in ringbuffer
|
Tue, 30 Jul 2013 18:15:30 +0100 |
Chris Cannam |
Merge
|
Fri, 19 Jul 2013 13:47:11 +0100 |
Chris Cannam |
Use thread-local storage for network managers; otherwise we get "Cannot create children for a parent that is in a different thread" from nm.get()
|
Wed, 24 Jul 2013 18:24:55 +0100 |
Chris Cannam |
Merge
|
Wed, 24 Jul 2013 18:12:57 +0100 |
Chris Cannam |
When switching to "literal mode" for a local file path, use the original file path as passed to the FileSource ctor rather than going through QUrl. This avoids filename becoming encoded and QUrl::toString failing to decode it (as is happening with Windows paths using Qt5 currently).
|
Wed, 24 Jul 2013 12:01:43 +0100 |
Chris Cannam |
Add resetCounters
|
Wed, 17 Jul 2013 16:01:28 +0100 |
Chris Cannam |
Merge
tonioni
|
Wed, 17 Jul 2013 15:59:17 +0100 |
Chris Cannam |
Debug stuff
tonioni
|
Wed, 17 Jul 2013 15:46:15 +0100 |
Chris Cannam |
Merge from default branch
tonioni
|
Wed, 17 Jul 2013 15:45:29 +0100 |
Chris Cannam |
Line endings
tonioni
|
Wed, 17 Jul 2013 15:41:20 +0100 |
Chris Cannam |
Merge from default branch
tonioni
|
Wed, 17 Jul 2013 15:43:42 +0100 |
Chris Cannam |
Update project file for decoding reader
|
Wed, 17 Jul 2013 15:40:01 +0100 |
Chris Cannam |
Rename Resampling- to DecodingWavFileReader, and use it whenever we have an audio file that is not quickly seekable using libsndfile. Avoids very slow performance when analysing ogg files.
|
Fri, 12 Jul 2013 13:10:28 +0100 |
Chris Cannam |
Merge from the default branch
tonioni
|
Mon, 08 Jul 2013 14:49:28 +0100 |
Chris Cannam |
Merge
|
Mon, 08 Jul 2013 14:44:01 +0100 |
Chris Cannam |
Qt4/5 compatibility fix
|
Mon, 08 Jul 2013 14:21:50 +0100 |
Chris Cannam |
Avoid deleting unallocated buffer in dtor
|
Thu, 20 Jun 2013 13:47:35 +0100 |
matthiasm |
instrument is now "click" -- some other minor changes I don't remember
tonioni
|
Thu, 20 Jun 2013 11:07:57 +0100 |
matthiasm |
some visualisation changes
tonioni
|
Tue, 18 Jun 2013 22:18:10 +0100 |
gyorgyf |
bugfixes to compile on Linux again
tonioni
|
Tue, 18 Jun 2013 22:09:38 +0100 |
gyorgyf |
bugfixes to compile on Linux again
tonioni
|
Mon, 17 Jun 2013 18:00:24 +0100 |
matthiasm |
introduced horizongal note editing constraints; debugged note edit
tonioni
|
Fri, 24 May 2013 11:57:44 +0100 |
Chris Cannam |
Comment about periodic windows
|
Thu, 16 May 2013 15:00:20 +0100 |
Chris Cannam |
Added tag sv_v2.1 for changeset f85050b6f522
|
Thu, 16 May 2013 14:13:46 +0100 |
Chris Cannam |
Include alsa compat file only if not on Linux
sv_v2.1
|
Thu, 16 May 2013 14:04:37 +0100 |
Chris Cannam |
Debug tidy
|
Tue, 14 May 2013 16:02:52 +0100 |
Chris Cannam |
Added tag sv_v2.1 for changeset 67003fb58ba4
|
Tue, 14 May 2013 12:36:05 +0100 |
Chris Cannam |
Merge from branch "qt5". This revision actually builds with Qt4 (late releases) or Qt5, though it will warn on configure with Qt4.
|
Tue, 14 May 2013 12:26:34 +0100 |
Chris Cannam |
Dataquay path
qt5
|
Tue, 14 May 2013 12:26:30 +0100 |
Chris Cannam |
Remove some debug
qt5
|
Tue, 14 May 2013 10:55:27 +0100 |
Chris Cannam |
Merge
qt5
|
Tue, 14 May 2013 09:54:27 +0100 |
Chris Cannam |
Added tag sonic-annotator-1.0 for changeset c808c57e5560
qt5
|
Mon, 13 May 2013 14:39:31 +0100 |
Chris Cannam |
Update configure
qt5
|
Thu, 09 May 2013 17:31:31 +0100 |
Chris Cannam |
Merge
qt5
|
Thu, 09 May 2013 17:30:44 +0100 |
Chris Cannam |
Remove some debug
qt5
|
Thu, 09 May 2013 13:32:06 +0100 |
Chris Cannam |
debug -> release
qt5
|
Wed, 08 May 2013 09:37:21 +0100 |
Chris Cannam |
Merge from the default branch
qt5 sonic-annotator-1.0
|
Wed, 08 May 2013 09:36:49 +0100 |
Chris Cannam |
Require Vamp host SDK version 2.5
|
Wed, 08 May 2013 09:33:32 +0100 |
Chris Cannam |
Require Vamp host SDK version 2.5
qt5
|
Tue, 07 May 2013 16:54:36 +0100 |
Chris Cannam |
Add dataquay
qt5
|
Tue, 07 May 2013 15:41:58 +0100 |
Chris Cannam |
Don't need to check for Dataquay, and in fact we can pick up the wrong version if we do. Just assume it is available (building in e.g. sv subdir configuration)
qt5
|
Tue, 07 May 2013 15:41:01 +0100 |
Chris Cannam |
Fix for Qt5
qt5
|
Fri, 26 Apr 2013 16:37:55 +0100 |
Chris Cannam |
Regenerate configure
qt5
|
Fri, 26 Apr 2013 16:37:07 +0100 |
Chris Cannam |
Look for qmake-qt5, not qt4
qt5
|
Fri, 19 Apr 2013 15:37:27 +0100 |
matthiasm |
different colours, some minor changes, mainly debugging cerrs
tonioni
|
Tue, 16 Apr 2013 15:45:25 +0100 |
Chris Cannam |
Remove debug
|
Tue, 16 Apr 2013 15:20:57 +0100 |
Chris Cannam |
Remove some debug
|
Sat, 13 Apr 2013 20:03:40 +0100 |
gyorgyf |
sample playback problems
tonioni
|
Sat, 13 Apr 2013 15:36:54 +0100 |
gyorgyf |
cleanup
tonioni
|
Sat, 13 Apr 2013 13:39:17 +0100 |
gyorgyf |
fixed flexi note layer and propagated model selection to analyser
tonioni
|
Thu, 28 Mar 2013 17:08:04 +0000 |
Chris Cannam |
Warn if the output sample rate is higher than that of the input model
|
Thu, 28 Mar 2013 10:02:16 +0000 |
Chris Cannam |
Merge from default branch
qt5
|
Thu, 28 Mar 2013 10:01:55 +0000 |
Chris Cannam |
Add ogg to supported file extensions if oga is found
|
Wed, 27 Mar 2013 17:21:58 +0000 |
Chris Cannam |
Windows build fixes -- to review
qt5
|
Wed, 27 Mar 2013 16:54:59 +0000 |
Chris Cannam |
Merge from default branch
qt5
|
Wed, 27 Mar 2013 16:53:31 +0000 |
Chris Cannam |
Remove no-longer-used code
|
Wed, 27 Mar 2013 15:27:33 +0000 |
Chris Cannam |
Fix calculation of timestamps for fixed-rate features
|
Wed, 27 Mar 2013 15:07:27 +0000 |
Chris Cannam |
outputFeatureNo -> outputNo
|
Wed, 27 Mar 2013 14:51:49 +0000 |
Chris Cannam |
Fix incorrect retrieval of point in model by row number if point frame values fell between model resolution boundaries
|
Tue, 26 Mar 2013 20:15:04 +0000 |
matthiasm |
reset FlexiNote layer to have default piano (I couldn't get it to do organ anyway)
tonioni
|
Tue, 26 Mar 2013 17:00:03 +0000 |
matthiasm |
added FlexiNoteModel to svcore.pro; small change in FlexiNoteModel.h
tonioni
|
Tue, 26 Mar 2013 14:20:19 +0000 |
matthiasm |
changed names in FlexiNoteModel to reflect new name (was copied from NoteModel)
tonioni
|
Tue, 26 Mar 2013 14:16:54 +0000 |
matthiasm |
make a new FlexiNoteModel.h file by copying from NoteModel.h -- will need to change names therein
tonioni
|
Tue, 26 Mar 2013 12:35:48 +0000 |
Chris Cannam |
Add an empty file in order to create the tonioni branch
tonioni
|
Mon, 25 Mar 2013 15:29:52 +0000 |
Chris Cannam |
Define fixed set of dependencies, on Windows, if no config available
qt5
|
Mon, 25 Mar 2013 15:19:43 +0000 |
Chris Cannam |
Dataquay path
qt5
|
Mon, 25 Mar 2013 15:17:53 +0000 |
Chris Cannam |
Include for int16_t
qt5
|
Mon, 25 Mar 2013 12:19:10 +0000 |
Chris Cannam |
'Merge'
qt5
|
Mon, 25 Mar 2013 12:19:01 +0000 |
Chris Cannam |
Add dependency build paths
qt5
|
Mon, 25 Mar 2013 12:15:36 +0000 |
Chris Cannam |
Merge
|
Mon, 25 Mar 2013 12:15:07 +0000 |
Chris Cannam |
MinGW fixes
|
Tue, 12 Mar 2013 16:34:10 +0000 |
Chris Cannam |
Fix typo in signal name
qt5
|
Mon, 11 Mar 2013 13:55:22 +0000 |
Chris Cannam |
Get remainder of svcore building with Qt5
qt5
|
Mon, 11 Mar 2013 13:42:01 +0000 |
Chris Cannam |
Get FileSource building
qt5
|
Mon, 11 Mar 2013 11:49:16 +0000 |
Chris Cannam |
Added tag 2.0.1_osx for changeset dc6c0e50724c
|
Sat, 09 Mar 2013 11:45:15 +0000 |
Chris Cannam |
Avoid crash on CoreAudio reader dtor after failing to open file (fixing #504)
|
Fri, 08 Mar 2013 21:35:46 +0000 |
Chris Cannam |
More refinement in audiofile read tests and implementation
|
Fri, 08 Mar 2013 20:05:49 +0000 |
Chris Cannam |
Better general approach
|
Fri, 08 Mar 2013 18:19:05 +0000 |
Chris Cannam |
More on tests, and not the right way to do it with end of resampled file
|
Fri, 08 Mar 2013 16:14:21 +0000 |
Chris Cannam |
Toward audio read tests
|
Thu, 07 Mar 2013 17:18:08 +0000 |
Chris Cannam |
Fix mixup between file rate and sample rate
2.0.1_osx
|
Thu, 07 Mar 2013 17:17:58 +0000 |
Chris Cannam |
If a reader doesn't provide a file sample rate, blow up -- don't just assume
|
Tue, 11 Dec 2012 13:07:40 +0000 |
Chris Cannam |
3d model was marked as exportable, but without any export code
|
Fri, 16 Nov 2012 17:13:47 +0000 |
Chris Cannam |
Avoid uninitialised values
|
Wed, 26 Sep 2012 21:28:14 +0100 |
Chris Cannam |
Merge
|
Wed, 26 Sep 2012 21:27:10 +0100 |
Chris Cannam |
Meter deflection fix due to Robin Gareus
|
Mon, 03 Sep 2012 11:10:51 +0100 |
Chris Cannam |
Tidy
|
Mon, 03 Sep 2012 11:08:45 +0100 |
Chris Cannam |
Fixes to copyright notes
|
Mon, 03 Sep 2012 11:06:50 +0100 |
Chris Cannam |
Merge from branch "coreaudio_tests"
|
Tue, 21 Aug 2012 13:29:13 +0100 |
Chris Cannam |
Minor tidy in configure
|
Tue, 17 Jul 2012 15:09:25 +0100 |
Chris Cannam |
Added tag sonic-annotator-0.7 for changeset 383f0b9458d2
|
Tue, 17 Jul 2012 12:48:50 +0100 |
Chris Cannam |
Added tag sv_v2.0 for changeset aca6e61eaea3
sonic-annotator-0.7
|
Mon, 02 Jul 2012 09:39:55 +0100 |
Chris Cannam |
Overhaul CoreAudioFileReader -- it now at least superficially appears to work
coreaudio_tests
|
Sun, 01 Jul 2012 11:53:00 +0100 |
Chris Cannam |
Merge from branch "default"
coreaudio_tests
|
Sat, 30 Jun 2012 15:05:12 +0100 |
Chris Cannam |
Use dataquay ac symbol
sv_v2.0
|
Fri, 22 Jun 2012 09:25:32 +0100 |
Chris Cannam |
Fix conversions from false to pointer type
|
Fri, 25 May 2012 14:58:21 +0100 |
Chris Cannam |
Merge from branch "dataquay". Next release will require Dataquay v0.9
|
Fri, 25 May 2012 14:57:14 +0100 |
Chris Cannam |
Some exception handling
dataquay
|
Fri, 25 May 2012 14:17:27 +0100 |
Chris Cannam |
Use new symbols in Vamp SDK 2.3.1 for autoconf detection
dataquay
|
Thu, 24 May 2012 13:25:21 +0100 |
Chris Cannam |
A few bugfixes in RDF import and export
dataquay
|
Wed, 23 May 2012 17:17:17 +0100 |
Chris Cannam |
Merge
|
Wed, 23 May 2012 17:14:57 +0100 |
Chris Cannam |
Fix bizarre typo
dataquay
|
Thu, 18 Aug 2011 11:36:23 +0100 |
Chris Cannam |
Simplify temporary directory path &c
|
Mon, 21 May 2012 22:38:16 +0100 |
Chris Cannam |
Comment out some debug output
dataquay
|
Mon, 21 May 2012 22:38:09 +0100 |
Chris Cannam |
Accept .ttl extension for plugin description files
dataquay
|
Mon, 21 May 2012 14:33:35 +0100 |
Chris Cannam |
Further fixes for Dataquay compatibility
dataquay
|
Sat, 19 May 2012 18:57:52 +0100 |
Chris Cannam |
Finish converting RDFTransformFactory
dataquay
|
Sat, 19 May 2012 12:50:36 +0100 |
Chris Cannam |
Convert a bit more of RDFTransformFactory to Dataquay
dataquay
|
Fri, 18 May 2012 21:23:12 +0100 |
Chris Cannam |
Tiny bit of work on the RDFTransformFactory
dataquay
|
Fri, 18 May 2012 21:06:45 +0100 |
Chris Cannam |
Convert RDFImporter to Dataquay
dataquay
|
Fri, 18 May 2012 14:45:15 +0100 |
Chris Cannam |
Convert PluginRDFDescription and PluginRDFIndexer to use Dataquay
dataquay
|
Fri, 18 May 2012 09:48:19 +0100 |
Chris Cannam |
Fix cppcheck warnings
|
Mon, 05 Mar 2012 08:48:36 +0000 |
Chris Cannam |
Patch for compilation with gcc-4.7, from Michel Alexandre Salim
|
Wed, 18 Jan 2012 18:13:08 +0000 |
Chris Cannam |
Remove X11 stuff from svcore
|
Fri, 13 Jan 2012 17:42:58 +0000 |
Chris Cannam |
Remove redundant and hazardous INCLUDE_PATH
|
Fri, 13 Jan 2012 17:21:31 +0000 |
Chris Cannam |
Merge
|
Fri, 13 Jan 2012 17:21:18 +0000 |
Chris Cannam |
Add Doxyfile
|
Mon, 09 Jan 2012 16:28:54 +0000 |
Chris Cannam |
Fix incorrect query structure for output type URIs. This led to some output RDF features being written with type URIs intended for different outputs. Also revert some SVDEBUGs to cerrs -- they are intended as user-visible errors or warnings rather than debug
|
Tue, 18 Oct 2011 10:14:17 +0100 |
Chris Cannam |
Revert that change -- this code is used only in Sonic Annotator
library_integration
|
Mon, 17 Oct 2011 16:20:58 +0100 |
Chris Cannam |
Merge
library_integration
|
Mon, 17 Oct 2011 14:10:28 +0100 |
mathieub |
Merge from the default branch
library_integration
|
Mon, 17 Oct 2011 14:07:54 +0100 |
mathieub |
Remove the qutomatic updating of Vamp plugin RDF description files using netwoek access for the library edition
library_integration
|
Mon, 10 Oct 2011 17:27:54 +0100 |
mathieub |
Merge from the default branch
library_integration
|
Mon, 17 Oct 2011 11:57:25 +0100 |
Chris Cannam |
Minor debug change
|
Tue, 11 Oct 2011 11:14:38 +0100 |
Chris Cannam |
Merge from the default branch
library_integration
|
Mon, 10 Oct 2011 17:27:08 +0100 |
mathieub |
Changed ISINF in system/System.h for win32 compilation:
library_integration
|
Mon, 10 Oct 2011 16:48:07 +0100 |
Chris Cannam |
Added tag sv_v1.9 for changeset 9a0272c2d596
|
Mon, 10 Oct 2011 16:47:52 +0100 |
Chris Cannam |
Avoid spurious %2 in directory path! This path is still poor, but better than it was
sv_v1.9
|
Mon, 10 Oct 2011 10:56:50 +0100 |
Chris Cannam |
Added tag sv_v1.9 for changeset 579b2da21e7a
|
Fri, 07 Oct 2011 17:04:09 +0100 |
Chris Cannam |
Make FileSource capable of handling resource files.
|
Fri, 07 Oct 2011 17:03:04 +0100 |
Chris Cannam |
Remove out-of-context comment
|
Wed, 28 Sep 2011 16:49:50 +0100 |
Chris Cannam |
Added tag sonic-annotator-0.6 for changeset b1b40fa0cf9c
|
Wed, 28 Sep 2011 16:44:38 +0100 |
Chris Cannam |
Added tag sv_v1.9 for changeset 97fbb6b3e749
sonic-annotator-0.6
|
Wed, 28 Sep 2011 10:15:47 +0100 |
Chris Cannam |
Remove unnecessary configure dependency for raptor
|
Tue, 23 Aug 2011 12:05:57 +0100 |
mathieub |
Merge from the default branch
library_integration
|
Wed, 17 Aug 2011 22:14:52 +0100 |
Chris Cannam |
Merge
|
Wed, 17 Aug 2011 22:12:13 +0100 |
Chris Cannam |
Fix incorrect length calculation in creating CFURL from non-ASCII file path
|
Wed, 10 Aug 2011 11:01:30 +0100 |
Chris Cannam |
Build fix for gcc-4.6 from Robin Gareus
|
Wed, 10 Aug 2011 11:01:03 +0100 |
Chris Cannam |
Build fix for gcc-4.6 from Robin Gareus
library_integration
|
Fri, 22 Jul 2011 14:42:50 +0100 |
Chris Cannam |
Merge from branch "sonification"
library_integration
|
Fri, 22 Jul 2011 14:42:24 +0100 |
Chris Cannam |
Merge from branch "toggle"
library_integration
|
Wed, 20 Jul 2011 16:30:07 +0100 |
mathieub |
Option added in the preference menu to be able to start the application in minimal mode
toggle
|
Sun, 26 Jun 2011 19:33:54 +0100 |
Chris Cannam |
Build fix
|
Fri, 24 Jun 2011 16:42:13 +0100 |
Chris Cannam |
Add queueExampleNote to AudioPlaySource interface
sonification
|
Tue, 14 Jun 2011 15:28:42 +0100 |
Chris Cannam |
Seems check() is also sometimes defined on OS/X
|
Tue, 14 Jun 2011 15:26:52 +0100 |
Chris Cannam |
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
|
Tue, 14 Jun 2011 14:47:59 +0100 |
Chris Cannam |
Merge from debug-output branch
|
Tue, 14 Jun 2011 13:43:03 +0100 |
Chris Cannam |
Set window type from RDF
|
Mon, 16 May 2011 17:19:09 +0100 |
Chris Cannam |
Convert many cerrs to DEBUGs
debug-output
|
Thu, 12 May 2011 17:31:24 +0100 |
Chris Cannam |
Remove most toStdString calls (no longer needed, with debug header)
debug-output
|
Thu, 12 May 2011 16:56:08 +0100 |
Chris Cannam |
Add Debug class
debug-output
|
Wed, 11 May 2011 11:04:35 +0100 |
Chris Cannam |
Provide option for WavFileWriter to write directly to target file, rather than always using a temporary; make use of it in WritableWaveFileModel so we can read from target file without having to close it first
|
Wed, 11 May 2011 11:04:02 +0100 |
Chris Cannam |
Avoid crash when generating/processing a very short file
|
Tue, 10 May 2011 17:55:57 +0100 |
Chris Cannam |
More informative error message
|
Tue, 10 May 2011 13:57:37 +0100 |
Chris Cannam |
Comment only
|
Mon, 09 May 2011 16:58:24 +0100 |
Chris Cannam |
Better system-specific unbundle locations for ResourceFinder; use same location for TempDirectory
|
Wed, 04 May 2011 14:05:08 +0100 |
Chris Cannam |
* Introduce ResourceFinder
|
Thu, 14 Apr 2011 15:20:27 +0100 |
Chris Cannam |
Make more (though still not entirely) robust in the face of running out of disc space
|
Thu, 07 Apr 2011 15:20:35 +0100 |
Chris Cannam |
Added tag sv_v1.8 for changeset 611a4fa14dde
|
Mon, 04 Apr 2011 15:20:29 +0100 |
Chris Cannam |
* Avoid including non-value columns in 3d-model column count (fixes #38)
sv_v1.8
|
Tue, 29 Mar 2011 17:55:31 +0100 |
Chris Cannam |
Use TempWriteFile for CSV export as well
|
Tue, 29 Mar 2011 17:30:23 +0100 |
Chris Cannam |
* Add TempWriteFile abstraction, use it when exporting audio to avoid clobbering existing file before export is complete
|
Wed, 09 Mar 2011 11:48:01 +0000 |
Chris Cannam |
* Use note model when importing RDF types with "note" in them
|
Tue, 08 Mar 2011 10:46:36 +0000 |
Chris Cannam |
* When using user-supplied {module}_LIBS, actually insert them into LIBS...
|
Tue, 08 Mar 2011 10:31:12 +0000 |
Chris Cannam |
* Skip tests for modules when {module}_LIBS is provided by user
|
Tue, 08 Mar 2011 10:21:21 +0000 |
Chris Cannam |
* Permit user CFLAGS, if given, to override our CXXFLAGS if no user CXXFLAGS is given
|
Wed, 02 Mar 2011 15:39:43 +0000 |
Chris Cannam |
* Add sample-timing option for CSV feature writer
|
Mon, 07 Feb 2011 21:14:09 +0000 |
Chris Cannam |
* Fix crash when importing CSV file with varying number of columns per row
|
Thu, 03 Feb 2011 13:15:07 +0000 |
Chris Cannam |
* More useful error message
|
Mon, 29 Nov 2010 12:45:39 +0000 |
luisf |
config files with changes regarding osx compilation flags.
coreaudio_tests
|
Thu, 18 Nov 2010 11:40:38 +0000 |
luisf |
tests for using coreaudio to read files in 64-bit mac osx
coreaudio_tests
|
Mon, 25 Oct 2010 21:14:40 +0200 |
Chris Cannam |
* Make inputModel a reference argument to configure -- fixes (hideously) failure to pick up correct user-specified input in SV
|
Mon, 25 Oct 2010 11:09:02 +0200 |
Chris Cannam |
Merge
|
Sun, 24 Oct 2010 22:10:44 +0200 |
Chris Cannam |
* minor tidy
|
Tue, 19 Oct 2010 21:47:55 +0100 |
Chris Cannam |
* If a FileSource URL won't convert at all in strict mode, try again in tolerant mode (necessary for e.g. filenames with square brackets in them)
|
Mon, 18 Oct 2010 14:17:02 +0100 |
Chris Cannam |
* getNativeRate needs to be virtual!
|
Mon, 18 Oct 2010 14:14:26 +0100 |
Chris Cannam |
* Fix csv-one-file option
|
Mon, 18 Oct 2010 12:42:42 +0100 |
Chris Cannam |
* Build fixes
|
Fri, 08 Oct 2010 13:30:47 +0100 |
Chris Cannam |
* Add qmake config (debug or release) corresponding to configure invocation
|
Fri, 08 Oct 2010 12:05:40 +0100 |
Chris Cannam |
* Regenerate configure
|
Fri, 08 Oct 2010 12:04:39 +0100 |
Chris Cannam |
* Use macx-g++ qmake spec on OS/X
|
Fri, 08 Oct 2010 11:57:02 +0100 |
Chris Cannam |
* Add test for PortAudio
|
Fri, 08 Oct 2010 11:19:16 +0100 |
Chris Cannam |
* Move the plugin dialog configuration guff out into a callback
|
Fri, 08 Oct 2010 09:32:57 +0100 |
Chris Cannam |
* Substitute the CC and CXX that configure found
|
Thu, 07 Oct 2010 17:54:08 +0100 |
Chris Cannam |
* Hugely simplify Qt search -- all we need is qmake...
|
Thu, 23 Sep 2010 11:34:07 +0100 |
Chris Cannam |
* Add QuickTime if on a Mac
|
Wed, 22 Sep 2010 12:28:37 +0100 |
Chris Cannam |
* Set LIBS properly when optional pkg-config package found
|
Wed, 22 Sep 2010 11:24:20 +0100 |
Chris Cannam |
* Update SRCDIR for new layout, regenerate configure
|
Wed, 22 Sep 2010 11:02:46 +0100 |
Chris Cannam |
* Add INSTALL file and licence
|
Wed, 22 Sep 2010 10:54:50 +0100 |
Chris Cannam |
* Build a single library with a single .pro file, instead of using a recursive build
|
Fri, 17 Sep 2010 14:41:30 +0100 |
Chris Cannam |
* Some ambiguity about old/new symbols here, use a more reliable option
|
Fri, 17 Sep 2010 13:32:47 +0100 |
Chris Cannam |
* Add configure to repo; fix Redland header inclusion
|
Fri, 17 Sep 2010 13:17:37 +0100 |
Chris Cannam |
* Merge
|
Fri, 17 Sep 2010 13:17:08 +0100 |
Chris Cannam |
* Print error if qmake fails
|
Fri, 17 Sep 2010 13:13:23 +0100 |
Chris Cannam |
* Merge
|
Fri, 17 Sep 2010 13:12:34 +0100 |
Chris Cannam |
* Add qmake project file
|
Fri, 17 Sep 2010 13:12:01 +0100 |
Chris Cannam |
* Add generic install-sh
|
Fri, 17 Sep 2010 12:51:56 +0100 |
Chris Cannam |
* Add acinclude file. Gah. This is probably the most important bit of the build system...
|
Thu, 16 Sep 2010 14:40:52 +0100 |
Chris Cannam |
* More updates to build system, intended to support platforms both with and without pkg-config (though we really want to be able to switch pkg-config off)
|
Tue, 14 Sep 2010 09:45:30 +0100 |
Chris Cannam |
* Experimental autoconf procedure to produce qmake include file
|
Fri, 23 Jul 2010 11:46:59 +0000 |
convert-repo |
update tags
|
Fri, 26 Mar 2010 13:53:31 +0000 |
Chris Cannam |
* First bits of works matching
|
Mon, 22 Mar 2010 16:41:01 +0000 |
Chris Cannam |
* Bit more work on track composer identification
|
Fri, 19 Mar 2010 12:21:59 +0000 |
Chris Cannam |
* Some sketchy track lookup code
|
Mon, 19 Jul 2010 17:08:56 +0000 |
Chris Cannam |
* Complete the overhaul of CSV file import; now you can pick the purpose for
|
Fri, 16 Jul 2010 16:51:39 +0000 |
Chris Cannam |
* Start revamping the CSV import dialog so as to show a "purpose" for each column.
|
Thu, 15 Jul 2010 15:27:21 +0000 |
Chris Cannam |
* Start overhauling CSV parser to associate purposes with columns en route to its guesses; add some string manipulation code
|
Thu, 08 Jul 2010 14:22:28 +0000 |
Chris Cannam |
* Add option to import time+duration (or time+endtime) from CSV files
|
Mon, 05 Jul 2010 11:54:19 +0000 |
Chris Cannam |
* Fix failure to encode entities in label texts
|
Mon, 24 May 2010 16:04:10 +0000 |
Chris Cannam |
* Avoid failing on second and subsequent input files in single-output-file
|
Fri, 21 May 2010 10:21:18 +0000 |
Chris Cannam |
* Improve behaviour when output file write fails (i.e. fail earlier)
|
Fri, 21 May 2010 10:20:52 +0000 |
Chris Cannam |
* Truncate long output lines
|
Fri, 12 Mar 2010 15:06:38 +0000 |
Chris Cannam |
...
sv-v1.7.2
|
Fri, 12 Mar 2010 14:53:44 +0000 |
Chris Cannam |
* Fix potential static initialiser race (FileFinder vs InteractiveFileFinder
|
Fri, 12 Mar 2010 13:13:06 +0000 |
Chris Cannam |
* Be more diligent about removing abandoned temporary directories: remove
|
Fri, 12 Mar 2010 13:03:53 +0000 |
Chris Cannam |
* Simpler & better fix for oggz 1.1.0 compatibility
|
Fri, 12 Mar 2010 12:04:39 +0000 |
Chris Cannam |
* Update for oggz 1.1.0 API
|
Thu, 22 Oct 2009 15:54:21 +0000 |
Chris Cannam |
* Layer data editor window: fix sorting for columns in region model,
sv-v1.7.1
|
Thu, 15 Oct 2009 11:32:21 +0000 |
Chris Cannam |
* When importing regions without values, generate a different value for
|
Thu, 15 Oct 2009 10:50:43 +0000 |
Chris Cannam |
* RDF importer: Features that are on different timeline URIs should go
|
Wed, 07 Oct 2009 16:45:45 +0000 |
Christophe Rhodes |
More changes related to strict/tolerant URL parsing:
|
Wed, 07 Oct 2009 13:10:49 +0000 |
Chris Cannam |
* Convert strings to URLs in strict mode first; only try again in tolerant
|
Tue, 29 Sep 2009 10:34:57 +0000 |
Chris Cannam |
* Support SMPTE timecode in MIDI files (fixes #2739160)
sv-v1.7
|
Fri, 25 Sep 2009 12:02:22 +0000 |
Chris Cannam |
* Add time display format preference
|
Fri, 11 Sep 2009 15:42:32 +0000 |
Chris Cannam |
* Add start frame get/set to EditableDenseThreeDimensionalModel and use it
|
Fri, 11 Sep 2009 11:41:22 +0000 |
Chris Cannam |
* fix for solaris
|
Thu, 10 Sep 2009 19:19:21 +0000 |
Chris Cannam |
* use dummy driver only for RtMidi on Solaris
|
Thu, 10 Sep 2009 18:44:45 +0000 |
Chris Cannam |
* solaris build fixes
|
Thu, 10 Sep 2009 14:31:49 +0000 |
Chris Cannam |
...
|
Thu, 10 Sep 2009 14:17:59 +0000 |
Chris Cannam |
* Some (incomplete) Solaris build bobs
|
Tue, 08 Sep 2009 16:53:32 +0000 |
Chris Cannam |
* As prior commit
|
Tue, 08 Sep 2009 16:52:36 +0000 |
Chris Cannam |
* Better handling of failed-to-open-output-stream situations; ensure CSV
|
Tue, 08 Sep 2009 11:27:26 +0000 |
Chris Cannam |
* Fix session save bug reported by Jeff Smith (entities not encoded in
|
Mon, 24 Aug 2009 16:07:23 +0000 |
Chris Cannam |
* Fixes to gcc-4.4 thanks to Michel Salim
|
Tue, 18 Aug 2009 11:08:29 +0000 |
Chris Cannam |
* debug only
|
Fri, 14 Aug 2009 14:01:09 +0000 |
Chris Cannam |
* Fix crash on exit on win32. This was caused by incorrectly using fftw_free()
|
Tue, 07 Jul 2009 10:54:10 +0000 |
Chris Cannam |
* use exceptions instead of exit()!
|
Tue, 07 Jul 2009 10:51:50 +0000 |
Chris Cannam |
* comment out debug line
|
Mon, 29 Jun 2009 13:44:50 +0000 |
Chris Cannam |
* Add rdf-network option to retrieve RDF descriptions from network, since
sv-v1.6
|
Mon, 22 Jun 2009 17:06:27 +0000 |
Chris Cannam |
* minor environmental updates
|
Mon, 08 Jun 2009 15:40:01 +0000 |
Chris Cannam |
* Use notes layer for things with MIDI units as well as Hz
|
Tue, 02 Jun 2009 09:48:54 +0000 |
Chris Cannam |
* Add rdf-track-uri and rdf-maker-uri options
|
Thu, 21 May 2009 16:54:43 +0000 |
Chris Cannam |
* Make expandAndRetrieve much faster for cases with duplicated data being
|
Mon, 18 May 2009 10:24:36 +0000 |
Chris Cannam |
* percent-encode plugin and plugin-output uris
|
Thu, 14 May 2009 15:48:07 +0000 |
Chris Cannam |
* add reviewFileForAppend callback
|
Thu, 14 May 2009 15:47:16 +0000 |
Chris Cannam |
* Try to avoid URI clashes with existing URIs in the file, when writing
|
Thu, 14 May 2009 14:33:40 +0000 |
Chris Cannam |
* Make SV capable of importing the signal/audiofile structure now written
|
Wed, 13 May 2009 13:30:08 +0000 |
Chris Cannam |
* Try to identify the properly conformant audio file structure written out
|
Wed, 13 May 2009 12:59:07 +0000 |
Chris Cannam |
* Add forgotten angle brackets to signal type URI
|
Wed, 13 May 2009 12:49:22 +0000 |
Chris Cannam |
* Replace not very useful signal-uri option with more useful audiofile-uri
|
Fri, 08 May 2009 10:09:47 +0000 |
Chris Cannam |
* If we have track metadata, write it out in a separate mo:Track associated
|
Fri, 08 May 2009 09:48:07 +0000 |
Chris Cannam |
* Add computed_by property for signal features
|
Mon, 30 Mar 2009 13:47:00 +0000 |
Chris Cannam |
* fix to rounding problems in plugin parameter box
|
Fri, 27 Mar 2009 16:27:12 +0000 |
Chris Cannam |
* add forgotten file!
|
Fri, 27 Mar 2009 16:25:52 +0000 |
Chris Cannam |
* Pull out the widgetry part of FileFinder into widgets/InteractiveFileFinder
|
Fri, 27 Mar 2009 13:10:01 +0000 |
Chris Cannam |
* Move prf file to prf/ (so that it can be pulled in using externals in
|
Fri, 20 Mar 2009 17:32:16 +0000 |
Chris Cannam |
* remove debug
|
Fri, 20 Mar 2009 17:32:05 +0000 |
Chris Cannam |
* remove debug
|
Mon, 16 Mar 2009 16:41:42 +0000 |
Chris Cannam |
* debug tidy
sv-v1.5
|
Mon, 16 Mar 2009 16:36:23 +0000 |
Chris Cannam |
* various minor bits
|
Mon, 16 Mar 2009 16:32:02 +0000 |
Chris Cannam |
* either I'm going mad or the compiler is... valgrind and sizeof both
|
Mon, 16 Mar 2009 13:56:11 +0000 |
Chris Cannam |
* thread tidying fix, etc
|
Fri, 13 Mar 2009 17:53:43 +0000 |
Chris Cannam |
...
|
Fri, 13 Mar 2009 11:06:11 +0000 |
Chris Cannam |
...
|
Fri, 27 Feb 2009 15:58:02 +0000 |
Chris Cannam |
* update CHANGELOG, remove more debug, add .oga extension
sv-v1.5pre1
|
Fri, 27 Feb 2009 13:59:42 +0000 |
Chris Cannam |
* remove some debug output
|
Thu, 26 Feb 2009 10:49:08 +0000 |
Chris Cannam |
* Handle zero-velocity note ons as well as note offs (can't believe I
|
Wed, 25 Feb 2009 12:02:53 +0000 |
Chris Cannam |
* Make it possible to record live MIDI to a note layer.
|
Wed, 25 Feb 2009 11:15:22 +0000 |
Chris Cannam |
* Somewhat better MIDI-based time instant timing
|
Tue, 24 Feb 2009 17:53:01 +0000 |
Chris Cannam |
* more rudiments of midi->instants
|
Tue, 24 Feb 2009 17:25:55 +0000 |
Chris Cannam |
* rtmidi & activity updates
|
Tue, 24 Feb 2009 11:39:45 +0000 |
Chris Cannam |
* fix memory leak (thanks Luis, #2628201)
|
Mon, 23 Feb 2009 19:08:58 +0000 |
Chris Cannam |
* os/x build fixes
|
Mon, 23 Feb 2009 17:50:17 +0000 |
Chris Cannam |
* Wire up MIDI input port (as far as printing a message when an event comes
|
Mon, 23 Feb 2009 14:40:17 +0000 |
Chris Cannam |
* a few more midi bits, attempt to fix vertical-black-bar-misplacement-on-mac
|
Mon, 23 Feb 2009 11:43:55 +0000 |
Chris Cannam |
* restore compileability
|
Mon, 23 Feb 2009 11:41:28 +0000 |
Chris Cannam |
* midi stubs (this revision will not compile)
|
Thu, 12 Feb 2009 15:26:43 +0000 |
Chris Cannam |
* Some fairly simplistic code to set up layer type properties based on
|
Tue, 10 Feb 2009 17:24:30 +0000 |
Chris Cannam |
* Fix crash when processing a file that is shorter than a single block
|
Mon, 09 Feb 2009 11:53:29 +0000 |
Chris Cannam |
* get whole columns at a time from fft model when running transform
|
Mon, 09 Feb 2009 11:38:08 +0000 |
Chris Cannam |
* Some steps to avoid backward seeks in MatrixFile in common use cases
|
Sun, 08 Feb 2009 20:03:54 +0000 |
Chris Cannam |
* Some changes and debug toward reducing backward seeks (v. slow on os/x
|
Fri, 06 Feb 2009 15:06:23 +0000 |
Chris Cannam |
* Restore (better quality) y-axis interpolation in spectrogram
|
Thu, 05 Feb 2009 17:46:34 +0000 |
Chris Cannam |
* Restore peak bins mode in spectrogram
|
Thu, 05 Feb 2009 17:33:21 +0000 |
Chris Cannam |
* Re-enable peak frequencies display in spectrogram
|
Thu, 05 Feb 2009 14:17:11 +0000 |
Chris Cannam |
* Auto-close write-mode matrix files when all columns written
|
Thu, 05 Feb 2009 12:53:19 +0000 |
Chris Cannam |
* More careful (I hope!) locking
|
Thu, 05 Feb 2009 12:05:28 +0000 |
Chris Cannam |
* Finer locking in fft caches; fix displayed bin ranges in spectrogram
|
Wed, 04 Feb 2009 20:39:11 +0000 |
Chris Cannam |
* fix deadlock in fft memory cache usage
|
Wed, 04 Feb 2009 15:03:42 +0000 |
Chris Cannam |
* Make use of peak cache in spectrogram
|
Wed, 04 Feb 2009 13:33:50 +0000 |
Chris Cannam |
* Add peak cache type for 3d models
|
Wed, 04 Feb 2009 12:13:16 +0000 |
Chris Cannam |
* throw (but do not yet catch!) exception when running out of disc space
|
Wed, 04 Feb 2009 10:53:38 +0000 |
Chris Cannam |
* Thread safety (fixing a crash)
|
Tue, 03 Feb 2009 11:12:19 +0000 |
Chris Cannam |
* minor fix
|
Mon, 02 Feb 2009 17:07:47 +0000 |
Chris Cannam |
* Avoid crash in StorageAdviser if temporary directory cannot be opened
|
Thu, 29 Jan 2009 14:17:12 +0000 |
Chris Cannam |
* take a bit more care about peaks cache sizing
|
Thu, 29 Jan 2009 13:39:18 +0000 |
Chris Cannam |
...
|
Tue, 27 Jan 2009 14:40:04 +0000 |
Chris Cannam |
* re-enable memory caches!
|
Tue, 27 Jan 2009 13:25:10 +0000 |
Chris Cannam |
* Merge from one-fftdataserver-per-fftmodel branch. This bit of
|
Mon, 26 Jan 2009 15:18:32 +0000 |
Chris Cannam |
* Change QMutex in Editable DTDM to a read/write lock
|
Fri, 23 Jan 2009 14:00:29 +0000 |
Chris Cannam |
* make compression optional in editable dense 3d model, and some tweaks
|
Fri, 23 Jan 2009 13:31:51 +0000 |
Chris Cannam |
* Some simple compression for dense 3d models that actually represent
|
Thu, 22 Jan 2009 17:58:33 +0000 |
Chris Cannam |
* try some qvectors
|
Thu, 22 Jan 2009 17:39:04 +0000 |
Chris Cannam |
* Make Colour3DPlotLayer::paintDense much faster (but still not fast
|
Tue, 20 Jan 2009 18:11:10 +0000 |
Chris Cannam |
* Try to avoid leaving output files open after completion
|
Tue, 20 Jan 2009 18:10:56 +0000 |
Chris Cannam |
* Try to avoid leaving output files open after completion
|
Tue, 20 Jan 2009 18:10:31 +0000 |
Chris Cannam |
* Try to avoid leaving output files open after completion
|
Fri, 16 Jan 2009 15:12:23 +0000 |
Chris Cannam |
* fix some warnings, remove debug
|
Thu, 15 Jan 2009 18:20:40 +0000 |
Chris Cannam |
* Fix crash in SimpleSPARQLQuery
|
Fri, 09 Jan 2009 14:55:12 +0000 |
Chris Cannam |
* The main fix here is to the arguments of SVApplication -- the first
|
Mon, 05 Jan 2009 21:51:27 +0000 |
Chris Cannam |
* minor changes for current system
|
Fri, 12 Dec 2008 16:13:19 +0000 |
Chris Cannam |
* minor output tweaks
|
Fri, 12 Dec 2008 15:33:28 +0000 |
Chris Cannam |
* remove some output
|
Fri, 12 Dec 2008 14:38:10 +0000 |
Chris Cannam |
* Use FileFinder to find audio source referred to in an RDF document,
|
Thu, 11 Dec 2008 15:19:24 +0000 |
Chris Cannam |
* truncate long prefix
|
Thu, 11 Dec 2008 15:18:10 +0000 |
Chris Cannam |
* Make FileSource able to indicate its preferred content type (e.g.
|
Thu, 11 Dec 2008 12:37:16 +0000 |
Chris Cannam |
...
sv-v1.4
|
Thu, 11 Dec 2008 12:32:59 +0000 |
Chris Cannam |
* crappy attempt to handle writing to directory somewhere other than C
|
Thu, 11 Dec 2008 11:30:15 +0000 |
Chris Cannam |
* print Done when done
|
Thu, 11 Dec 2008 11:04:01 +0000 |
Chris Cannam |
* make it possible to avoid pulling in widgets for non-gui (i.e. runner)
|
Wed, 10 Dec 2008 16:24:31 +0000 |
Chris Cannam |
* writer flush
|
Wed, 10 Dec 2008 13:21:10 +0000 |
Chris Cannam |
* fixes to improve the utility of the CSV feature writer
|
Wed, 10 Dec 2008 12:39:32 +0000 |
Chris Cannam |
* Avoid trying to create output files with : in them (win32)
|
Tue, 09 Dec 2008 16:53:37 +0000 |
Chris Cannam |
* close output streams a little sooner when writing features for more
|
Mon, 08 Dec 2008 15:08:39 +0000 |
Chris Cannam |
* Ensure SimpleSPARQLQuery stores an error string properly when query
sv-v1.4rc1
|
Mon, 08 Dec 2008 11:53:10 +0000 |
Chris Cannam |
* Ensure text models are exported with text properties in RDF, and
|
Mon, 08 Dec 2008 11:15:13 +0000 |
Chris Cannam |
* Cut back on the locking and general workload in
|
Fri, 05 Dec 2008 16:18:04 +0000 |
Chris Cannam |
* Support recording the summary type in transform
|
Fri, 05 Dec 2008 14:19:04 +0000 |
Chris Cannam |
* Implement proper RDF feature writing for track level features, using
|
Fri, 05 Dec 2008 11:31:51 +0000 |
Chris Cannam |
* colon not permitted in filename on windows
|
Fri, 05 Dec 2008 11:24:13 +0000 |
Chris Cannam |
* Avoid a sometime crash on exit, by simply not deleting stuff
|
Fri, 05 Dec 2008 11:09:44 +0000 |
Chris Cannam |
* Add FeatureWriter method to set basic track metadata; write it out from
|
Fri, 05 Dec 2008 09:40:42 +0000 |
Chris Cannam |
* Make RDFTransformFactory::writeTransformToRDF write out partial
|
Thu, 04 Dec 2008 17:17:06 +0000 |
Chris Cannam |
* minor stuff
|
Thu, 04 Dec 2008 17:15:15 +0000 |
Chris Cannam |
...
|
Tue, 02 Dec 2008 17:17:25 +0000 |
Chris Cannam |
* Permit viewing (though not editing) colour 3d plot layer data in
|
Fri, 28 Nov 2008 15:45:20 +0000 |
Chris Cannam |
* Much more sensible pane layouts, etc., when loading RDF; also offer
|
Fri, 28 Nov 2008 13:47:11 +0000 |
Chris Cannam |
* Bring FeatureWriter and RDFFeatureWriter into the fold (from Runner)
|
Fri, 28 Nov 2008 13:36:13 +0000 |
Chris Cannam |
Various fixes:
|
Thu, 27 Nov 2008 22:09:58 +0000 |
Chris Cannam |
* Support http redirects
|
Wed, 26 Nov 2008 13:55:00 +0000 |
Chris Cannam |
* Warning, not error
|
Tue, 25 Nov 2008 17:46:02 +0000 |
Chris Cannam |
* Add ability to export a transform structure as RDF -- for use
|
Tue, 25 Nov 2008 13:43:56 +0000 |
Chris Cannam |
* RDF importer: add model titles where possible
|
Mon, 24 Nov 2008 16:26:11 +0000 |
Chris Cannam |
* Update RDF query stuff again so as to set up a temporary datastore
|
Mon, 24 Nov 2008 12:26:21 +0000 |
Chris Cannam |
* When loading data with timestamps in seconds, round each time to its
|
Fri, 21 Nov 2008 18:03:14 +0000 |
Chris Cannam |
* Make it possible to import an entire session from an RDF document.
|
Fri, 21 Nov 2008 16:12:29 +0000 |
Chris Cannam |
* Reorganise our sparql queries on the basis that Redland must be
|
Fri, 21 Nov 2008 14:25:33 +0000 |
Chris Cannam |
* remove some unused code
|
Fri, 21 Nov 2008 13:37:35 +0000 |
Chris Cannam |
* Use enum for transform type instead of trying to do dumb things like
|
Thu, 20 Nov 2008 14:58:52 +0000 |
Chris Cannam |
* don't pre-declare classes in Vamp namespace (namespace may change!)
|
Thu, 20 Nov 2008 12:09:55 +0000 |
Chris Cannam |
* Add more informative text to Find a Transform (particularly when none
|
Wed, 19 Nov 2008 21:36:33 +0000 |
Chris Cannam |
* minor text change
|
Tue, 18 Nov 2008 10:08:32 +0000 |
Chris Cannam |
* Convert local filename properly to URL form
|
Fri, 14 Nov 2008 12:29:48 +0000 |
Chris Cannam |
* Fix a deadlock
|
Fri, 14 Nov 2008 10:10:05 +0000 |
Chris Cannam |
* Auto-select RDF datastore/parsing backend; use trees datastore if
|
Thu, 13 Nov 2008 14:23:23 +0000 |
Chris Cannam |
* Add Redland datastore support to SimpleSPARQLQuery
|
Wed, 12 Nov 2008 16:39:29 +0000 |
Chris Cannam |
* Make scale bar more accurate (if no more helpful) in log scaled colour 3d plot
|
Tue, 11 Nov 2008 13:54:47 +0000 |
Chris Cannam |
* Add use-log-scale estimator. Not quite right yet; the model doesn't
|
Tue, 11 Nov 2008 09:41:45 +0000 |
Chris Cannam |
* Start thread to populate uninstalled transforms only on request
|
Fri, 07 Nov 2008 20:25:57 +0000 |
Chris Cannam |
* Avoid deadlock in indexer
|
Fri, 07 Nov 2008 17:31:06 +0000 |
Chris Cannam |
* Update to new-line vamp plugin sdk
|
Wed, 29 Oct 2008 12:37:32 +0000 |
Chris Cannam |
* Ensure that region features are added even if they lack any values!
|
Tue, 28 Oct 2008 18:06:06 +0000 |
Chris Cannam |
* Avoid waiting on uninstalled transforms mutex in TransformFactory::
|
Tue, 28 Oct 2008 12:39:53 +0000 |
Chris Cannam |
* Add more info button to plugin dialog
|
Tue, 28 Oct 2008 11:38:43 +0000 |
Chris Cannam |
* tidy up uses of CachedFile
|
Tue, 28 Oct 2008 11:37:33 +0000 |
Chris Cannam |
* revert changes from r1254 as well; also restore a fix from r1245
|
Tue, 28 Oct 2008 11:07:08 +0000 |
Chris Cannam |
* Revert revisions 1244 and 1245 on FileSource -- backing out its
|
Mon, 27 Oct 2008 20:29:55 +0000 |
Chris Cannam |
* complete switching the code to use CachedFile -- now to tidy & fix the
|
Mon, 27 Oct 2008 18:15:20 +0000 |
Chris Cannam |
* make use of CachedFile (untested)
|
Mon, 27 Oct 2008 15:07:35 +0000 |
Chris Cannam |
* flesh out CachedFile a bit more
|
Mon, 27 Oct 2008 11:53:35 +0000 |
Chris Cannam |
* stub out persistent cacheing class, as I've decided I don't like the
|
Fri, 24 Oct 2008 14:52:40 +0000 |
Chris Cannam |
* Add vertical zoom and pan to time-value layer.
|
Thu, 23 Oct 2008 16:32:00 +0000 |
Chris Cannam |
* typo fix only
|
Thu, 23 Oct 2008 16:30:48 +0000 |
Chris Cannam |
* Add More Info URL to plugin finder
|
Fri, 17 Oct 2008 15:26:29 +0000 |
Chris Cannam |
* Some work on querying and cacheing plugin RDF from a central index
|
Fri, 17 Oct 2008 13:32:55 +0000 |
Chris Cannam |
* Add persistent cache file support to FileSource (e.g. for RDF
|
Thu, 16 Oct 2008 13:38:33 +0000 |
Chris Cannam |
* somewhat clearer layout in region layer
|
Wed, 15 Oct 2008 12:08:02 +0000 |
Chris Cannam |
* Fix race condition in FFTFileCache when reading from the same FFT model
|
Tue, 14 Oct 2008 16:36:35 +0000 |
Chris Cannam |
* Add beginnings of capability to search plugins that are not yet
|
Mon, 13 Oct 2008 13:53:05 +0000 |
Chris Cannam |
* minor addition to help out future work
|
Thu, 09 Oct 2008 20:10:28 +0000 |
Chris Cannam |
* Fix a nasty and long-standing race condition in MatrixFile's use of
|
Thu, 09 Oct 2008 13:13:33 +0000 |
Chris Cannam |
* Support transforms that output regions with more than one bin (by
|
Thu, 09 Oct 2008 12:22:02 +0000 |
Chris Cannam |
* debug
|
Thu, 09 Oct 2008 12:04:22 +0000 |
Chris Cannam |
* Save/load of region models
|
Wed, 08 Oct 2008 15:27:31 +0000 |
Chris Cannam |
* Fix (kinda) display of fixed-sample-rate features with sample rate
|
Tue, 07 Oct 2008 12:59:55 +0000 |
Chris Cannam |
* Query range before time (in case time component of range turns out to
|
Tue, 07 Oct 2008 12:42:17 +0000 |
Chris Cannam |
* Support importing features from RDF whose times are intervals rather
|
Fri, 03 Oct 2008 15:43:15 +0000 |
Chris Cannam |
nothing much!
|
Mon, 29 Sep 2008 16:31:49 +0000 |
Chris Cannam |
* More transform finder stuff
|
Mon, 29 Sep 2008 15:06:43 +0000 |
Chris Cannam |
* More SelectableLabel and TransformFinder tweaking
|
Thu, 25 Sep 2008 12:44:23 +0000 |
Chris Cannam |
* some work on transform finder
|
Tue, 23 Sep 2008 13:39:25 +0000 |
Chris Cannam |
* Start work on TransformFinder dialog
|
Mon, 22 Sep 2008 15:44:03 +0000 |
Chris Cannam |
* Add beginnings of transform-search-by-text function
|
Fri, 19 Sep 2008 12:55:35 +0000 |
Chris Cannam |
* Add segmentation plot type to region layer (plotting not implemented yet)
|
Thu, 18 Sep 2008 16:08:14 +0000 |
Chris Cannam |
* Add region model and layer; improve assignment of model types to
|
Thu, 18 Sep 2008 12:33:30 +0000 |
Chris Cannam |
* Merge revisions 1131 to 1201 from sv-rdf-import branch
|
Thu, 18 Sep 2008 12:09:32 +0000 |
Chris Cannam |
* Merge revisions 1041 to 1130 from sv-rdf-import branch
|
Thu, 07 Aug 2008 16:06:59 +0000 |
Chris Cannam |
* minor tidy
|
Thu, 07 Aug 2008 15:59:20 +0000 |
Chris Cannam |
* Add IntervalModel as base class for NoteModel (and other, further
|
Thu, 10 Jul 2008 12:50:56 +0000 |
Chris Cannam |
* Updates for 1.3
sv1-v1.3 sv1-v1.3rc1
|
Mon, 07 Jul 2008 17:17:49 +0000 |
Chris Cannam |
* Revert to RTLD_LOCAL (we think problem is better fixed in Vampy)
|
Wed, 02 Jul 2008 13:31:37 +0000 |
Chris Cannam |
...
|
Wed, 02 Jul 2008 08:46:47 +0000 |
Chris Cannam |
* When displaying an absolute pitch range (number of semitones + number
|
Thu, 26 Jun 2008 12:41:23 +0000 |
Chris Cannam |
* Fix two problems reported by Matthias in the data editor window:
|
Thu, 19 Jun 2008 15:11:28 +0000 |
Chris Cannam |
* Load with RTLD_GLOBAL, otherwise Vampy plugins can't load their interpreters
|
Wed, 18 Jun 2008 15:53:23 +0000 |
Chris Cannam |
* Add playback controls to data edit dialog
|
Wed, 18 Jun 2008 13:40:10 +0000 |
Chris Cannam |
* Fix crash when running Generator
|
Tue, 17 Jun 2008 16:07:56 +0000 |
Chris Cannam |
* a bit of progress on retaining current row when sorting changes &c
|
Mon, 16 Jun 2008 14:48:42 +0000 |
Chris Cannam |
* Basic implementation of add and remove point in data editor
|
Mon, 16 Jun 2008 07:55:35 +0000 |
Chris Cannam |
* build fix
|
Fri, 13 Jun 2008 21:09:43 +0000 |
Chris Cannam |
* Add audio device selection to preferences
|
Thu, 12 Jun 2008 14:33:45 +0000 |
Chris Cannam |
* Add more data-editor support to various models
|
Thu, 12 Jun 2008 10:47:11 +0000 |
Chris Cannam |
* Update translations, and add change counter to name of bundle command
|
Thu, 12 Jun 2008 09:03:00 +0000 |
Chris Cannam |
* sorting arbitrary columns in data editor
|
Wed, 11 Jun 2008 17:00:04 +0000 |
Chris Cannam |
* Fix for data modification in data edit view... now why isn't the
|
Wed, 11 Jun 2008 16:13:25 +0000 |
Chris Cannam |
* reorganise tabular data editor model support
|
Wed, 11 Jun 2008 12:54:18 +0000 |
Chris Cannam |
* A bit more work on the data editor
|
Wed, 11 Jun 2008 12:53:20 +0000 |
Chris Cannam |
* Wait for input to be ready before running real-time effect -- even if
|
Tue, 10 Jun 2008 09:11:42 +0000 |
Chris Cannam |
* Compile fixes
|
Mon, 09 Jun 2008 16:01:50 +0000 |
Chris Cannam |
* basics of data editing in data table view
|
Mon, 09 Jun 2008 16:01:22 +0000 |
Chris Cannam |
* Fix failure to take into account near-OOM situations!
|
Mon, 09 Jun 2008 09:41:58 +0000 |
Chris Cannam |
* Fix crash (always) when running any Effects Data transform
|
Fri, 06 Jun 2008 15:26:27 +0000 |
Chris Cannam |
* Start adding a spreadsheet-style editor window for model data
|
Wed, 21 May 2008 11:09:15 +0000 |
Chris Cannam |
* Provide a proper implementation of
|
Mon, 19 May 2008 17:23:11 +0000 |
Chris Cannam |
* Permit holding Shift while dragging an instant or other edited thing,
|
Fri, 16 May 2008 13:27:07 +0000 |
Chris Cannam |
* Halve space requirements for range (waveform peak) caches
|
Fri, 09 May 2008 12:39:02 +0000 |
Chris Cannam |
...
|
Thu, 08 May 2008 14:46:22 +0000 |
Chris Cannam |
* Speed up spectrogram painting by releasing mutex in FFTDataServer
|
Tue, 29 Apr 2008 15:34:17 +0000 |
Chris Cannam |
* Save alignments to session file. Needs much testing.
|
Tue, 29 Apr 2008 10:59:19 +0000 |
Chris Cannam |
* Fix deadlock in Serialiser
|
Tue, 29 Apr 2008 09:44:44 +0000 |
Chris Cannam |
* Merge rev 1048 (build fixes) from rdf-import branch
|
Tue, 29 Apr 2008 09:42:18 +0000 |
Chris Cannam |
...
|
Thu, 24 Apr 2008 14:25:28 +0000 |
Chris Cannam |
* Fix progress reporting on audio file resample
|
Thu, 10 Apr 2008 12:43:26 +0000 |
Chris Cannam |
* build fixes
|
Mon, 07 Apr 2008 16:55:21 +0000 |
Chris Cannam |
* Add ability to load playlists from a FileSource (used by runner)
|
Thu, 03 Apr 2008 08:30:25 +0000 |
Chris Cannam |
* transform operator<
|
Fri, 28 Mar 2008 17:51:13 +0000 |
Chris Cannam |
...
|
Wed, 26 Mar 2008 14:35:03 +0000 |
Chris Cannam |
* Fix hang when using more than one consecutive coded audio file reader in
|
Wed, 26 Mar 2008 11:18:17 +0000 |
Chris Cannam |
* commit forgotten file
|
Wed, 19 Mar 2008 20:23:26 +0000 |
Chris Cannam |
...
|
Wed, 19 Mar 2008 11:20:18 +0000 |
Chris Cannam |
* add forgotten project file...
|
Mon, 17 Mar 2008 10:12:35 +0000 |
Chris Cannam |
* add forgotten files
|
Fri, 14 Mar 2008 17:24:42 +0000 |
Chris Cannam |
...
|
Fri, 14 Mar 2008 17:14:21 +0000 |
Chris Cannam |
* More work to abstract out interactive components used in the data library,
|
Thu, 13 Mar 2008 14:06:03 +0000 |
Chris Cannam |
* Fix #1628781 changes to layer visibility and mute should use a command
|
Thu, 13 Mar 2008 12:41:20 +0000 |
Chris Cannam |
* Fix failure to handle scientific notation for time field; tidy up some
|
Thu, 13 Mar 2008 10:12:14 +0000 |
Chris Cannam |
* document library dependencies
|
Wed, 12 Mar 2008 18:02:17 +0000 |
Chris Cannam |
* Move plugin/transform to plain transform. This way transform can depend on
|
Wed, 12 Mar 2008 17:42:56 +0000 |
Chris Cannam |
* juggle some files around in order to free audioio, base, and system libraries
|
Sat, 01 Mar 2008 16:17:44 +0000 |
Chris Cannam |
* Fix bug that was causing decoded audio files (mp3s, oggs) to come up some of
|
Wed, 27 Feb 2008 18:04:10 +0000 |
Chris Cannam |
* Tolerable fixes to #1903062 and #1903046
|
Wed, 27 Feb 2008 11:59:42 +0000 |
Chris Cannam |
* Merge from trunk
spectrogram-cache-rejig
|
Wed, 27 Feb 2008 10:32:45 +0000 |
Chris Cannam |
* merge from trunk (1.2 ended up being tracked from trunk, but we may want
1.2-stable
|
Fri, 15 Feb 2008 15:15:29 +0000 |
Chris Cannam |
* Fix #1894369 1.2pre5 crashes on copying data
sv1-v1.2
|
Wed, 13 Feb 2008 17:58:44 +0000 |
Chris Cannam |
* Hanning -> Hann, less confusing
|
Tue, 12 Feb 2008 15:41:01 +0000 |
Chris Cannam |
* Allow entry of numbers smaller than 1 in the Set Counters dialog
sv1-v1.2pre5
|
Mon, 11 Feb 2008 12:46:39 +0000 |
Chris Cannam |
* Further fixes to the handling of playback frame and buffered frame counts
sv1-v1.2pre4
|
Fri, 08 Feb 2008 17:51:15 +0000 |
Chris Cannam |
* PortAudio driver: do not specify frames per buffer, let PA decide
|
Thu, 07 Feb 2008 15:25:05 +0000 |
Chris Cannam |
* Ensure waveforms are strictly correct even when using a non-power-of-two
|
Thu, 07 Feb 2008 12:36:59 +0000 |
Chris Cannam |
* just some debug stuff
|
Thu, 07 Feb 2008 12:35:43 +0000 |
Chris Cannam |
* Attempt to fix crash caused by race condition on threaded file decode
|
Wed, 06 Feb 2008 17:40:53 +0000 |
Chris Cannam |
* line up overview widget nicely with main pane (at least on first startup)
sv1-v1.2pre3
|
Wed, 06 Feb 2008 16:21:29 +0000 |
Chris Cannam |
* Add pitch range in octaves, semitones and cents to the measurement rect
|
Wed, 06 Feb 2008 14:15:09 +0000 |
Chris Cannam |
* Update remaining editable layers to support proper realignment on copy/paste
|
Wed, 06 Feb 2008 12:49:49 +0000 |
Chris Cannam |
* More work on aligning copy/paste between layers. It's a surprisingly
|
Mon, 04 Feb 2008 16:48:52 +0000 |
Chris Cannam |
* more reference frame records
|
Mon, 04 Feb 2008 13:35:11 +0000 |
Chris Cannam |
* function rename & notes
|
Tue, 29 Jan 2008 19:54:54 +0000 |
Chris Cannam |
* munlockall
|
Mon, 28 Jan 2008 17:43:44 +0000 |
Chris Cannam |
* Ensure plugin version is updated when a transform is re-run using a newer
|
Fri, 25 Jan 2008 18:15:57 +0000 |
Chris Cannam |
* Add plugin version to Transform record
|
Thu, 24 Jan 2008 22:49:19 +0000 |
Chris Cannam |
* More latency for PortAudio output
|
Thu, 24 Jan 2008 14:40:48 +0000 |
Chris Cannam |
* Also use multi-channel read when supplying data to real-time effects plugin
|
Thu, 24 Jan 2008 14:35:43 +0000 |
Chris Cannam |
* Add wave file model method for reading more than one channel at once,
|
Thu, 24 Jan 2008 11:03:59 +0000 |
Chris Cannam |
* Further model lifecycle fixes
|
Wed, 23 Jan 2008 18:09:50 +0000 |
Chris Cannam |
* Part of #1877436 transform fails to re-run when file loaded at different rate
|
Wed, 23 Jan 2008 15:43:27 +0000 |
Chris Cannam |
* Various fixes to object lifetime management, particularly in the spectrum
|
Tue, 22 Jan 2008 23:11:48 +0000 |
Chris Cannam |
* merge revision 842 from spectrogram-rejig -- attempt to improve disk/memory
|
Wed, 09 Jan 2008 17:09:44 +0000 |
Chris Cannam |
* better handling of cases with more than one copy of the same plugin in
|
Fri, 04 Jan 2008 17:08:10 +0000 |
Chris Cannam |
* better progress reporting in FileSource
|
Mon, 17 Dec 2007 12:32:28 +0000 |
Chris Cannam |
* fix support for logarithmic hints in plugin parameters
|
Thu, 13 Dec 2007 17:14:33 +0000 |
Chris Cannam |
* Fix #1841095 tapping time instant gives wrong time in aligned track
|
Tue, 11 Dec 2007 14:58:29 +0000 |
Chris Cannam |
* Make font size in panes configurable, with a smaller default
|
Mon, 10 Dec 2007 17:37:13 +0000 |
Chris Cannam |
* more handy functions
|
Mon, 10 Dec 2007 15:32:40 +0000 |
Chris Cannam |
...
|
Mon, 10 Dec 2007 15:31:32 +0000 |
Chris Cannam |
* Add public TransformFactory::instantiatePluginFor()
|
Fri, 07 Dec 2007 16:47:31 +0000 |
Chris Cannam |
* Merge from transforms branch -- switch over to using Transform object
|
Fri, 30 Nov 2007 17:36:14 +0000 |
Chris Cannam |
* Merge r884 from trunk
1.2-stable
|
Fri, 30 Nov 2007 17:31:09 +0000 |
Chris Cannam |
* Skip ID3 block when reading MP3 files (so long as ID3 support is included)
|
Thu, 29 Nov 2007 17:16:02 +0000 |
Chris Cannam |
* merge fixes from trunk
1.2-stable
|
Thu, 29 Nov 2007 17:10:53 +0000 |
Chris Cannam |
* Attempt to fix finding of file:/// URLs
|
Wed, 28 Nov 2007 17:45:37 +0000 |
Chris Cannam |
* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
|
Wed, 28 Nov 2007 13:20:40 +0000 |
Chris Cannam |
* Fix idiotic bug in previous commit
|
Wed, 28 Nov 2007 13:01:50 +0000 |
Chris Cannam |
* Try to ensure alignment works correctly with MATCH plugin v1 as well as v2
|
Mon, 26 Nov 2007 15:05:51 +0000 |
Chris Cannam |
* Fixes for handling of DOS paths (C:\blah) -- not an unknown URL scheme!
|
Mon, 26 Nov 2007 13:33:14 +0000 |
Chris Cannam |
* Fix log range mapper bug
|
Fri, 23 Nov 2007 16:48:23 +0000 |
Chris Cannam |
* Add Erase tool and mode
|
Thu, 22 Nov 2007 14:17:19 +0000 |
Chris Cannam |
* Some work on correct alignment when moving panes during playback
|
Thu, 22 Nov 2007 11:09:26 +0000 |
Chris Cannam |
* More space and time efficient AlignmentModel
|
Thu, 15 Nov 2007 14:03:56 +0000 |
Chris Cannam |
* Merge last fix from trunk
spectrogram-cache-rejig
|
Thu, 15 Nov 2007 13:19:25 +0000 |
Chris Cannam |
* Fix mishandling of encoded urls
|
Tue, 13 Nov 2007 13:54:10 +0000 |
Chris Cannam |
* Get storage advice for each cache in an FFT data server. Allows us to be
spectrogram-cache-rejig
|
Sun, 11 Nov 2007 20:31:12 +0000 |
Chris Cannam |
* Pass StorageAdviser::Criteria into FFTModel constructor etc
|
Fri, 09 Nov 2007 17:46:58 +0000 |
Chris Cannam |
* Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
|
Wed, 07 Nov 2007 14:53:12 +0000 |
Chris Cannam |
* some tidying, and put some actual work in TransformFactory
|
Wed, 07 Nov 2007 12:59:01 +0000 |
Chris Cannam |
* Further naming change: Transformer -> ModelTransformer.
|
Tue, 06 Nov 2007 17:15:00 +0000 |
Chris Cannam |
* Another incremental update (this class not yet used)
|
Tue, 06 Nov 2007 17:08:11 +0000 |
Chris Cannam |
* Another incremental Transform update
|
Mon, 05 Nov 2007 15:31:06 +0000 |
Chris Cannam |
* Introduce new Transform class which contains data necessary to describe the
|
Fri, 02 Nov 2007 16:50:31 +0000 |
Chris Cannam |
* some tweaks to improve usability of these classes in a console application
|
Thu, 01 Nov 2007 16:02:01 +0000 |
Chris Cannam |
* Fix availability of alignment button and relative align/solo button state
|
Thu, 01 Nov 2007 12:34:17 +0000 |
Chris Cannam |
* Document FileSource
|
Thu, 01 Nov 2007 10:45:28 +0000 |
Chris Cannam |
* FileSource -> default to showProgress = false
|
Thu, 25 Oct 2007 14:32:23 +0000 |
Chris Cannam |
* Some tidying up to handling of alignment; add alignment status label to
|
Thu, 25 Oct 2007 14:30:32 +0000 |
Chris Cannam |
* correct frame count in cache-in-memory
|
Thu, 25 Oct 2007 11:49:29 +0000 |
Chris Cannam |
...
|
Wed, 24 Oct 2007 16:34:31 +0000 |
Chris Cannam |
* Move some things around to facilitate plundering libraries for other
|
Wed, 24 Oct 2007 15:21:38 +0000 |
Chris Cannam |
* Hoist alignment model set/query up to Model, so any models can be aligned
|
Mon, 22 Oct 2007 09:45:35 +0000 |
Chris Cannam |
* Some export fixes, and avoid clipping on resampling on import
|
Thu, 18 Oct 2007 16:20:26 +0000 |
Chris Cannam |
* RemoteFile -> FileSource
|
Thu, 18 Oct 2007 15:31:20 +0000 |
Chris Cannam |
* Make RemoteFile far more pervasive, and use it for local files as well
|
Thu, 18 Oct 2007 10:24:26 +0000 |
Chris Cannam |
* Add content type to remote file
|
Thu, 18 Oct 2007 10:15:07 +0000 |
Chris Cannam |
* Make XmlExportable::toXml the function that is universally overridden (and
|
Wed, 17 Oct 2007 12:58:45 +0000 |
Chris Cannam |
* Make drop behave more sensibly (replace current pane)
|
Wed, 10 Oct 2007 16:21:27 +0000 |
Chris Cannam |
* interpolate in AlignmentModel
|
Wed, 10 Oct 2007 15:32:16 +0000 |
Chris Cannam |
...
|
Wed, 10 Oct 2007 15:30:33 +0000 |
Chris Cannam |
...
|
Wed, 10 Oct 2007 15:30:00 +0000 |
Chris Cannam |
* double -> float -- at least until I'm reminded of why it was double before
|
Wed, 10 Oct 2007 15:18:02 +0000 |
Chris Cannam |
* Make it possible to drop audio files, layer files, session files and images
|
Wed, 10 Oct 2007 10:22:34 +0000 |
Chris Cannam |
* Add Reset Counters... function
|
Tue, 09 Oct 2007 16:21:10 +0000 |
Chris Cannam |
* textual changes
|
Mon, 08 Oct 2007 14:44:38 +0000 |
Chris Cannam |
* Add labelling option for instants inserted through tapping (closes FR#1674184)
|
Fri, 05 Oct 2007 15:52:52 +0000 |
Chris Cannam |
* Add support for remote files to image layer
|
Fri, 05 Oct 2007 13:26:47 +0000 |
Chris Cannam |
* Ensure locale from environment is retained after plugin load, not
|
Thu, 04 Oct 2007 16:34:11 +0000 |
Chris Cannam |
* Phase 1 of an image layer.
|
Thu, 04 Oct 2007 11:52:38 +0000 |
Chris Cannam |
* Add MIDI file export (closes FR#1643721)
|
Mon, 01 Oct 2007 13:48:38 +0000 |
Chris Cannam |
* Change WaveFileModel API from getValues(start,end) to getData(start,count).
|
Fri, 28 Sep 2007 16:15:06 +0000 |
Chris Cannam |
* Merge transform directory from sv-match-alignment branch
|
Fri, 28 Sep 2007 14:32:45 +0000 |
Chris Cannam |
* Unload feature extraction plugin .so when destroyed
|
Fri, 28 Sep 2007 13:56:38 +0000 |
Chris Cannam |
* Merge from sv-match-alignment branch (excluding alignment-specific document).
|
Fri, 21 Sep 2007 09:13:11 +0000 |
Chris Cannam |
...
|
Thu, 06 Sep 2007 15:14:47 +0000 |
Chris Cannam |
* Window should be centred on its nominal time. I'm not sure what the
|
Wed, 05 Sep 2007 15:17:15 +0000 |
Chris Cannam |
* Show colour swatch next to layer name in pane (if available)
|
Mon, 03 Sep 2007 13:58:48 +0000 |
Chris Cannam |
...
|
Fri, 24 Aug 2007 14:45:29 +0000 |
Chris Cannam |
* avoid crash if m_reader is null
|
Fri, 24 Aug 2007 14:45:11 +0000 |
Chris Cannam |
* aiff -> aif extension
|
Fri, 24 Aug 2007 11:41:48 +0000 |
Chris Cannam |
* Revert revision 713. We do like QStrings after all.
|
Thu, 16 Aug 2007 16:47:07 +0000 |
Chris Cannam |
* Layer tree view updating when visibility / audibility changed (and layers
|
Tue, 14 Aug 2007 13:58:53 +0000 |
Chris Cannam |
* Fix #1757772 tempo, dynamic related plug-ins bug -- make auto-align
|
Mon, 13 Aug 2007 14:51:35 +0000 |
Chris Cannam |
* Fix #1755108 end of file not clearly shown and #1754808 crash when trying
|
Fri, 10 Aug 2007 16:36:50 +0000 |
Chris Cannam |
* Better abbreviation modes for layer names in pane (and input model combo
|
Thu, 09 Aug 2007 16:29:29 +0000 |
Chris Cannam |
* change some QStrings to std::strings etc
|
Thu, 09 Aug 2007 14:40:03 +0000 |
Chris Cannam |
* continue to pick "new" colours for coloured layers even when all colours
|
Thu, 09 Aug 2007 10:06:02 +0000 |
Chris Cannam |
* Fix failure to properly load from text files with old-style Mac line endings
|
Wed, 08 Aug 2007 12:03:35 +0000 |
Chris Cannam |
* Make QuickTime file reader work (has been tested)
|
Mon, 06 Aug 2007 14:37:59 +0000 |
Chris Cannam |
* Add QuickTime file reader class -- totally untested, shouldn't even compile
|
Fri, 13 Jul 2007 15:54:17 +0000 |
Chris Cannam |
* Restore Scale setting which had mistakenly disappeared from spectrum
|
Fri, 13 Jul 2007 10:51:15 +0000 |
Chris Cannam |
* Encoded entities in file name when saving wave-file model
|
Thu, 12 Jul 2007 16:14:59 +0000 |
Chris Cannam |
* Add SingleColourLayer to manage colours for layers that have a single
|
Wed, 11 Jul 2007 17:21:37 +0000 |
Chris Cannam |
* Add a colour database, and Add New Colour function to the colour combo
|
Thu, 05 Jul 2007 11:07:01 +0000 |
Chris Cannam |
* Add mouse actions to key and mouse reference dialog
|
Wed, 04 Jul 2007 15:29:16 +0000 |
Chris Cannam |
* Pull peak-picker out of SpectrumLayer and into FFTModel; use combined
|
Tue, 03 Jul 2007 18:47:39 +0000 |
Chris Cannam |
* Fix piano keyboard in spectrum, add pitch labels to frequency displays in
|
Tue, 03 Jul 2007 12:46:18 +0000 |
Chris Cannam |
* Fix up and simplify the LayerTreeModel, removing a horrible memory leak
|
Mon, 02 Jul 2007 14:57:01 +0000 |
Chris Cannam |
* avoid trying to calculate fft from incomplete decoded audio file in spectrum
|
Mon, 02 Jul 2007 13:53:38 +0000 |
Chris Cannam |
* Add support for reading mp3 and Ogg file title tags
|
Tue, 26 Jun 2007 12:27:47 +0000 |
Chris Cannam |
* save/reload measurements in session
|
Tue, 26 Jun 2007 11:08:21 +0000 |
Chris Cannam |
* Use a command for adding layer measurements
|
Thu, 14 Jun 2007 15:20:49 +0000 |
Chris Cannam |
* a bit more work on measurement tool mode
|
Thu, 14 Jun 2007 13:49:30 +0000 |
Chris Cannam |
* Fix failure to play right to the end of files loaded from mp3 or ogg
|
Fri, 08 Jun 2007 15:19:50 +0000 |
Chris Cannam |
* FFT: fix invalid write of normalisation factor in compact mode of disc cache
|
Wed, 06 Jun 2007 16:24:55 +0000 |
Chris Cannam |
* Enable threaded decoding for Ogg and MP3 files.
|
Fri, 01 Jun 2007 13:56:35 +0000 |
Chris Cannam |
* don't store fft values scaled by fftsize/2; that's a special requirement
|
Thu, 24 May 2007 16:20:22 +0000 |
Chris Cannam |
* Threaded mp3/ogg file reading. Not activated yet, as it doesn't work
|
Thu, 10 May 2007 12:48:26 +0000 |
Chris Cannam |
* Updated Russian translation from Alexandre Prokoudine
sv1-v1.0
|
Mon, 30 Apr 2007 14:52:24 +0000 |
Chris Cannam |
* Ignore blank lines in CSV-type file import
sv1-1.0rc1
|
Mon, 30 Apr 2007 14:31:39 +0000 |
Chris Cannam |
* remove more debug output
|
Mon, 30 Apr 2007 13:36:23 +0000 |
Chris Cannam |
* Fix many compile warnings, remove some debug output
|
Mon, 30 Apr 2007 09:07:42 +0000 |
Chris Cannam |
* Fix #1706924 updates not happening on derived waveform generation
|
Fri, 27 Apr 2007 16:10:10 +0000 |
Chris Cannam |
* OS/X build fixes
|
Fri, 27 Apr 2007 15:39:48 +0000 |
Chris Cannam |
* Fix #1706927 NaNs from plugin outputs should not be used
|
Thu, 19 Apr 2007 15:19:51 +0000 |
Chris Cannam |
* OS/X tweaks
sv1-1.0pre4
|
Mon, 16 Apr 2007 12:20:27 +0000 |
Chris Cannam |
* Experiment with sizing the property stacks and using a frame on the overview
|
Fri, 30 Mar 2007 17:16:48 +0000 |
Chris Cannam |
* doc updates
|
Tue, 20 Mar 2007 16:12:55 +0000 |
Chris Cannam |
* fix uninitialised variable
|
Tue, 20 Mar 2007 11:49:11 +0000 |
Chris Cannam |
* Fix hang and memory leak on startup when encountering a pre-Vamp-1.0 plugin
|
Mon, 12 Mar 2007 15:36:31 +0000 |
Chris Cannam |
* Add basics of an Export Image File function
sv1-1.0pre2 sv1-1.0pre3
|
Thu, 08 Mar 2007 16:53:08 +0000 |
Chris Cannam |
* Fix #1672407 confused by plugin-named files in cwd (or home?)
|
Wed, 07 Mar 2007 18:00:49 +0000 |
Chris Cannam |
* Add display of selection extents in status bar when dragging a selection
|
Wed, 07 Mar 2007 17:07:02 +0000 |
Chris Cannam |
* More useful status bar text -- show the current play time and the extents of
|
Mon, 05 Mar 2007 15:32:55 +0000 |
Chris Cannam |
* Add fuzzy interpolation option as an alternative to zero padding in
|
Fri, 02 Mar 2007 14:00:12 +0000 |
Chris Cannam |
* Make getPropertyRangeAndValue return the default separately from the current
sv1-1.0pre1
|
Fri, 02 Mar 2007 13:01:41 +0000 |
Chris Cannam |
* Update to use new vamp-hostsdk instead of vamp-sdk
|
Thu, 01 Mar 2007 17:12:50 +0000 |
Chris Cannam |
* Fix overzealous cacheing in waveform layer that was leading to inaccurate
|
Thu, 01 Mar 2007 15:35:27 +0000 |
Chris Cannam |
* Fix real-time plugin corruption when getLatency is called for some plugins
|
Thu, 01 Mar 2007 12:15:08 +0000 |
Chris Cannam |
* Make audio file reader factory try for a reader based on the file's
|
Wed, 28 Feb 2007 11:20:14 +0000 |
Chris Cannam |
* Fix incorrect meter-scaling value for 0dB; some tidying
|
Tue, 27 Feb 2007 12:51:38 +0000 |
Chris Cannam |
* Further fixes for Vamp API change, and update to support API versioning
|
Mon, 26 Feb 2007 20:08:51 +0000 |
Chris Cannam |
* Fixes for new Vamp API changes -- I think plugin parameters are not being
|
Mon, 26 Feb 2007 18:13:07 +0000 |
Chris Cannam |
* Update along with latest Vamp API change. This has not yet been tested.
|
Mon, 26 Feb 2007 14:55:08 +0000 |
Chris Cannam |
* remove some debug and some obsolete moc file includes
|
Fri, 16 Feb 2007 15:47:23 +0000 |
Chris Cannam |
more debug
|
Fri, 16 Feb 2007 15:04:23 +0000 |
Chris Cannam |
...
|
Fri, 16 Feb 2007 13:00:17 +0000 |
Chris Cannam |
...
|
Wed, 14 Feb 2007 17:52:06 +0000 |
Chris Cannam |
* Fix crash in short spectrogram paint
|
Mon, 12 Feb 2007 18:15:49 +0000 |
Chris Cannam |
...
|
Mon, 12 Feb 2007 13:25:12 +0000 |
Chris Cannam |
...
|
Mon, 12 Feb 2007 13:20:43 +0000 |
Chris Cannam |
...
|
Mon, 12 Feb 2007 13:09:31 +0000 |
Chris Cannam |
...
|
Mon, 12 Feb 2007 11:46:31 +0000 |
Chris Cannam |
* Fix in-house FFT provision
|
Fri, 09 Feb 2007 11:32:34 +0000 |
Chris Cannam |
* Add non-fftw3 fft alternative
|
Wed, 07 Feb 2007 14:21:14 +0000 |
Chris Cannam |
* Return ranges from RangeSummarisableTimeValueModel::getRanges by references
|
Thu, 01 Feb 2007 14:31:28 +0000 |
Chris Cannam |
* Work on harmonising colour and scale ranges between types of layer
|
Fri, 26 Jan 2007 16:59:57 +0000 |
Chris Cannam |
* Add slice layers (so you can display a slice of a colour 3d plot as if it were
|
Thu, 25 Jan 2007 17:41:00 +0000 |
Chris Cannam |
Fixes for Windows build
|
Thu, 25 Jan 2007 15:55:12 +0000 |
Chris Cannam |
...
|
Thu, 25 Jan 2007 15:26:15 +0000 |
Chris Cannam |
...
|
Thu, 25 Jan 2007 12:19:05 +0000 |
Chris Cannam |
* Add Audacity plugins directory to default LADSPA path on Windows
|
Thu, 25 Jan 2007 12:02:44 +0000 |
Chris Cannam |
* Add support for PortAudio v19
|
Mon, 22 Jan 2007 16:09:03 +0000 |
Chris Cannam |
* Fix a crash in spectrogram
|
Mon, 22 Jan 2007 13:20:54 +0000 |
Chris Cannam |
* Fixes to FFT server lifecycle management
|
Fri, 19 Jan 2007 14:38:57 +0000 |
Chris Cannam |
* Attempt to improve management of FFT models that are not currently in use.
|
Fri, 19 Jan 2007 13:13:14 +0000 |
Chris Cannam |
* Add large chunks of context help in the optional status bar
|
Fri, 12 Jan 2007 19:32:55 +0000 |
Chris Cannam |
* Make FFT data server more resilient when running out of memory
|
Fri, 12 Jan 2007 14:49:18 +0000 |
Chris Cannam |
* better icon
|
Thu, 11 Jan 2007 13:29:58 +0000 |
Chris Cannam |
Several changes related to referring to remote URLs for sessions and files:
|
Wed, 10 Jan 2007 17:26:39 +0000 |
Chris Cannam |
* Cancel when downloading file
|
Wed, 10 Jan 2007 12:27:55 +0000 |
Chris Cannam |
* Add Open Location...
|
Mon, 08 Jan 2007 17:04:35 +0000 |
Chris Cannam |
* Framework for retrieving files from remote locations
|
Fri, 05 Jan 2007 15:49:10 +0000 |
Chris Cannam |
* Further fix for restoring layer visibility from session file
|
Fri, 05 Jan 2007 14:46:45 +0000 |
Chris Cannam |
* Fix failure to reload play mute state correctly from session file
|
Fri, 15 Dec 2006 18:05:31 +0000 |
Chris Cannam |
* Basics of an approximate way of managing memory that we've committed to using
|
Tue, 12 Dec 2006 10:41:41 +0000 |
Chris Cannam |
...
|
Fri, 08 Dec 2006 18:17:29 +0000 |
Chris Cannam |
* Fix apparent (but not actual) failure to save session file
|
Fri, 17 Nov 2006 16:27:39 +0000 |
Chris Cannam |
* Update copyright notes as appropriate.
|
Wed, 15 Nov 2006 20:00:48 +0000 |
Chris Cannam |
* Remove some obsolete files
|
Mon, 13 Nov 2006 14:48:57 +0000 |
Chris Cannam |
* Somewhat better handling of running out of memory or disc space
|
Fri, 10 Nov 2006 17:45:26 +0000 |
Chris Cannam |
* When adding a layer, make it the selected layer on that pane
|
Fri, 10 Nov 2006 13:27:57 +0000 |
Chris Cannam |
* Update the main sv.prf for compatibility with Qt 4.2 qmake instead of
|
Mon, 30 Oct 2006 16:49:42 +0000 |
Chris Cannam |
...
|
Tue, 24 Oct 2006 11:13:41 +0000 |
Martin Gasser |
included OSX-specific headers
|
Thu, 19 Oct 2006 13:05:39 +0000 |
Chris Cannam |
* Wire up the Panner widget in the pane, and do some tidying in Pane
|
Thu, 19 Oct 2006 09:56:53 +0000 |
Chris Cannam |
...
|
Wed, 18 Oct 2006 16:38:30 +0000 |
Chris Cannam |
* A start to a panner widget to go with thumbwheels
|
Tue, 17 Oct 2006 18:54:04 +0000 |
Chris Cannam |
...
|
Tue, 17 Oct 2006 13:49:31 +0000 |
Chris Cannam |
* Fix slowness in serving FFT values to feature extraction plugin transform
|
Mon, 16 Oct 2006 20:42:23 +0000 |
Chris Cannam |
* Use RangeMappers in various places in plugin parameters, layer properties,
|
Mon, 16 Oct 2006 13:13:57 +0000 |
Chris Cannam |
* Add spectrum icon
|
Fri, 13 Oct 2006 12:51:05 +0000 |
Chris Cannam |
* Simplify maker names in plugin menu
|
Thu, 12 Oct 2006 16:10:49 +0000 |
Chris Cannam |
* Fixes to update logic in writable wave file model
|
Thu, 12 Oct 2006 14:56:28 +0000 |
Chris Cannam |
* Add system-specific LADSPA and DSSI plugin paths (for OS/X and Windows)
|
Wed, 11 Oct 2006 16:18:51 +0000 |
Chris Cannam |
* Tidy up plugin parameter dialog by switching it to a simple constructor
|
Tue, 10 Oct 2006 19:04:57 +0000 |
Chris Cannam |
* Handle generator transforms (plugins whose channel count isn't dependent on
|
Tue, 10 Oct 2006 14:51:17 +0000 |
Chris Cannam |
* Improve output from Profiler class and make it incur less (no) overhead in
|
Mon, 09 Oct 2006 10:49:46 +0000 |
Chris Cannam |
* Some dull work to continue unifying the fft model and editable dense 3d model
|
Fri, 06 Oct 2006 16:53:25 +0000 |
Chris Cannam |
* Various improvements to colour 3d plot layer, particularly for large and/or
|
Thu, 05 Oct 2006 15:39:23 +0000 |
Chris Cannam |
...
|
Thu, 05 Oct 2006 11:03:06 +0000 |
Chris Cannam |
* Tidy up inheritance hierarchy of model classes -- remove ZoomConstraint as
|
Thu, 05 Oct 2006 11:02:05 +0000 |
Chris Cannam |
* pthread_mutex -> QMutex
|
Wed, 04 Oct 2006 11:01:39 +0000 |
Chris Cannam |
* Audition effects plugins during playback
|
Tue, 03 Oct 2006 15:01:50 +0000 |
Chris Cannam |
* Some fixes to updating of writable wave file models
|
Tue, 03 Oct 2006 14:17:37 +0000 |
Chris Cannam |
* Introduce WritableWaveFileModel, and use it as an output model for audio
|
Tue, 03 Oct 2006 10:06:37 +0000 |
Chris Cannam |
* Restructure WavFileWriter a bit to permit writing from raw data as well as
|
Wed, 27 Sep 2006 20:52:48 +0000 |
Chris Cannam |
...
|
Tue, 26 Sep 2006 14:12:59 +0000 |
Chris Cannam |
* Use the Storage Adviser's recommendations for storing FFT cache information
|
Tue, 26 Sep 2006 13:18:29 +0000 |
Chris Cannam |
* sketch win32 and os/x implementations for memory availability check
|
Tue, 26 Sep 2006 12:58:12 +0000 |
Chris Cannam |
* flesh out StorageAdviser
|
Mon, 25 Sep 2006 20:32:44 +0000 |
Chris Cannam |
...
|
Mon, 25 Sep 2006 13:44:05 +0000 |
Chris Cannam |
* Start adding StorageAdviser class to determine whether caches should be
|
Fri, 22 Sep 2006 16:46:10 +0000 |
Chris Cannam |
* Add a bit of resistance to pane dragging so as to make it harder to
|
Fri, 22 Sep 2006 16:12:23 +0000 |
Chris Cannam |
* Pull transforms out of Layer menu (again) and into a separate Transforms
|
Thu, 21 Sep 2006 16:43:50 +0000 |
Chris Cannam |
* Add support for plugin classification using category files.
|
Thu, 21 Sep 2006 11:17:19 +0000 |
Chris Cannam |
* Make resampler quality configurable
|
Mon, 18 Sep 2006 16:43:17 +0000 |
Chris Cannam |
* Add mono timestretch toggle button; some more work on getting blocksize etc
|
Wed, 13 Sep 2006 11:56:44 +0000 |
Chris Cannam |
* timestretcher improvements -- simplify API (it can calculate its own
|
Mon, 11 Sep 2006 16:40:18 +0000 |
Chris Cannam |
* add window size/increment/shape settings to plugin parameter dialog, though
|
Tue, 22 Aug 2006 14:18:28 +0000 |
Chris Cannam |
* experiment with finer zoom level changes when using h thumbwheel
|
Wed, 16 Aug 2006 14:59:09 +0000 |
Chris Cannam |
* Pull memory cache out into its own file
|
Wed, 16 Aug 2006 14:57:22 +0000 |
Chris Cannam |
* Fixes pulled across from Rosegarden
|
Fri, 04 Aug 2006 17:01:37 +0000 |
Chris Cannam |
* Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and
|
Thu, 03 Aug 2006 16:04:00 +0000 |
Chris Cannam |
* Replace all uses of ConfigFile with QSettings
|
Thu, 03 Aug 2006 15:40:11 +0000 |
Chris Cannam |
* Add Thumbwheel widget for all our zooming needs
|
Thu, 03 Aug 2006 12:42:15 +0000 |
Chris Cannam |
* Suspend/resume fft data server write activity while reading from a server
|
Wed, 02 Aug 2006 16:42:17 +0000 |
Chris Cannam |
...
|
Mon, 31 Jul 2006 17:05:18 +0000 |
Chris Cannam |
* Move the current DenseThreeDimensionalModel to EditableDenseThreeDimensionalModel
last-cc-copyright
|
Mon, 31 Jul 2006 16:15:45 +0000 |
Chris Cannam |
* Use pkgconfig to look up Vamp library and header details if possible
|
Mon, 31 Jul 2006 14:05:22 +0000 |
Chris Cannam |
* Reorganising code base. This revision probably should compile once more.
|
Mon, 31 Jul 2006 12:03:45 +0000 |
Chris Cannam |
* Reorganising code base. This revision will not compile.
|
Mon, 31 Jul 2006 11:49:58 +0000 |
Chris Cannam |
* Reorganising code base. This revision will not compile.
|
Mon, 31 Jul 2006 11:44:37 +0000 |
Chris Cannam |
* Reorganising code base. This revision will not compile.
|
Fri, 28 Jul 2006 11:09:36 +0000 |
Chris Cannam |
* Add Recent Files menu
|
Thu, 27 Jul 2006 16:06:32 +0000 |
Chris Cannam |
* Change preferences dialog to ok/apply/cancel model
|
Wed, 26 Jul 2006 16:48:07 +0000 |
Chris Cannam |
* Avoid note layer erasing notes as cursor passes over them
|
Wed, 26 Jul 2006 15:32:10 +0000 |
Chris Cannam |
* Add Hz tuning dial to sample player plugin. Need to figure out the best
|
Mon, 24 Jul 2006 14:36:35 +0000 |
Chris Cannam |
* Add frequency plot to window shape preference -- just because...
|
Fri, 21 Jul 2006 16:03:42 +0000 |
Chris Cannam |
* Finish preferences dialog (as far as it's going at the moment) and connect it up
|
Thu, 20 Jul 2006 16:51:20 +0000 |
Chris Cannam |
* start work on prefs dialog
|
Wed, 19 Jul 2006 16:55:29 +0000 |
Chris Cannam |
* some work on scaling and zooming for spectrogram
|
Fri, 14 Jul 2006 17:12:16 +0000 |
Chris Cannam |
* Various experiments in spectrogram colour scaling, etc. Nothing final
|
Wed, 12 Jul 2006 14:15:46 +0000 |
Chris Cannam |
* Remove dependency on the actual stored object type in MatrixFile
|
Mon, 10 Jul 2006 13:54:49 +0000 |
Chris Cannam |
* fledgling preferences stuff
|
Fri, 07 Jul 2006 16:02:22 +0000 |
Chris Cannam |
* MatrixFile::reset doesn't need to zero the file if it's in a mode in which
|
Wed, 05 Jul 2006 16:15:22 +0000 |
Chris Cannam |
* Restore progress updates to spectrogram
|
Mon, 03 Jul 2006 15:00:32 +0000 |
Chris Cannam |
* Fix to empty columns being returned from FFTDataServer to transform
|
Fri, 30 Jun 2006 11:47:52 +0000 |
Chris Cannam |
* Update FeatureExtractionPluginTransform to use FFT fuzzy server. The results
|
Thu, 29 Jun 2006 16:16:49 +0000 |
Chris Cannam |
* Various fft server improvements, including the ability to pick out data from
|
Wed, 28 Jun 2006 15:42:04 +0000 |
Chris Cannam |
* Exceptions for file read etc
|
Wed, 28 Jun 2006 13:41:12 +0000 |
Chris Cannam |
* Split large FFT caches up into several files. Ongoing.
|
Mon, 26 Jun 2006 16:12:11 +0000 |
Chris Cannam |
* Add FFT data server class to provide a file cache mapping for each
|
Mon, 26 Jun 2006 16:08:01 +0000 |
Chris Cannam |
* add mod/modf and princarg/princargf to system header (for now)
|
Mon, 26 Jun 2006 16:07:31 +0000 |
Chris Cannam |
* Change temporary directory name from .sv to .sv1
|
Mon, 19 Jun 2006 16:02:41 +0000 |
Chris Cannam |
* 1492866: Plugin parameter window info display
|
Mon, 19 Jun 2006 14:19:55 +0000 |
Chris Cannam |
* 1507728: Crash when creating spectrogram of small soundfiles
|
Thu, 15 Jun 2006 15:48:05 +0000 |
Chris Cannam |
* 1502816 file export is too slow and memory-hungry
|
Thu, 15 Jun 2006 12:28:47 +0000 |
Chris Cannam |
* Switch from fftw3 to fftw3f. I think the efficiency improvement is probably
|
Thu, 08 Jun 2006 11:12:47 +0000 |
Chris Cannam |
* RFE 1497743: Adjust layer text file format to allow copy/paste into Excel
|
Mon, 22 May 2006 10:46:43 +0000 |
Chris Cannam |
* Make mp3 file importer read the file, instead of mmapping it (for portability)
|
Tue, 16 May 2006 11:48:12 +0000 |
Chris Cannam |
* Fix rounding error in RealTime (thanks to Craig Sapp)
sv1-v0.9rc2
|
Mon, 15 May 2006 13:04:37 +0000 |
Chris Cannam |
* a bit more debug output tidying
|
Fri, 12 May 2006 14:40:43 +0000 |
Chris Cannam |
* Make vertical scale alignment modes work in note layer as well as time-value
sv1-v0.9rc1
|
Thu, 11 May 2006 15:02:14 +0000 |
Chris Cannam |
* Add units repository, and unit property on time-value and note layers.
|
Thu, 11 May 2006 11:35:46 +0000 |
Chris Cannam |
* Fix serious failure to reload "imported" (i.e. all non-derived non-main)
|
Wed, 10 May 2006 16:34:03 +0000 |
Chris Cannam |
* Reorder plugin output querying so as to cope with plugins whose number of
|
Wed, 10 May 2006 11:43:52 +0000 |
Chris Cannam |
* Use fractional window overlaps in the spectrogram, instead of percentages
|
Tue, 09 May 2006 16:18:59 +0000 |
Chris Cannam |
* Incremental refresh of spectrogram layer
|
Tue, 09 May 2006 12:43:55 +0000 |
Chris Cannam |
* It turns out we can be more efficient in the spectrogram repaints by
|
Mon, 08 May 2006 20:15:23 +0000 |
Chris Cannam |
* Remove selection extents labels if no text overlays
|
Mon, 08 May 2006 16:44:47 +0000 |
Chris Cannam |
* Make a single base Thread class for RT and non-RT threads
|
Mon, 08 May 2006 13:51:16 +0000 |
Chris Cannam |
* add a column bitmap to the matrix file object to record which columns
|
Fri, 05 May 2006 16:38:18 +0000 |
Chris Cannam |
* win32 fixes
|
Fri, 05 May 2006 14:04:43 +0000 |
Chris Cannam |
* Fix failure to locate plugins by base name of .so file
|
Fri, 05 May 2006 14:04:09 +0000 |
Chris Cannam |
...
|
Fri, 05 May 2006 13:31:23 +0000 |
Chris Cannam |
* win32 fix
|
Fri, 05 May 2006 13:29:31 +0000 |
Chris Cannam |
* win32 fixes
|
Fri, 05 May 2006 13:06:47 +0000 |
Chris Cannam |
* Move matrix/fft file code to fileio (from base)
|
Fri, 05 May 2006 12:34:51 +0000 |
Chris Cannam |
* Use kill(pid, 0) instead of /proc or sysctl blather for looking up pids
|
Fri, 05 May 2006 11:35:47 +0000 |
Chris Cannam |
* couple of changes for win32
|
Fri, 05 May 2006 11:33:51 +0000 |
Chris Cannam |
...
|
Fri, 05 May 2006 11:28:04 +0000 |
Chris Cannam |
* Add a method in System.{cpp,h} to try to establish whether a process of a
|
Thu, 04 May 2006 20:17:28 +0000 |
Chris Cannam |
* Reduce number of allocations and deallocations by keeping a spare buffer
|
Thu, 04 May 2006 16:03:02 +0000 |
Chris Cannam |
* Introduce simple non-RT thread base class
|
Thu, 04 May 2006 13:59:57 +0000 |
Chris Cannam |
* Add file reader thread, and make the matrix file code use it to preload
|
Wed, 03 May 2006 16:48:03 +0000 |
Chris Cannam |
* Add property labels to property containers (so i18n() won't affect file format)
|
Wed, 03 May 2006 16:47:04 +0000 |
Chris Cannam |
* Remove mmap-based code again. We can be more efficient with read().
|
Wed, 03 May 2006 16:09:16 +0000 |
Chris Cannam |
...
|
Wed, 03 May 2006 16:03:27 +0000 |
Chris Cannam |
* minor changes for win32
|
Wed, 03 May 2006 14:26:26 +0000 |
Chris Cannam |
* Switch spectrogram layer over to using the new rudimentary disk-backed
|
Wed, 03 May 2006 11:15:46 +0000 |
Martin Gasser |
added ogg, fishsound, rdf libraries to deploy script
|
Tue, 02 May 2006 19:44:14 +0000 |
Chris Cannam |
* Just skeleton bits of file-based FFT cache
|
Tue, 02 May 2006 12:27:41 +0000 |
Chris Cannam |
* Start factoring out the spectrogram's FFT cache into a separate set of
|
Thu, 27 Apr 2006 17:29:19 +0000 |
Chris Cannam |
* Add file open/save operations to main toolbar
|
Thu, 27 Apr 2006 11:49:34 +0000 |
Chris Cannam |
* Ensure consistent ordering of layer text labels
|
Wed, 26 Apr 2006 16:27:34 +0000 |
Chris Cannam |
* Compile fix in DSSIPluginInstance, add origin notes to icons and samples
|
Wed, 26 Apr 2006 16:00:13 +0000 |
Chris Cannam |
* Fix crash in spectrogram layer when replacing model
|
Wed, 26 Apr 2006 14:09:55 +0000 |
Chris Cannam |
* Some work on reloading play parameters from file (not quite working yet)
|
Tue, 25 Apr 2006 22:14:43 +0000 |
Chris Cannam |
* Pull out temporary directory management into its own class
|
Mon, 24 Apr 2006 17:06:32 +0000 |
Chris Cannam |
* Update Windows Vamp plugin search path
|
Mon, 24 Apr 2006 15:52:20 +0000 |
Chris Cannam |
* Avoid instantiating a plugin twice when configuring it (the min/max channel
|
Thu, 13 Apr 2006 18:29:10 +0000 |
Chris Cannam |
* Replace crash with warning when a transform could not be automatically
|
Wed, 12 Apr 2006 09:59:40 +0000 |
Chris Cannam |
* Add BZipFileDevice to handle bzip2 compress/uncompress without all that
|
Mon, 10 Apr 2006 17:22:59 +0000 |
Chris Cannam |
* Implement harmonic cursor in spectrogram
|
Mon, 10 Apr 2006 13:52:32 +0000 |
Chris Cannam |
* Create temporary directory, cleaned up on exit, and use it to store
|
Fri, 07 Apr 2006 17:50:33 +0000 |
Chris Cannam |
* Fix long-standing off-by-1 bug in WaveFileModel that was getting us the wrong
|
Thu, 06 Apr 2006 17:24:13 +0000 |
Chris Cannam |
* fix compile warnings and genuine int/size_t overflow
|
Thu, 06 Apr 2006 15:12:53 +0000 |
Chris Cannam |
* fix to plugin output resolution
|
Thu, 06 Apr 2006 12:12:41 +0000 |
Chris Cannam |
* Remove dsp directory. This is now the qm-dsp library used by
|
Wed, 05 Apr 2006 16:52:30 +0000 |
Chris Cannam |
* Support latest changes to Vamp API (value names for parameters, FFT
|
Mon, 03 Apr 2006 17:18:27 +0000 |
Chris Cannam |
* Make the item-edit dialog do something useful
|
Mon, 03 Apr 2006 14:18:40 +0000 |
Chris Cannam |
* Support plugins returning 0 for preferred block/step size
|
Fri, 31 Mar 2006 17:40:14 +0000 |
Chris Cannam |
* Add support for frequency-domain inputs to Vamp plugins
|
Fri, 31 Mar 2006 15:56:35 +0000 |
Chris Cannam |
* Modify to use Vamp SDK for proper feature extraction plugins.
|
Thu, 30 Mar 2006 15:00:22 +0000 |
Chris Cannam |
* Add stub for item-edit dialog (for editing properties of an item on double-
|
Thu, 30 Mar 2006 13:18:11 +0000 |
Chris Cannam |
* Ensure plugin parameters for a transform are saved in the .sv file and
|
Wed, 29 Mar 2006 12:35:17 +0000 |
Chris Cannam |
* Add auto-normalize option to waveform layer
|
Tue, 28 Mar 2006 23:57:32 +0000 |
Martin Gasser |
fixed some problems with building the latest revision on the mac
|
Mon, 27 Mar 2006 16:15:19 +0000 |
Chris Cannam |
* adjust for latency if the plugin reports it
|
Mon, 27 Mar 2006 15:03:02 +0000 |
Chris Cannam |
* More structural work on feature extraction plugin C <-> C++ adapter
|
Fri, 24 Mar 2006 18:15:50 +0000 |
Chris Cannam |
* Sketch for host side of the plugin C++ <-> C bridge. This will be simpler
|
Fri, 24 Mar 2006 17:36:10 +0000 |
Chris Cannam |
* Add C API for feature extraction plugins
|
Thu, 23 Mar 2006 15:49:41 +0000 |
Chris Cannam |
* Add editing for auralisation plugin parameters and programs
|
Wed, 22 Mar 2006 17:38:29 +0000 |
Chris Cannam |
* Add plugin parameter dialog, and use it to set up parameters for feature
|
Wed, 22 Mar 2006 13:23:50 +0000 |
Chris Cannam |
* added to- and from- XML methods to PluginInstance
|
Tue, 21 Mar 2006 18:05:28 +0000 |
Martin Gasser |
fixed some bugs in tonal change detection function, removed ChromaMatrix (no longer used), added TCSgram
|
Mon, 20 Mar 2006 18:34:16 +0000 |
Chris Cannam |
* Create a new time instants layer if Enter is hit when there is no existing
|
Mon, 20 Mar 2006 15:10:07 +0000 |
Chris Cannam |
* Update licensing rubric for GPL
|
Mon, 20 Mar 2006 13:48:58 +0000 |
Chris Cannam |
* Make RealTimePluginInstances also provide the PluginInstance interface
|
Mon, 20 Mar 2006 12:04:06 +0000 |
Chris Cannam |
* Pull out parameter/description query methods from FeatureExtractionPlugin
|
Mon, 20 Mar 2006 11:40:39 +0000 |
Chris Cannam |
* Set indent-tabs-mode to nil in Emacs mode direction
|
Mon, 20 Mar 2006 11:37:45 +0000 |
Chris Cannam |
* update TODO, some tidying
|
Fri, 17 Mar 2006 17:38:28 +0000 |
Chris Cannam |
* Add menu for re-adding existing layers
|
Thu, 16 Mar 2006 18:46:00 +0000 |
Chris Cannam |
* Add Insert Instant function in main window
|
Wed, 15 Mar 2006 18:11:23 +0000 |
Chris Cannam |
* Restore proper channel selection support for new layers
|
Mon, 13 Mar 2006 17:55:19 +0000 |
Chris Cannam |
* Use commands for add/delete pane in main window
|
Fri, 10 Mar 2006 12:28:22 +0000 |
Chris Cannam |
* More document structure / main window / file I/O work
|
Wed, 08 Mar 2006 17:47:58 +0000 |
Chris Cannam |
* more MainWindow/Document stuff
|
Wed, 08 Mar 2006 12:38:28 +0000 |
Chris Cannam |
* Further MainWindow -> Document refactoring
|
Mon, 06 Mar 2006 17:20:25 +0000 |
Chris Cannam |
* A bit more work on main window / document / commands stuff. This is still
|
Fri, 03 Mar 2006 17:52:21 +0000 |
Chris Cannam |
* Fix a crash in PortAudio output for mono data
|
Fri, 03 Mar 2006 16:56:20 +0000 |
Chris Cannam |
* Continue MainWindow refactoring by making MainWindow actually use the new
|
Fri, 03 Mar 2006 16:32:45 +0000 |
Martin Gasser |
MacOS fixes, TonalChangeDetector added
|
Thu, 02 Mar 2006 16:58:49 +0000 |
Chris Cannam |
* Refactor Layer classes so as no longer to store a single View pointer;
|
Wed, 01 Mar 2006 18:13:01 +0000 |
Chris Cannam |
* Rejig project file a bit to do pkg-config detection &c
|
Mon, 27 Feb 2006 17:34:41 +0000 |
Chris Cannam |
* Add "Export Audio File" option
|
Thu, 23 Feb 2006 18:01:31 +0000 |
Chris Cannam |
* Rearrange spectrogram cacheing so that gain, normalization, instantaneous
|
Mon, 20 Feb 2006 17:23:40 +0000 |
Chris Cannam |
* Improvements to text layer editing, and implement file I/O for it
|
Mon, 20 Feb 2006 13:33:36 +0000 |
Chris Cannam |
* Add TextModel and TextLayer types
|
Fri, 17 Feb 2006 18:11:08 +0000 |
Chris Cannam |
* As previous commit
|
Fri, 17 Feb 2006 18:04:26 +0000 |
Chris Cannam |
* Implement play mute, level and pan controls and a layer visibility control
|
Wed, 15 Feb 2006 17:58:35 +0000 |
Chris Cannam |
* Add LED button
|
Tue, 14 Feb 2006 17:43:14 +0000 |
Chris Cannam |
* Change SpectrogramLayer to use its own cache type instead of a QImage
|
Fri, 10 Feb 2006 17:51:36 +0000 |
Chris Cannam |
* Add the Note layer for pianoroll-type display of note-type data
|
Thu, 09 Feb 2006 18:01:52 +0000 |
Chris Cannam |
* Add basics of MIDI file import. Doesn't actually create the model yet.
|
Wed, 08 Feb 2006 17:59:16 +0000 |
Chris Cannam |
* Add ffwd/rewind
|
Mon, 06 Feb 2006 17:24:52 +0000 |
Chris Cannam |
* Rationalise the local feature identification API in Layer subclasses
|
Fri, 03 Feb 2006 17:30:47 +0000 |
Chris Cannam |
* Some fixes to waveform layer greyscaling
|
Thu, 02 Feb 2006 17:31:08 +0000 |
Chris Cannam |
* Add natty segmentation display to time-value layer. Need to do the same
|
Thu, 02 Feb 2006 16:10:19 +0000 |
Chris Cannam |
* Refactor sparse models. Previously the 1D and time-value models duplicated
|
Wed, 01 Feb 2006 14:49:49 +0000 |
Chris Cannam |
* Add Chromagram plugin, and make a number of fixes to the dense 3d model
|
Tue, 31 Jan 2006 17:19:45 +0000 |
Chris Cannam |
* Add Zero Crossings output from zc plugin (as well as Zero Crossings Count)
|
Tue, 31 Jan 2006 15:57:25 +0000 |
Chris Cannam |
* Update some copyright notice dates
|
Mon, 30 Jan 2006 17:51:56 +0000 |
Chris Cannam |
* Add command history class, and basic undo/redo menus. No actual commands
|
Mon, 30 Jan 2006 13:19:42 +0000 |
Chris Cannam |
* Add getXForFrame / getFrameForX in preference to using the zoom level everywhere
|
Fri, 27 Jan 2006 18:04:07 +0000 |
Chris Cannam |
* Introduce potentially-separate read and write ring buffers, so we can swap
|
Thu, 26 Jan 2006 18:01:38 +0000 |
Chris Cannam |
* Add basic drag editing of time instants.
|
Thu, 26 Jan 2006 16:15:40 +0000 |
Chris Cannam |
* Add ability to create empty layers for editing
|
Thu, 26 Jan 2006 11:56:09 +0000 |
Chris Cannam |
* Fixes to playback of short looped files, of synthesised content within looped
|
Wed, 25 Jan 2006 17:46:28 +0000 |
Chris Cannam |
* Fix update and play limits for play-selection mode when not looping
|
Tue, 24 Jan 2006 16:20:58 +0000 |
Chris Cannam |
* Add play-selection and looping modes. Looping seems to work OK, but
|
Mon, 23 Jan 2006 17:02:57 +0000 |
Chris Cannam |
* Hook up tool selection buttons to switch the cursor mode
|
Thu, 19 Jan 2006 17:59:11 +0000 |
Chris Cannam |
* Add more icons and rationalise menu options to the usual set (on the File menu)
|
Thu, 19 Jan 2006 12:54:38 +0000 |
Chris Cannam |
* Rework handling of layer properties in file I/O -- we now get the individual
|
Tue, 17 Jan 2006 17:45:55 +0000 |
Chris Cannam |
* Hook up SV file i/o. You can now save and load sessions.
|
Fri, 13 Jan 2006 18:05:07 +0000 |
Chris Cannam |
* Session file save, and the skeleton of session file load.
|
Thu, 12 Jan 2006 17:19:08 +0000 |
Chris Cannam |
* Beginnings of session save code
|
Thu, 12 Jan 2006 13:45:27 +0000 |
Chris Cannam |
* Update copyrights to 2006
|
Thu, 12 Jan 2006 13:43:49 +0000 |
Chris Cannam |
* Debug
|
Tue, 10 Jan 2006 16:33:16 +0000 |
Chris Cannam |
initial import
|