Ole Martin Bjørndalen
Ole Martin Bjørndalen
@dagargo Here's a new issue to follow up on our discussion on pull request #60. We can use [ctypes](https://docs.python.org/3/library/ctypes.html) or [CFFI](https://cffi.readthedocs.io/) to call functions in the rawmidi C API. The...
#264 fixes memory leaks in the `rtmidi` backend. We should checks if the `rtmidi-python` backend has the same problem.
Given these port names: ```python 'Midi Through:Midi Through Port-0 14:0' 'SH-201:SH-201 15:0' ``` I'd like to be able to open them with: ```python mido.open_input('sh-201') mido.open_output('integra') ``` This is pretty easy...
```python mido.new('note_on', note=40) mido.new('control_change', control=10, value=100) mido.new('end_of_track') ``` instead of: ```python mido.Message('note_on', note=40) mido.Message('note_on', control=10, value=100) mido.MetaMessage('end_of_track') ``` Advantages: * simpler and cleaner syntax * you don't have to know...
I'd like to add a Mido backend for Geert Bevin's SendMIDI and ReceiveMIDI commands line tools: * https://github.com/gbevin/SendMIDI * https://github.com/gbevin/ReceiveMIDI The implementation in Meep can be used as a starting...
Two reasons: * it's called latest on Read the Docs (the only place I'm aware of where it's used) * the releases are always stable * latest (as in latest...
The roadmap will always be ahead of the code so it should live in its own repository.
It was drawn quickly and could use a bit of touching up. The holes should be perfectly round, for example. I'll add the SVG file to the repository as a...
https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/adding-a-code-of-conduct-to-your-project