<div><div>Patch attached with fixes.  Couple questions:</div><div><br class="webkit-block-placeholder"></div><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">So many errors should have ended in something noticeable but in fact we are
<br>not having any error because we are not using them. They should be used on<br>PoolFloatArrayDataSource::getLabel, but now it is computing the label by<br>returning the string formatting of NBins, instead the string formatting of
<br>offset+i*bingap.</blockquote><div><br class="webkit-block-placeholder"></div><div>I updated PFADS::getLabel but I'm not sure what you mean by offset-- you mean the starting frequency (which, the more i think about it, might not be a necessary attribute at all since you said it's always 0)?  So getLabel now returns bin*binGap if the bin does not have a label, which should be the starting frequency of the bin.
</div><div> </div><div><br class="webkit-block-placeholder"></div><div>also- PFADS::setCurrentTime uses binLabels but I'm not sure of the purpose of the function so I'm not sure what to do about removing them.  The code shouldn't crash but I think a call to setCurrentTime with no binLabels assigned will set the _frameData attribute to 0... hmm maybe that is bad.
</div><div><br class="webkit-block-placeholder"></div><div>and finally-- ok, I'm not sure if it's my mac quirks or me still needing to work out how to use Annotator well... but I can't figure out how to get rid of views in Annotator after I add them.  Is there supposed to be a close widget on them or am I missing something?  And the first bin of the MFCC bar view when I've been running it always seems to be at its max value, which I think is causing the view of the other bins to be scaled and thus be pretty small.
</div><div><br class="webkit-block-placeholder"></div><div>OK, hope this patch helps...</div><div>B</div><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote>
</div><br>