Tue, 15 Jul 2014 13:28:25 +0100 |
Chris Cannam |
Make source sparsity configurable in instrument pack as well as pitch sparsity; make both equal to 1 for piano templates
|
Wed, 04 Jun 2014 11:46:01 +0100 |
Chris Cannam |
Merge from the default branch
noteagent
|
Wed, 04 Jun 2014 09:55:31 +0100 |
Chris Cannam |
RDF file, and some copyright etc updates
|
Thu, 29 May 2014 10:30:08 +0100 |
Chris Cannam |
Fixes to mono feeder; use it for monophonic instruments
noteagent
|
Thu, 29 May 2014 09:21:15 +0100 |
Chris Cannam |
Emit "MIDI-compatible" frequencies only, unless in fine tuning mode
noteagent
|
Wed, 28 May 2014 15:16:00 +0100 |
Chris Cannam |
Don't retain returned hypotheses -- to avoid having to test whether we've seen them before
noteagent
|
Wed, 28 May 2014 15:05:43 +0100 |
Chris Cannam |
Tidy column counting
noteagent
|
Wed, 28 May 2014 14:56:01 +0100 |
Chris Cannam |
Merge from default branch
noteagent
|
Wed, 28 May 2014 14:54:01 +0100 |
Chris Cannam |
Wire up note agent code -- results are not very good, so far
noteagent
|
Fri, 23 May 2014 18:17:59 +0100 |
Chris Cannam |
Add some further parameters to the instrument pack
|
Thu, 22 May 2014 16:59:12 +0100 |
Chris Cannam |
Have a first go at reporting f0
f0
|
Thu, 22 May 2014 15:06:37 +0100 |
Chris Cannam |
Fix incorrect use of int for non-integer shift weights
|
Thu, 22 May 2014 12:11:33 +0100 |
Chris Cannam |
Restore (and fix) the time-frequency distribution output (filtered CQ); tidy up the bottom-octave handling in draft mode
|
Wed, 21 May 2014 15:03:12 +0100 |
Chris Cannam |
Add some ensemble instrument packs
|
Wed, 21 May 2014 14:42:00 +0100 |
Chris Cannam |
Emit cents offset in note name too
|
Wed, 21 May 2014 12:15:29 +0100 |
Chris Cannam |
In draft mode, make the CQ transform one octave shorter (bottom octave empty)
|
Wed, 21 May 2014 12:10:02 +0100 |
Chris Cannam |
Remove comment (quick test suggests this makes little difference either way)
|
Wed, 21 May 2014 11:53:31 +0100 |
Chris Cannam |
Refactor to avoid allocating 300 EM objects at a time!
finetune
|
Wed, 21 May 2014 11:15:53 +0100 |
Chris Cannam |
More work on returning sensibly-shifted notes with fine tuning
finetune
|
Wed, 21 May 2014 09:11:49 +0100 |
Chris Cannam |
Store active shifts separately from active pitches
finetune
|
Tue, 20 May 2014 17:49:07 +0100 |
Chris Cannam |
More on returning fine tuning (but we're treating different shifts of the same pitch as different notes at the moment which is not right)
finetune
|
Tue, 20 May 2014 17:34:49 +0100 |
Chris Cannam |
Start working on returning fine-tuning pitches
finetune
|
Tue, 20 May 2014 16:48:33 +0100 |
Chris Cannam |
Use 20ms resolution in hq mode, 40ms only in draft mode
|
Tue, 20 May 2014 16:21:33 +0100 |
Chris Cannam |
Some measurements suggest we get slightly better results with more iterations, but not drastically worse with fewer -- so go lower for draft and higher for hq mode
|
Tue, 20 May 2014 15:56:57 +0100 |
Chris Cannam |
Minor tidy
|
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
|