log src/Silvet.cpp @ 162:03ba9b25e0d0

age author description
Tue, 20 May 2014 15:37:03 +0100 Chris Cannam Add solo instrument parameter
Tue, 20 May 2014 15:31:05 +0100 Chris Cannam Introduce InstrumentPack class
Tue, 20 May 2014 13:55:44 +0100 Chris Cannam Remove extra outputs
Mon, 19 May 2014 17:47:34 +0100 Chris Cannam Bin frequencies, and some comments
Fri, 16 May 2014 10:28:46 +0100 Chris Cannam Note on parameters etc
Fri, 16 May 2014 10:12:55 +0100 Chris Cannam Processing parameters. Main difference is use of atomHopFactor of 0.3 instead of 0.25
Thu, 15 May 2014 15:25:03 +0100 Chris Cannam Update subrepo to new structure
Wed, 14 May 2014 19:38:36 +0100 Chris Cannam double -> float in EM (to test)
Wed, 14 May 2014 18:09:06 +0100 Chris Cannam Some comments on things to try next...
Tue, 13 May 2014 14:34:04 +0100 Chris Cannam Update CQ implementation following inverse-CQ merge
Wed, 07 May 2014 11:06:18 +0100 Chris Cannam Simplify omp loop, leaving more to the omp scheduler bqvec-openmp
Wed, 07 May 2014 09:43:15 +0100 Chris Cannam Pull out shifted templates into separate arrays with proper alignment (trading off memory occupied against getting the alignments right) bqvec-openmp
Wed, 07 May 2014 09:08:52 +0100 Chris Cannam Simplify slightly, make HQ mode the default bqvec-openmp
Wed, 07 May 2014 09:01:32 +0100 Chris Cannam Merge from default branch bqvec-openmp
Tue, 06 May 2014 18:55:11 +0100 Chris Cannam Add draft/intensive mode setting (determines whether to use shifts)
Tue, 06 May 2014 16:36:46 +0100 Chris Cannam Merge OpenMP and bqvec stuff into bqvec-openmp branch bqvec-openmp
Tue, 06 May 2014 16:28:04 +0100 Chris Cannam OpenMP support in main EM iteration openmp
Tue, 06 May 2014 14:45:16 +0100 Chris Cannam Use single-precision floats throughout EM code timing
Tue, 06 May 2014 14:19:19 +0100 Chris Cannam Complete using bqvec for allocation etc, but with unchanged processing logic bqvec
Tue, 06 May 2014 11:26:33 +0100 Chris Cannam Timing outputs timing
Tue, 06 May 2014 11:23:07 +0100 Chris Cannam Halve number of iterations timing
Tue, 06 May 2014 11:21:28 +0100 Chris Cannam Some testing results timing
Tue, 06 May 2014 11:17:08 +0100 Chris Cannam Remove debug printouts timing
Tue, 06 May 2014 11:13:25 +0100 Chris Cannam Remove FCQ return as well timing
Tue, 06 May 2014 11:10:52 +0100 Chris Cannam Remove return of CQ output features timing
Tue, 29 Apr 2014 12:05:52 +0100 Chris Cannam Run again, with files normalised as in the MIREX tests
Mon, 28 Apr 2014 13:01:30 +0100 Chris Cannam Test code
Tue, 08 Apr 2014 17:45:26 +0100 Chris Cannam Comment
Tue, 08 Apr 2014 13:36:07 +0100 Chris Cannam Max, not median strength for velocity (duh)
Tue, 08 Apr 2014 13:30:32 +0100 Chris Cannam Support shifts as an additional dimension (as in the original model). Also return velocity as well. preshift
Mon, 07 Apr 2014 17:07:51 +0100 Chris Cannam Merge from default branch preshift
Mon, 07 Apr 2014 17:07:36 +0100 Chris Cannam More outputs
Mon, 07 Apr 2014 16:23:16 +0100 Chris Cannam Merge from default branch preshift
Mon, 07 Apr 2014 16:21:57 +0100 Chris Cannam Use supplied pitch ranges, plus subrepo update
Mon, 07 Apr 2014 14:36:52 +0100 Chris Cannam Sum rather than max? preshift
Mon, 07 Apr 2014 14:18:39 +0100 Chris Cannam Merge from default branch preshift
Mon, 07 Apr 2014 14:18:22 +0100 Chris Cannam Fix noise-reduction filtering (it was going the wrong way)
Mon, 07 Apr 2014 13:01:08 +0100 Chris Cannam Get notes out using pre-shifted templates (not working properly) preshift
Sat, 05 Apr 2014 17:57:50 +0100 Chris Cannam Return an actual note transcription
Sat, 05 Apr 2014 13:18:55 +0100 Chris Cannam Return a sketch of notes from pitch activation matrix
Sat, 05 Apr 2014 08:41:55 +0100 Chris Cannam Fix typo in pitch activation output
Fri, 04 Apr 2014 19:05:47 +0100 Chris Cannam Return pitch activation matrix
Fri, 04 Apr 2014 18:18:18 +0100 Chris Cannam Calculate column sums, etc
Fri, 04 Apr 2014 17:48:06 +0100 Chris Cannam Fill out the EM logic
Fri, 04 Apr 2014 14:28:41 +0100 Chris Cannam Start on EM class
Fri, 04 Apr 2014 13:43:51 +0100 Chris Cannam Drop the latency columns from the CQ start
Fri, 04 Apr 2014 13:29:33 +0100 Chris Cannam Filter the constant Q spectrogram in a similar manner to the matlab version
Thu, 03 Apr 2014 17:38:45 +0100 Chris Cannam Stubbing out Vamp plugin