-
I'm working on an 8x8 MIDI merger using a Teensy 4.1 with Ethernet kit. I'm using the NativeEthernet library because it works. I also have Bonjour working, as I can see the Teensy with both my Macbook Pro and Windows machine using Tobais Erichsen's rtpMIDI software. Both the Mac and Windows computers are sending the initialization request to the Teensy and I can see the packets using Wireshark. I also am seeing the UDP packets from Teensy, as it's dumping the UDP packet, From IP, port number, and size. I'm seeing 12 IN commands followed by the BY command before the initiator gives up. I am not seeing the OK command from the Teensy board followed by the timing synchronization routines. Where would I find the init routines to establish the rtpMIDI socket? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Did you try this example? https://github.com/lathoub/Arduino-AppleMIDI-Library/blob/master/examples/AVR_Initiator/AVR_Initiator.ino |
Beta Was this translation helpful? Give feedback.
Did you try this example? https://github.com/lathoub/Arduino-AppleMIDI-Library/blob/master/examples/AVR_Initiator/AVR_Initiator.ino