Christopher Arndt
Christopher Arndt
Yes, looks good!  
This is not the right way to fix this, IMO. The sleep does not belong in the `_do_iter` method. Just put in the loop in your own code where you...
Yes, please!
Ok, I fixed the docstring. I would keep the examples, They provide an easier starting point for your own scripts than incomplete code snippets in the docs.
Can you accept or close this?
Closing this since I'm cleaning my unmerged PRs and this hasn't been acted upon in years.
Well, I just intended to follow the guideline "be lenient in what you accept and strict in what you output". Musicians often are no programming experts and usually just copy&paste...
> That said, I'm all for allowing sysexes with no whitespace or separators Ok, I've simplified `sysex_to_bytearray`: sysex strings must be comma or whitespace--separated or contain only hexchars.
Closing this since I'm cleaning my unmerged PRs.
With these changes, registering and upload to PyPI should be as easy as: ``` python setup.py build python setup.py register python setup.py sdist bdist_wheel upload ```