-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With MidiDumpEnabled=1, only outputs MIDI dump to HDMI, every 31/32 input events #728
Comments
Probably caused by this: |
@smuehlst do you know what's going on? Thanks |
@probonopd Could you explain what MIDI dump to HDMI actually does? Is it in any way related to stdio? The problem with smuehlst/circle-stdlib#35 was that |
Further evidence that smuehlst/circle-stdlib#35 is unrelated:
|
@smuehlst, It is printf debugging of the midi codes coming in. See here: Lines 141 to 179 in 8c18e60
putting a manual flush in the code linked fixes this, but it's perhaps better to upgrade to the version that fixes the line buffering bug. |
@nhemsley could you please test the build at #758 (comment)? |
I gave that a try, but the PI goes into a reboot cycle. I'll build locally and try that in a few hours. |
Strange one. I think this worked a couple of days ago on the same build.
It appears the midi keypresses are being output to
hdmistdio every 31/32 presses.Sound works fine though, no latency.
Any ideas? Reformat?
Running on Raspberry PI 4 B
Edit: This is MiniDexed_2024-09-08-6c56960. I will reformat and try with the latest.
Edit: Reformatted, tried with MiniDexed_2024-09-29-8c18e60. Still the same problem.
The text was updated successfully, but these errors were encountered: