daviddavini / pysinewave

Generates and plays sine waves that smoothly transition between frequencies
MIT License
21 stars 9 forks source link

set_amplitude def is missing from sinewave.py #13

Open dfischer-LCT opened 1 year ago

dfischer-LCT commented 1 year ago

Presumably there should be one that calls the appropriate set_amplitude in sinewave_generator.py, but there's no linking def. Currently docs suggest SineWave.set_amplitude(percent) as possible, but SineWave object is missing that attribute.