log

age author description
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