Hi,
I possibly spotted another two bugs related to LTP. I attached a simple workspace to illustrate the problem. Please note that all channels of the fixture are set to LTP.
First, a RGB click&go widget only reacts when moving its slider. Selecting a color by mouse-click does not affect the DMX values (not expected). When moving the slider, the new values are adopted and edited according to the sliders position (as expected).
Second, when having a slider in level mode controlling a LTP channel, I'm not able to remote control this slider with my MIDI Controller. Dragging with the mouse works fine, but its not possible on my BCF2000 unless I'm applying force to the surface. It seems that the feedback is preventing that. Try this with the "int" slider in my workspace.
EDIT: When disabling Feedback for the MIDI device there is no problem to take control of the slider, so this is definitely related to feedback.
[FIXED] Two LTP bugs
-
- Posts: 703
- Joined: Mon Nov 02, 2015 11:03 am
- Location: Germany
- Real Name: Lukas
- Attachments
-
- LTP bugs.qxw
- (3.07 KiB) Downloaded 118 times
Last edited by siegmund on Wed Feb 10, 2016 3:36 pm, edited 1 time in total.
-
- Posts: 1331
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
So far:
ad 1) if you bring the fader down to 0, choosing color works again once. There is a problem indeed.
ad 2) NEVER EVER combine MIDI universe and FIXTURE universe (unless you know what you are doing).
Try this: patch fixtures to Universe 1; patch BCF to universe 2. It will work as intended.
Explanation: QLC+ sends both DMX output and MIDI feedback to the same MIDI port in your workspace.
ad 1) if you bring the fader down to 0, choosing color works again once. There is a problem indeed.
ad 2) NEVER EVER combine MIDI universe and FIXTURE universe (unless you know what you are doing).
Try this: patch fixtures to Universe 1; patch BCF to universe 2. It will work as intended.
Explanation: QLC+ sends both DMX output and MIDI feedback to the same MIDI port in your workspace.
-
- Posts: 703
- Joined: Mon Nov 02, 2015 11:03 am
- Location: Germany
- Real Name: Lukas
Yes, it's even enough to move the fader a bit and then choosing color works again once, too.janosvitok wrote:So far:
ad 1) if you bring the fader down to 0, choosing color works again once. There is a problem indeed.
I didn't thought about that enough so I supposed there is no problem as long as I don't select any DMX out/in.janosvitok wrote:ad 2) NEVER EVER combine MIDI universe and FIXTURE universe (unless you know what you are doing).
Try this: patch fixtures to Universe 1; patch BCF to universe 2. It will work as intended.
Explanation: QLC+ sends both DMX output and MIDI feedback to the same MIDI port in your workspace.
Thanks for your hint!
-
- Posts: 703
- Joined: Mon Nov 02, 2015 11:03 am
- Location: Germany
- Real Name: Lukas
Could someone please have a look into this? It's a really important functionality I have to pass on at the moment.siegmund wrote:Yes, it's even enough to move the fader a bit and then choosing color works again once, too.janosvitok wrote:So far:
ad 1) if you bring the fader down to 0, choosing color works again once. There is a problem indeed.
- mcallegari
- Posts: 4827
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
#1 fixed on GIT
-
- Posts: 703
- Joined: Mon Nov 02, 2015 11:03 am
- Location: Germany
- Real Name: Lukas
Works great, thanks for fixing!mcallegari wrote:#1 fixed on GIT
Since #2 only was related to combined MIDI and DMX universe and this is pretty good documented to not combine that this is not a bug but my incompetency