log

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