Page 2 of 2

Re: QLC+ 5 beta 3 testing

Posted: Sat May 06, 2023 6:42 pm
by sbenejam
Debug info in Open Stage Control debug window. Activate button works on v4 and v5. To deactivate a VC button in v5 I need an extra tap on Open Stage Control button. On v4 seems to work as expected.

Button activated/deactivated in v4 GIT build on Ubuntu 22.04

Code: Select all

(DEBUG, OSC) Out:  { address: '/p2bt18', args: [ { type: 'f', value: 1 } ] } To: 192.168.1.41:7703 
(DEBUG, OSC) In:  { address: '/p2bt18', args: 1 } From: 192.168.1.41:37266 
(DEBUG, OSC) In:  { address: '/p2bt18', args: 1 } From: 192.168.1.41:37266 
(DEBUG, OSC) Out:  { address: '/p2bt18', args: [ { type: 'f', value: 0 } ] } To: 192.168.1.41:7703 
(DEBUG, OSC) In:  { address: '/p2bt18', args: 1 } From: 192.168.1.41:37266 
(DEBUG, OSC) In:  { address: '/p2bt18', args: 0 } From: 192.168.1.41:37266 
Button activated/deactivated in v5 with appimage downloaded from GH

Code: Select all

(DEBUG, OSC) Out:  { address: '/p2bt18', args: [ { type: 'f', value: 1 } ] } To: 192.168.1.41:7703 
(DEBUG, OSC) In:  { address: '/p2bt18', args: 1 } From: 192.168.1.41:40900 
(DEBUG, OSC) Out:  { address: '/p2bt18', args: [ { type: 'f', value: 0 } ] } To: 192.168.1.41:7703 
(DEBUG, OSC) Out:  { address: '/p2bt18', args: [ { type: 'f', value: 1 } ] } To: 192.168.1.41:7703 
(DEBUG, OSC) In:  { address: '/p2bt18', args: 0 } From: 192.168.1.41:40900

Re: QLC+ 5 beta 3 testing

Posted: Mon May 08, 2023 5:51 pm
by mcallegari
Hi again. I pushed some more change to handle extra press (and other cases)
Now it should be OK.
Please check again when you have the chance. Thanks

Re: QLC+ 5 beta 3 testing

Posted: Mon May 08, 2023 7:15 pm
by sbenejam
Hi Massimo, buttons are working now with generate extra press activated on buttons. Tested with the lastest appimage from GH repo. Tomorrow I'll do more tests and post the results.
Thanks

Re: QLC+ 5 beta 3 testing

Posted: Tue May 09, 2023 6:08 pm
by sbenejam
I tested Open Stage Control with QLC+ v4 and v5 these are the logs in the debug window. Button interaction on both versions are working activating a button in the tablet activates the button in QLC+ then you can change through pages in a multipage frame and buttons responds as expected. When an active button in the tablets is clicked again it deactivates the running button on QLC+ without extra clicks. The only thing that I can see is an extra in message in v4 version.
I found another issue with this project a submaster slider in a frame with buttons triggering audio functions don't control the audio volume, this work perfect in v4 in v5 the submaster slider don't do anything, audio is played at max level.

Code: Select all

QLC+ v4
(DEBUG, OSC) Out:  { address: '/b1bt1', args: [ { type: 'f', value: 1 } ] } To: 192.168.1.41:7703 
(DEBUG, OSC) In:  { address: '/b1bt1', args: 1 } From: 192.168.1.41:39727 
(DEBUG, OSC) In:  { address: '/b1bt1', args: 1 } From: 192.168.1.41:39727 
(DEBUG, OSC) Out:  { address: '/b1bt1', args: [ { type: 'f', value: 0 } ] } To: 192.168.1.41:7703 
(DEBUG, OSC) In:  { address: '/b1bt1', args: 1 } From: 192.168.1.41:39727 
(DEBUG, OSC) In:  { address: '/b1bt1', args: 0 } From: 192.168.1.41:39727 

QLC+ v5
(DEBUG, OSC) Out:  { address: '/b1bt1', args: [ { type: 'f', value: 1 } ] } To: 192.168.1.41:7703 
(DEBUG, OSC) In:  { address: '/b1bt1', args: 1 } From: 192.168.1.41:47108 
(DEBUG, OSC) Out:  { address: '/b1bt1', args: [ { type: 'f', value: 0 } ] } To: 192.168.1.41:7703 
(DEBUG, OSC) In:  { address: '/b1bt1', args: 0 } From: 192.168.1.41:47108 

Re: QLC+ 5 beta 3 testing

Posted: Tue May 09, 2023 6:38 pm
by sbenejam
Submaster is not working with an audio function triggered from a button in a button matrix. Works if the button is in the frame. Submaster seems not controlling audio levels if the function is fired from a button on a button matrix or in a frame inside the root frame.