You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: