rcrath / wvtbl

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

divide by zero #63

Closed rcrath closed 2 months ago

rcrath commented 2 months ago

Interpolating... Choose wavetable creation method (you can choose multiple, e.g., 1,2 or 1-3):

  1. Fit whole within 256*frames divisible by 2048 samples (default)
  2. Arbitrarily cut into chunks
  3. Select and save Press Enter to select option 1: *E:\Dropbox\audio\wavetables\create\j_wvtblr.py:156: RuntimeWarning: divide by zero encountered in log10 if 20 np.log10(abs(sample_value)) > -40:**