unroll icon indicating copy to clipboard operation
unroll copied to clipboard

Python package for Piano roll transcription to sheet music

Results 2 unroll issues
Sort by recently updated
recently updated
newest added

There's a problem in KeyStrikes.py, lines 158 and 159, I think it should be quarter_duration**s**, not quarter_duration on those lines, but I'm not really sure.

Environment: CentOS 7 [VPS DigitalOcean] Python3.6.1 Question: pip3 install unroll always come out errors. ez_setup.py", line 467, in _extractall self.chown(tarinfo, dirpath) TypeError: chown() missing 1 required positional argument: 'numeric_owner' ---...