eeeeaaii/vodka

make the default frequency 440 when you don't put in a freq value for sinewave, squarewave, etc.

Closed this issue · 1 comments

otherwise it's super confusing. Also change the nn calculations for resampling.

in other words, the current no-op resample is:

  • you make a new waveform without passing in a freq, it's 220hz
  • you resample to note number 57, it stays the same

instead:

  • new waveforms without freq, 440
  • resample to nn 69 it stays the same (except see bug #232)