QLC+ 5 beta 3 testing

Report an issue that you found while using QLC+ 5.x.
Please provide as many details as you can, a sample workspace if available and don't forget to read the forum posting guidelines first !
User avatar
sbenejam
Posts: 607
Joined: Sun Apr 12, 2015 6:28 pm
Real Name: Santiago Benejam Torres
Contact:

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
User avatar
mcallegari
Posts: 4710
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

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
User avatar
sbenejam
Posts: 607
Joined: Sun Apr 12, 2015 6:28 pm
Real Name: Santiago Benejam Torres
Contact:

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
User avatar
sbenejam
Posts: 607
Joined: Sun Apr 12, 2015 6:28 pm
Real Name: Santiago Benejam Torres
Contact:

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 
User avatar
sbenejam
Posts: 607
Joined: Sun Apr 12, 2015 6:28 pm
Real Name: Santiago Benejam Torres
Contact:

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.
Post Reply