Houston4444

Results 30 issues of Houston4444

Hi. Thanks a lot for this very good instrument ! Would it be possible to add pitch variation with the pitchbend wheel ?

Hi ! Problem with accents here. Let see the steps to reproduce. Steps to reproduce: * start calfjackhost * add a plugin * rename its instance by clicking on the...

Hi. Thanks to maintain TuxGuitar. Something really nice would be to have [NSM support](https://new-session-manager.jackaudio.org/api/index.html) to can handle it with other musical programs easily (for example with [RaySession](https://github.com/Houston4444/RaySession)), especially when user...

enhancement

Hi @jean-emmanuel ! I find nothing in the soft to move multiple sequences in an action. For example here: ![Screenshot_20240528_093031](https://github.com/jean-emmanuel/seq192/assets/3808689/5b6e1807-62ba-4291-bc2d-4c4cca36f631) I simply want to move all sequences of this page...

Hi. The OSC TCP `/unregister` method systematically fails, because code compares the url argument to the saved hostname. This method is used by `carla-control`, it means that it is not...

Replaces #971. `short_version` is used in narrow strips to limit the number of letters of strip names or plugin names. Reading its code, something jumped out at me and explain...

I see that `is_control_voltage` (the port flag) is absolutely not managed. Is there any plan for this or a particular problem ? All other port flags are present (is_input, is_output,...

Hi. I meet a RuntimeError with the `get_clients()` Client method. Obviously it is not systematic at all and I was trying to make my program crash or find any other...

catching a redondant AssertionError in RaySession: https://github.com/Houston4444/RaySession/issues/269, I saw that, for a reason I ignore now, some ports are created and destroyed quickly by KDE Plasma under Wayland. These ports...

Hi. I meet this crash several times with the method Client.get_ports() : ``` for port in self.client.get_ports(): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/jack.py", line 1598, in get_ports return self._port_list_from_pointers(names) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/jack.py", line...