flipcoder / textbeat

🎹 plaintext music sequencer and midi shell, with vim playback and the powers of music theory 🥁
MIT License
406 stars 13 forks source link

Add mido as dependency #3

Closed idbrii closed 5 years ago

idbrii commented 5 years ago

Fix error: Traceback (most recent call last): File "C:\apps\Python\Python37\lib\runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "C:\apps\Python\Python37\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "E:\clones\textbeat\textbeat__main__.py", line 50, in from .defs import * File "E:\clones\textbeat\textbeat\defs.py", line 10, in import mido ModuleNotFoundError: No module named 'mido'

flipcoder commented 5 years ago

Thanks!