Raphaël Doursenaud

Results 159 comments of Raphaël Doursenaud

Thank you for your insight. To be clear, I'm not against anyone contributing & maintaining such feature. I'd welcome it even! It could belong in a `GM1` (For General MIDI...

> We usually want to do that, while additionally observing pitch-bend range changes and computing correct pitch accordingly. I don't think this is mido's responsibility. This is something that is...

Events can be placed in a `Queue.PriorityQueue` prioritized by absolute ticks. The internal timer can be used to simulate ticks. Tempo change events modify the internal timer rate.

I vote yes it should be exposed as an option (set to `False` by default) for flexibility and user freedom!

The unit is a property that is not descriptive enough IMHO. I find that `resolution` conveys the intention better and I intend to use the same field name when revamping...

`ticks_per_quarternote` is just a unit it doesn't convey its _purpose_. I just checked the SMF specification and they call this `division`, maybe we should use this to avoid bikeshedding as...

Also the `division` field will need to have an intrinsic unit anyway since it can either be expressed in ticks per quarter note or ticks per frame. We don't have...

Duplicate of #145 Our dependency is on `python-rtmidi` *not* `rtimidi` which is incompatible and unfortunately prevents `python-rtmidi` from installing correctly. Since version 1.3.0 the correct way of installing mido with...

If you're unable to install the latest version (1.3.0) which seems strange to me, you have to also install `python-rtmidi` manually. Hope things work out for you. Please let me...