Mercurial > hg > nnls-chroma
comparison nnls-chroma.n3 @ 86:e5c16976513d consonance
implemented note output for estimated chords
author | matthiasm |
---|---|
date | Sun, 28 Nov 2010 23:10:57 +0900 |
parents | d52884de7d79 |
children | 19f3b33a19fb |
comparison
equal
deleted
inserted
replaced
85:ccc0d4b3f867 | 86:e5c16976513d |
---|---|
42 vamp:parameter plugbase:chordino_param_tuningmode ; | 42 vamp:parameter plugbase:chordino_param_tuningmode ; |
43 vamp:parameter plugbase:chordino_param_whitening ; | 43 vamp:parameter plugbase:chordino_param_whitening ; |
44 vamp:parameter plugbase:chordino_param_s ; | 44 vamp:parameter plugbase:chordino_param_s ; |
45 | 45 |
46 vamp:output plugbase:chordino_output_simplechord ; | 46 vamp:output plugbase:chordino_output_simplechord ; |
47 vamp:output plugbase:chordino_output_chordnotes ; | |
47 vamp:output plugbase:chordino_output_harmonicchange ; | 48 vamp:output plugbase:chordino_output_harmonicchange ; |
48 . | 49 . |
49 plugbase:chordino_param_useNNLS a vamp:QuantizedParameter ; | 50 plugbase:chordino_param_useNNLS a vamp:QuantizedParameter ; |
50 vamp:identifier "useNNLS" ; | 51 vamp:identifier "useNNLS" ; |
51 dc:title "use approximate transcription (NNLS)" ; | 52 dc:title "use approximate transcription (NNLS)" ; |
120 vamp:quantize_step 1 ; | 121 vamp:quantize_step 1 ; |
121 vamp:bin_count 0 ; | 122 vamp:bin_count 0 ; |
122 vamp:sample_type vamp:VariableSampleRate ; | 123 vamp:sample_type vamp:VariableSampleRate ; |
123 vamp:sample_rate 21.5332 ; | 124 vamp:sample_rate 21.5332 ; |
124 vamp:computes_event_type af:ChordSegment ; | 125 vamp:computes_event_type af:ChordSegment ; |
126 | |
127 plugbase:chordino_output_chordnotes a vamp:SparseOutput ; | |
128 vamp:identifier "chordnotes" ; | |
129 dc:title "Note Representation of Chord Estimate" ; | |
130 dc:description """A simple represenation of the estimated chord with bass note (if applicable) and chord notes.""" ; | |
131 vamp:fixed_bin_count "true" ; | |
132 vamp:unit "MIDI units" ; | |
133 a vamp:QuantizedOutput ; | |
134 vamp:quantize_step 1 ; | |
135 a vamp:KnownExtentsOutput ; | |
136 vamp:min_value 0 ; | |
137 vamp:max_value 127 ; | |
138 vamp:bin_count 1 ; | |
139 vamp:sample_type vamp:VariableSampleRate ; | |
140 vamp:computes_event_type af:Note ; | |
125 . | 141 . |
126 plugbase:chordino_output_harmonicchange a vamp:DenseOutput ; | 142 plugbase:chordino_output_harmonicchange a vamp:DenseOutput ; |
127 vamp:identifier "harmonicchange" ; | 143 vamp:identifier "harmonicchange" ; |
128 dc:title "Harmonic Change Value" ; | 144 dc:title "Harmonic Change Value" ; |
129 dc:description """An indication of the likelihood of harmonic change. Depends on the chord dictionary. Calculation is different depending on whether the Viterbi algorithm is used for chord estimation, or the simple chord estimate.""" ; | 145 dc:description """An indication of the likelihood of harmonic change. Depends on the chord dictionary. Calculation is different depending on whether the Viterbi algorithm is used for chord estimation, or the simple chord estimate.""" ; |