Skip to content
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

Midi Clock #26

Open
ApokalmiX opened this issue Oct 28, 2021 · 2 comments
Open

Midi Clock #26

ApokalmiX opened this issue Oct 28, 2021 · 2 comments

Comments

@ApokalmiX
Copy link

Hello,

I can't get the midi clock reception to work, is this normal?
I have trouble identifying if this comes from my hardware configuration or if the function does not work.

Thank you

@jhimes144
Copy link

jhimes144 commented Mar 9, 2022

I'm having the same issue. Any update on a fix?

EDIT: I downloaded the source and did an investigation. Using the app MidiView I was able to confirm F1 midi clock messages coming in. When debugging RtMidi.Core, it looks like the RtMidiCallback callback isn't even firing for these messages.

EDIT 2: I found the problem... This code

RtMidiC.Input.IgnoreTypes(handle, false, true, true); Line 31 of RtMidiInputDevice is setting to ignore midi clock messages. Setting this argument to false enables midi quarter messages through. Assuming this project is still active - I'd like to make a pull request to allow the developer to specify which message types to ignore.

I'm also seeing some out of range errors with time code information, I'm to dig further and see if its the time code generator I'm using or a problem with the code.

@micdah
Copy link
Owner

micdah commented Sep 4, 2023

@jhimes144 great find, sorry for the extremely delayed response.

I would be grateful for a PR, and I'll expedite getting it released this time 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants