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
I spent a lot of time trying to get port renaming working, but I couldn't figure it out on my setup. Given that I don't rename ports after i've patched them in jack this is not a big enough issue for me to spend more time fixing at the moment.
The text was updated successfully, but these errors were encountered:
I'm not a coder, so please bear with me if I'm completely off, but looking at the code, it looks like you allocate 256 for the port name, but the max (short) port name size should be jack_port_name_size() - <client name length> - 1 (for the null char at the end) ? And looking at jack defines jack_port_name_size() is usually 256.
Again, sorry if that's completely off, C++ isn't my forte at all and I possibly don't get at all what I'm reading, I'd just really like to be able to rename ports as it works better for my workflow 😅
Anyway, let me take the opportunity to thank you for reviving this useful module :)
I spent a lot of time trying to get port renaming working, but I couldn't figure it out on my setup. Given that I don't rename ports after i've patched them in jack this is not a big enough issue for me to spend more time fixing at the moment.
The text was updated successfully, but these errors were encountered: