python-midi
python-midi copied to clipboard
In python3 ubuntu problem on loading function midi
import midi pattern = midi.Pattern() Traceback (most recent call last): File "
", line 1, in AttributeError: module 'midi' has no attribute 'Pattern'
I met this problem too