<br><br>I changed<br> pow( 2, (midinnote/notesperequivalenceinterval) )<br>to<br>pow( equivalenceinterval,  (midinnote/notesperequivalenceinterval) )<br><br>looks like it was changed in the newer version<br><br>its pretty cool to be able to change the base frequency on the fly.<br>
I have some audiorate interpolated lookups into my old frequency tuning tables in my patch <br>that is used for modulation values. I&#39;m still using them in conjunction with  tuntof.<br>so update of the basefrequency takes as long to write the tun table as well as to write out  all the frequencies to another table. would be nice to make tunetof as a tunetof~<br>