This commit is contained in:
Dominic DiTaranto 2026-08-09 09:12:15 -04:00
parent acc1df0870
commit 29bb6f91bd
3 changed files with 4 additions and 1 deletions

0
README.md Normal file
View file

4
requirements.txt Normal file
View file

@ -0,0 +1,4 @@
numpy==2.5.1
prompt_toolkit==3.0.53
pyfluidsynth==1.4.0
wcwidth==0.8.2

View file

@ -37,7 +37,6 @@ class ToneRow(AudioMixin, DisplayMixin, SettingsMixin, InputMixin):
self.generate()
self.load_settings()
@cached_property
def octaves(self):
return [str(Settings.OCTAVE)] * 12