Symdeb
Symdeb
Thanks. that explains it Out of curiosity just verified UMP on Jack (Linux) with client registered ports. The data messages of 4 (and 8) bytes can indeed be exchanged between...
After further testing jack_midi_event_write does allow to send to UMP data , however jack_midi_get_event_count and jack_midi_event_get attempt to read the data as legacy as such only sending UMP seems to...
Thanks a lot, this helps. I have added a Feature Request for adding UMP support in the jack_midi_event_write call. Guess this needs to be done both in jack2 as well...
ALSA sequencer API supports all the UMP features, its a great API. ALSA does a great job for all translation handling. Since jack seems to use raw MIDI, it is...
jack_midi_event_write works fine. The issues is reading UMP from ports. jack_midi_get_event_count and jack_midi_event_get . I used the same calls in in that demo app, but somehow didn't work. Those may...
Hope Will would (re)consider to build another batch of boards. After surveying Lora products, in low cost, raw board form to integrate into embedded projects, there is not much choice....
@Schmitty2005. Thanks! I wonder you can see those because my use case is with PW . Though even with that ALSA and JACK API's are still available. Pipewire emulates Jack...
PICO using CMSIS DAP interface (openocd git repo) --------------------------------- ``` git clone --recurse-submodules --remote-submodules https://github.com/openocd-org/openocd.git cd jimtcl ./configure make sudo make install cd .. git clone https://github.com/libusb/hidapi.git git clone hidapi...
PICO using CMSIS DAP interface (raspberry openocd git repo: solved) ==================== `git clone --recurse-submodules --remote-submodules https://github.com/raspberrypi/openocd.git ` when using raspberry git repo instead of openOCD git, skip calloc error `export...
Perhaps related to the another issue reported that MCP inspector sends an empty body in the client registration request ? it gives the same error with my own Oauth2 authentication...