Re: QLC+ 5 beta 3 testing
Posted: Sat May 06, 2023 6:42 pm
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
Button activated/deactivated in v5 with appimage downloaded from GH
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
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