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 jitter on macos #972

Open
cschied opened this issue Mar 26, 2024 · 0 comments
Open

MIDI jitter on macos #972

cschied opened this issue Mar 26, 2024 · 0 comments
Labels

Comments

@cschied
Copy link

cschied commented Mar 26, 2024

Describe the bug

I wrote a midi sequencer using jack and jack-midi. On Linux everything works perfectly and midi seems to devoid of any jitter. Running the identical code on macos gives unusable results. I suspect that midi events are sent immediately and not synchronized to the audio samples like on linux.

Environment

jackdmp 1.9.22
macos on macbook air m1
installation through macports, however I ran into the same issue with the binary release.

Steps To Reproduce

I unfortunately do not have a canonical example to reproduce this.
I start jack as follows:
jackd -R -d coreaudio -p 64 -- -d coremidi

@cschied cschied added the bug label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant