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
Sending and receiving SysEx data on macos is still not working.
The MMJ solution is not viable anymore, since MMJ is dead (the link you provide in readme drives to a 404)
I found that CoreMIDI4J is a newer and better solution for macos midi issues.
Would you implement that library natively, or support it and provide instructions on how to enable its use?
thanks
The text was updated successfully, but these errors were encountered:
After doing that, in the list() I see CoreMidi4J - #mymididevice# [0] in both input and output (my hardware midi device has both), other than plain #mymididevice#.
So, The MidiBus and sysex works my just creating the MidiBus object with that CoreMidi4J devices instead of plain ones.
Sending and receiving SysEx data on macos is still not working.
The MMJ solution is not viable anymore, since MMJ is dead (the link you provide in readme drives to a 404)
I found that CoreMIDI4J is a newer and better solution for macos midi issues.
Would you implement that library natively, or support it and provide instructions on how to enable its use?
thanks
The text was updated successfully, but these errors were encountered: