Page 2 of 4

Re: QLC+ TEST versions

Posted: Mon Sep 11, 2017 5:13 pm
by soundupinc
yes for that all good)
found new bug
when we use audio triger, for dmx value per volume, it`s not allowd to use slider on same dmx function, it`s all time at 0 value

Sequence Copy Error

Posted: Mon Sep 11, 2017 8:22 pm
by lorenzoandreani
QLC+_4.11.1.162.exe on Windows 10 (1703) Pro

Sequence Copy Error:

- Add two Generic RGB named "Generic RGB #1" and "Generic RGB #2"
- Add one sequence named "Sequence #1" and create a simple sequence for "Generic RGB #1" (for example two scene: white and black on loop)
- In VC add one button and link it to "Sequence #1" and test it

- Ok: the "Generic RGB #1" turn on and off

- Now create a copy of "Sequence #1" so you'll have "Sequence #1 (Copy)"
- Edit "Sequence #1 (Copy)": Remove "Generic RGB #1" and add "Generic RGB #2"
- Edit "Sequence #1 (Copy)": edit the two scene to create a simple sequence for "Generic RGB #2" (for example two scene: blue and red on loop)
- In VC add another Button and link it to "Sequence #1 (Copy)" and test it

- Not Ok: "Generic RGB #2" blink blue and red but also "Generic RGB #1" blink

I think the problem is due to the fact that the "Sequence #1 (Copy)" remains connected to the scene of "Sequence #1"


P.S.: Now the sequences have two names "Chaser name" and "Scene name".
In my opinion, the "Scene name" field no longer has utility and should be compiled automatically with the same value as the "Chaser name" field.

Re: QLC+ TEST versions

Posted: Thu Nov 02, 2017 3:08 pm
by CoS2000
@lorenzoandreani: I had similar Problems in the latest Full-Version (4.11.0) when using copys and copys of copys. Sometimes when i edit copys of copys it changes things in the original and first copy too.

After a week of work you make the last show and using sequences or scenes from another show as copy from an copy. You change a view little things for new show, but after that the shows you made in past are broken now, because editing a copy change things in the original.

I still think the Problem is, that copys are not independent from the original, because all copys are bound to a hidden scene. Look at your Save File (is xml Format):

Code: Select all

<Function ID="1" Type="Sequence" Name="Sequence #1" BoundScene="0">
and later the copy

Code: Select all

<Function ID="2" Type="Sequence" Name="Sequence #1 (Copy)" BoundScene="0">
Both are bound to Scene "0" (BoundScene="0"). When you look at Scene 0:

Code: Select all

  <Function ID="0" Type="Scene" Name="Sequence #1" Hidden="True">
   <Speed FadeIn="0" FadeOut="0" Duration="0"/>
   <FixtureVal ID="1">0,0,1,0,2,0</FixtureVal>
   <FixtureVal ID="0">0,0,1,0,2,0</FixtureVal>
  </Function>
Some things like used Fixtures are saved in this hidden Scene, not in the sequence itself. Changing things (for example the fixture val) in the original (Sequence #1) change this information in the copy (Sequence #1 (Copy)) too, because it will chanced in the hidden scene, on that both sequences (Sequence #1 and the copy) bound to. The copy of a Squence is not independent from its original! I think this cause the problems you descriped and i had too!

I think a better way it is to stop using bindings and store all informations in The Sequence itself like this:

Code: Select all

<Function ID="1" Type="Sequence" Name="Sequence #1">
   <Speed FadeIn="0" FadeOut="0" Duration="0"/>
   <FixtureVal ID="1">0,0,1,0,2,0</FixtureVal>
   <FixtureVal ID="0">0,0,1,0,2,0</FixtureVal>
   other informations...
  </Function>
Imagine you make a copy of a file in windows and after deleting the copy the original is deleted too - It make no sence for me to bound copys or copys of copys to anything. All should be independent from another, so you avoid problems!

Hope my informations can help...

Greetings from Germany

Re: QLC+ TEST versions

Posted: Sun Dec 09, 2018 11:07 pm
by lorenzoandreani
From a few days, when I download the Windows .exe test version (https://dl.bintray.com/mcallegari/qlcplus/) Windows Defender blocks it indicating that it contains a Trojan:Win32/Spursint.F!cl virus
Does it only happen to me?

Re: QLC+ TEST versions

Posted: Mon Dec 10, 2018 11:22 am
by GGGss
I only see my AVG inspecting the .exe for quite some time before letting me work with it ... so yes maybe there is something inside that might have some kind of false-positive signature present...

Re: QLC+ TEST versions

Posted: Mon Dec 10, 2018 1:02 pm
by mcallegari
Test builds are produced by an online service (AppVeyor) running on virtual machines. I really doubt that's contamined with viruses.
I suspect instead this is once again a proof that Windows (and related apps) don't really like software built outside their world. They expect everyone to use MSVC, .NET frameworks and other packaging tools. Well, this is not the case for QLC+. I use all free & open source tools.

Re: QLC+ TEST versions

Posted: Mon Dec 10, 2018 11:27 pm
by lorenzoandreani
mcallegari wrote: Mon Dec 10, 2018 1:02 pm I suspect instead this is once again a proof that Windows (and related apps) don't really like software built outside their world. They expect everyone to use MSVC, .NET frameworks and other packaging tools. Well, this is not the case for QLC+. I use all free & open source tools.
Yes, I think you're right
 

Re: QLC+ TEST versions

Posted: Thu Dec 20, 2018 10:57 am
by maximortal
4.12.1.77 and above can not to be dawnloaded 'couse Chrome report a virus inside the .exe file

EDIT: sorry for double post I didn't read above)

BTW I'm not happy about remove of separated faders for cue list widget in the last build i tested 4.12.1.83...I personally disagee.

Re: QLC+ TEST versions

Posted: Thu Dec 20, 2018 1:35 pm
by mcallegari
maximortal wrote: Thu Dec 20, 2018 10:57 am BTW I'm not happy about remove of separated faders for cue list widget in the last build i tested 4.12.1.83...I personally disagee.
There's been a poll for that: viewtopic.php?f=17&t=12887
Where were you ? Where is your "no" vote and the explanation of your usage case requiring 2 faders ?
Complaining now is useless.

Re: QLC+ TEST versions

Posted: Thu Dec 20, 2018 1:50 pm
by maximortal
I was busy at work, not you fault off course. :D
now I'm a bit more free and I'm testing new versions and so on
btw TEST ar to be tested so I supposed (wrongly as it appears) that wasn't a definitive change

Re: QLC+ TEST versions

Posted: Fri Dec 21, 2018 10:10 am
by nozof
Hello,

I want test the latest build but in https://software.opensuse.org/download. ... us-qt5-git all the version are 4.12.1.20181216 and 4.12.1.20181111 for archlinux.

Re: QLC+ TEST versions

Posted: Fri Dec 21, 2018 12:30 pm
by mcallegari
nozof wrote: Fri Dec 21, 2018 10:10 am I want test the latest build but in https://software.opensuse.org/download. ... us-qt5-git all the version are 4.12.1.20181216 and 4.12.1.20181111 for archlinux.
Arch builds should be fixed now

Re: QLC+ TEST versions

Posted: Fri Dec 21, 2018 2:17 pm
by nozof
Thank you !

Re: QLC+ TEST versions

Posted: Fri Dec 28, 2018 8:52 am
by JeanGrinda
Hi,
Whatever version 4.12 the module controls plant and does not open.

Macbook pro Core 2 duo 2,53 Ghz 8 Go DDR 3

Re: QLC+ TEST versions

Posted: Fri Apr 05, 2019 8:55 am
by yokosuna
nice to see that Massimo is back from future ;-)

-- Massimo Callegari <> Sun, 26 May 2019 12:13:14 +0200

I took this from the changelog from Fri, 05 April 2019 :-)

QLC+_4.12.2.30.exe

Posted: Sat Apr 06, 2019 5:05 pm
by lorenzoandreani
Windows 10
QLC+_4.12.2.30.exe

Artnet Fixture in LTP mode:
- a button linked to scene set the channel 1 to 255
- a Slider in Level Mode is linked to channel 1
- in Live Mode slider work
- Activate the Button (so the channel 1 go to 255)
- But slider does not work anymore

Re: QLC+ TEST versions

Posted: Mon Apr 08, 2019 6:31 am
by mcallegari
yokosuna wrote: Fri Apr 05, 2019 8:55 am nice to see that Massimo is back from future ;-)

-- Massimo Callegari <> Sun, 26 May 2019 12:13:14 +0200

I took this from the changelog from Fri, 05 April 2019 :-)
That's a potential date to release the next QLC+ version. What is your problem with that?

Re: QLC+ TEST versions

Posted: Sun Mar 08, 2020 1:06 pm
by icepop
perfect, fine.
this fixed for me the "request access to microphone" issue on MAC OS.
thx!!

Re: QLC+ TEST versions

Posted: Sat Apr 10, 2021 4:38 am
by debbio
Hi Massimo! Which number is the latest windows version?

Re: QLC+ TEST versions

Posted: Sat Apr 10, 2021 5:40 am
by edogawa
I'm not Massimo, but the initial post of this thread has all the links for test versions, and even tells the date for the Windows build:
Windows: Automated builds (updated: 2021-02-26)

Looking at the version numbers of the filenames in that linked page, it seems obvious what the latest version is, 4.12.4.158