annotate README.txt @ 56:4394c9490716 tip

minor changes
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Mon, 24 Dec 2012 18:58:39 +0000
parents 6a7982661703
children
rev   line source
andrew@0 1 Receives live input and matches to rehearsal
andrew@0 2
andrew@0 3
andrew@0 4 ofxFileDialog
andrew@0 5 ofxOSC
andrew@0 6
andrew@0 7 Venetian:
andrew@0 8 ofxWindowRegion
andrew@0 9 ofxSoundfileloader
andrew@0 10 ofxAubioOnsetDetector
andrew@0 11
andrew@2 12
andrew@2 13
andrew@2 14 Possible MIDI JNMR
andrew@2 15 when adding gaussians - need to convert to the matrix indices - currently not done??
andrew@2 16
andrew@3 17 Improve pitch distance by checking for octaves etc
andrew@3 18
andrew@3 19 Examine yin and audio so that pitch algorithm is CORRECT!
andrew@3 20
andrew@4 21
andrew@4 22 DEBUG and Problems to check
andrew@4 23 Looking at offset correction - appears offset changes after bestUpdate but our MAP and dustbin might be for the last offset
andrew@4 24
andrew@4 25 changing crossupdate threshold UP for tmp bug
andrew@10 26
andrew@10 27 Look at audio pitch - is this reliable? - do we have other alternatives?
andrew@10 28
andrew@10 29 Harmonic scale could play a part - pitch -> note
andrew@10 30
andrew@10 31 Accuracy of the onset detector. Can we get more precise about where the onset actually is, both in analysis and the live frame? (PAPER?)
andrew@10 32
andrew@10 33 OPTIMISE the starting point for the update routine when new`Pitch or onset is found. goes all the way through chromaOnsets
andrew@10 34
andrew@11 35 check: Should the offset potion be the alignment position or the actual time in - i guess the former but are we using the latter?
andrew@10 36
andrew@42 37 ofxAubioONsetDet
andrew@42 38 Check if we can get chroma calc in there just once
andrew@42 39 don't want so many chromatogram classes flotinh around
andrew@42 40 check the values are reset each channel…
andrew@10 41
andrew@10 42