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

Linuxsampler breakes RaySession #196

Open
luciorgomes opened this issue Aug 27, 2023 · 2 comments
Open

Linuxsampler breakes RaySession #196

luciorgomes opened this issue Aug 27, 2023 · 2 comments

Comments

@luciorgomes
Copy link

luciorgomes commented Aug 27, 2023

When I load a sample in Linuxsampler using jack connection (with QSampler or Konfyt) RaySession is killed with the error reproduced bellow.
Ps.: it hapens with Patchance too.

[luciorg@lucio-dellg155530 ~]$ raysession [ray-daemon]GUI connected at osc.udp://lucio-dellg155530:12484/ [ray-daemon]URL : osc.udp://192.168.100.112:16187/ [ray-daemon] osc.udp://lucio-dellg155530:16187/ [ray-daemon]ROOT: /home/luciorg/Ray Sessions Traceback (most recent call last): File "/usr/share/raysession/src/gui/patchbay/patchbay_manager.py", line 906, in _delayed_orders_timeout group_id = oq.func(*oq.args, **oq.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/raysession/src/gui/patchbay/patchbay_manager.py", line 594, in add_port group.check_for_portgroup_on_last_port() File "/usr/share/raysession/src/gui/patchbay/base_elements.py", line 1282, in check_for_portgroup_on_last_port other_port = self.stereo_detection(last_port) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/raysession/src/gui/patchbay/base_elements.py", line 1182, in stereo_detection while base_port[-1].isdigit(): ~~~~~~~~~^^^^ IndexError: string index out of range Abortado (imagem do núcleo gravada)

[luciorg@lucio-dellg155530 ~]$ patchance Traceback (most recent call last): File "/usr/share/patchance/src/patchbay/patchbay_manager.py", line 961, in _delayed_orders_timeout group_id = oq.func(*oq.args, **oq.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/patchance/src/patchbay/patchbay_manager.py", line 640, in add_port group.check_for_portgroup_on_last_port() File "/usr/share/patchance/src/patchbay/base_elements.py", line 1295, in check_for_portgroup_on_last_port other_port = self.stereo_detection(last_port) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/patchance/src/patchbay/base_elements.py", line 1195, in stereo_detection while base_port[-1].isdigit(): ~~~~~~~~~^^^^ IndexError: string index out of range Abortado (imagem do núcleo gravada)

@Houston4444
Copy link
Owner

Linuxsampler seems to add JACK ports whose names contains only digits. Indeed, this case was not planned.
I just pushed a fix, I did not try, but it should works.
Please update RaySession and/or Patchance and try !

@luzpaz
Copy link

luzpaz commented Dec 2, 2023

@luciorgomes can you still reproduce ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants