rcrath / wavetabler

Create wavetables for Serum, VItal, etc from any short wav file
GNU General Public License v3.0
2 stars 1 forks source link

implement autocorrrelation method #11

Closed rcrath closed 2 weeks ago

rcrath commented 3 weeks ago

have flow and a script that finds the autocorrelate mod, need to write an autocorrelate segmenter such that the file is divided into peaks as the divider, then figure out a way to phase shift 90 degrees right and then silence the first frame. @ruohoruotsi , you are welcome here! Affected modules: d_interval (new), e_seg, e_seg2(proposed if needed), f_sort, f_sort2 (if needed, hopefully not)