diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1b12213 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +numpy==2.5.1 +prompt_toolkit==3.0.53 +pyfluidsynth==1.4.0 +wcwidth==0.8.2 diff --git a/tonerow.py b/tonerow.py index 1af9fa3..201b001 100644 --- a/tonerow.py +++ b/tonerow.py @@ -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