Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jack aliases incorrect after adding or removing MIDI device #104

Open
x37v opened this issue May 14, 2024 · 1 comment
Open

Jack aliases incorrect after adding or removing MIDI device #104

x37v opened this issue May 14, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@x37v
Copy link
Contributor

x37v commented May 14, 2024

Here I'm plugging the quneo device into my computer, you see a port added but the name is incorrect, then i refresh the browser, it is now correct. I do the same process with unplugging the device.

jack-aliases.mov
@x37v x37v added the bug Something isn't working label May 14, 2024
@fde31 fde31 added this to the 1.3.2 milestone Jun 11, 2024
@fde31
Copy link
Member

fde31 commented Jun 12, 2024

Hm so looking here on my end I can't reproduce this and when I plug in a Korg NanoKontrol it gets registered correctly. The rundown is that at first the newly registered ports are communicated, mounted in the graph and then a PATH_ADDED commands comes through to /^\/rnbo\/jack\/info\/ports\/aliases\/ which ends up replacing the name with the alias.

So without being able to reproduce I wonder where / how things fall apart on your end. Can you set some breakpoints in
https://github.com/Cycling74/rnbo-runner-panel/blob/develop/src/controller/oscqueryBridgeController.ts#L282 and see if the path for the aliases get added or maybe it comes in as an UPDATE and we currently have no code path for that? Also is the response on line 284 the expected one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants