esp32-snippets icon indicating copy to clipboard operation
esp32-snippets copied to clipboard

TRANSFERÊNCIA DE DADOS MIDI

Open AtalibaJunior opened this issue 4 years ago • 0 comments

Hello Neil, how are you? I am working with ESP32 2 for MIDI protocol data transport. I have the ESP Server and ESP client. What is the best way to transfer this data? There are 32 bits of data in exactly that order:

1 - 8bits = datatype (Different extension type) 2 - 8bits = data1 (bytes) 3 - 8bits = data2 (bytes) 4 - 8bits = channel (bytes)

How would I use this data with setvalue, write and read?

AtalibaJunior avatar May 04 '21 05:05 AtalibaJunior