2017-08-19 20:42 GMT-03:00 Christof Ressi christof.ressi@gmx.at:
I can confirm this! (Windows 7, Pd 0.48).
I also noticed the following: [midiin] won't output realtime messages while it does output sysex messages.
help file says it outputs all midi messages but realtime messages, so this is expected and documented.
actually it would be cool if [midiin] would really output all MIDI messages!
maybe... try and open an issue on github, or a Pull Request (PR) and make a case for that ;)
[midiclkin] doesn't output any clock messages while [midirealtimein] does
so it's apparently broken.
It is broken, and instead of being fixed, it is actually being removed, so the idea is to keep using [midirealtimein] for that.
I try sending a PR to fix [midiclkin], but it was decided just to let it go, see this vurrent PR https://github.com/pure-data/pure-data/pull/187
[midirealtimein] outputs all realtime messages except active sensing.
I guess we can easily fix this and make it output via [midirealtimein]. I opened an issue for that. As soon as that other PR of mine about midiclkin is taken care of, I can try and make a new one to fix this.
cheers