Results 126 comments of ycollet

On both Fedora 42 and 43 plasma 6.5.1 is installed.

The assertions are several times the same 3 ones. I will try to post a message on the Fedora Forum to have some more information about these changes

``` Use the new JackPortMIDI2 flag to mark UMP ports to JACK. ``` Can this port be a UMP / MIDI2 port ? I was checking through the pipewire release...

Some new ports are defined in: ``` pipewire/pipewire-jack/src/pipewire-jack-extensions.h ``` ``` $ grep JACK_DEFAULT pipewire-jack/src/pipewire-jack-extensions.h #define JACK_DEFAULT_VIDEO_TYPE "32 bit float RGBA video" #define JACK_DEFAULT_OSC_TYPE "8 bit raw OSC" #define JACK_DEFAULT_UMP_TYPE "32...

Interesting. I will try to check on my side why these ports are created ...

I updated the python-jack-client spec to add the patch you made to create the unknown port and it worked. No more assertions triggered in the console. Thanks a lot for...