This is a very good fixture the Robin Pointe
http://www.robe.cz/fileadmin/robe/downl ... Pointe.pdf
This DJ party is fully equipped with this fixture.
Robe Lighting - Robin Pointe
- Attachments
-
- Robe-Robin-Pointe.qxf
- (23.8 KiB) Downloaded 250 times
-
- LcL.jpg (97.29 KiB) Viewed 2627 times
Hi, is it different from the Robe Pointe product ?
https://github.com/mcallegari/qlcplus/b ... Pointe.qxf
https://github.com/mcallegari/qlcplus/b ... Pointe.qxf
- pipolino419
- Posts: 121
- Joined: Mon Apr 13, 2015 6:44 am
- Real Name: Rodolfo
This definition is incomplete and does not follow the manual
Each turn.
Have you other hidden fixture?
Each turn.
Have you other hidden fixture?
- mcallegari
- Posts: 4711
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
I admit, the Robe Pointe definition online is not that good. It's even missing one channel according to the DMX chart. I'll review it ASAP.pipolino419 wrote:This definition is incomplete and does not follow the manual
Each turn.
What do you mean ?pipolino419 wrote:Have you other hidden fixture?
- pipolino419
- Posts: 121
- Joined: Mon Apr 13, 2015 6:44 am
- Real Name: Rodolfo
Before making a FIXTURE I verified if it does not exist in the program and on the forum. Is it done somewhere else to check?
- mcallegari
- Posts: 4711
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Nope. The only and official repository of fixtures is the one on GitHub: https://github.com/mcallegari/qlcplus/t ... s/fixturespipolino419 wrote:Before making a FIXTURE I verified if it does not exist in the program and on the forum. Is it done somewhere else to check?
So I conclude Pointe and Robin Pointe are different products.
I'll review both definitions when I have some time.
Thanks
-
- Posts: 1325
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
I'm not sure, but I suspect that Robe Pointe and Robe Robin Pointe is the same fixture.
- pipolino419
- Posts: 121
- Joined: Mon Apr 13, 2015 6:44 am
- Real Name: Rodolfo
Massimo you asked me to precisely meet the manuals. And the manual is written "Robe Lighting - Robin Pointe". Other software call "Robe - Pointe".
As you wish, but my definition of FIXTURE is good.
As you wish, but my definition of FIXTURE is good.
-
- Posts: 1
- Joined: Fri Dec 25, 2015 9:37 pm
- Real Name: erez makavy
This fixture definition is ambiguous.
( Actually many fixture definitions in QLC+)
Can you tell me how QLC+ can associates these 2 channels together:
How does QLC+ know to treat it as a single16-bit attribute?
I mean, I know that the Byte="1" tells it that it is the LSB, but how does QLC match the "Rot. gobo indexing and rotation - fine" channel with the "Rot. gobo indexing and rotation"?
Is it a name matching that looks for the "fine" string?
Thanks,
Erez (Hepi)
( Actually many fixture definitions in QLC+)
Can you tell me how QLC+ can associates these 2 channels together:
Code: Select all
<Channel Name="Rot. gobo indexing and rotation">
<Group Byte="0">Gobo</Group>
<Capability Min="0" Max="0">No rotation</Capability>
<Capability Min="1" Max="127">Forwards gobo rotation from fast to slow</Capability>
<Capability Min="128" Max="129">No rotation</Capability>
<Capability Min="130" Max="255">Backwards gobo rotation from slow to fast</Capability>
</Channel>
<Channel Name="Rot. gobo indexing and rotation - fine">
<Group Byte="1">Gobo</Group>
<Capability Min="0" Max="255">Fine indexing (rotation)</Capability>
</Channel>
I mean, I know that the Byte="1" tells it that it is the LSB, but how does QLC match the "Rot. gobo indexing and rotation - fine" channel with the "Rot. gobo indexing and rotation"?
Is it a name matching that looks for the "fine" string?
Thanks,
Erez (Hepi)
-
- Posts: 1325
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
In fact, QLC+ currently uses 16bit only for movements (Pan/Tilt) and only in EFX in non-relative mode. It matches the channels by group and group byte.
In other words it searches for channels that both have group of "Pan" and one has group byte set to MSB/0 and one that has LSB/1.
I started to implement full support for 16-bit channels, but so far I only managed to update the definitions to explicitly add the relationship.
There's still long way to go, and most of the changes are deep in the engine, so potentially dangerous...
See https://github.com/janosvitok/qlcplus/t ... t-channels for current state.
In other words it searches for channels that both have group of "Pan" and one has group byte set to MSB/0 and one that has LSB/1.
I started to implement full support for 16-bit channels, but so far I only managed to update the definitions to explicitly add the relationship.
There's still long way to go, and most of the changes are deep in the engine, so potentially dangerous...
See https://github.com/janosvitok/qlcplus/t ... t-channels for current state.
-
- Posts: 4
- Joined: Thu Dec 08, 2016 5:49 pm
- Real Name: Brian
Any update on 16-bit movement EFX? Right now I'm seeing Tilt LSB working but Pan LSB not working (stays at 0).
I posted a thread under Function Manager about it, but right now that thread is awaiting moderator approval.
Thanks!
I posted a thread under Function Manager about it, but right now that thread is awaiting moderator approval.
Thanks!