rcrath / wvtbl

Wavetable processor
GNU General Public License v3.0
0 stars 0 forks source link

change histogram to rolling average #37

Closed rcrath closed 2 months ago

rcrath commented 3 months ago

rolling average instead of histogram, with the tolerance settings of upper and lower bound as the window size.

I am not happy with the inaccuracy/vagueness of the histogram. Let's switch the graph in f_sort to a rolling average using wavecycle_samples dictionary with upper bound - lower bound as the window size.

rcrath commented 2 months ago

implemented it. better gist of best choice for ambiguous pitch