reqs
This commit is contained in:
parent
acc1df0870
commit
29bb6f91bd
3 changed files with 4 additions and 1 deletions
0
README.md
Normal file
0
README.md
Normal file
4
requirements.txt
Normal file
4
requirements.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
numpy==2.5.1
|
||||
prompt_toolkit==3.0.53
|
||||
pyfluidsynth==1.4.0
|
||||
wcwidth==0.8.2
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue