Hello,
since I could not find a solution for my problem in this forum I decided tu ask here. I'm Oli and right now I'm an Electrician at a set of an american movie, shot in Germany. In studio we got all kinds of weired structures with lots of practical lamps, all of them controlled indipendently. I tried this for the first time with QLC+ 4.9.0, USB-DMX (LinuxMint17Mate), and it worked out of the box and right away. That made me really happy.
But film has different requirments then theater.
Most importent to me is: how can I create a slider matrix, let's say 12 channels, an assign those channels to the matrix with 12 sliders? Same with button matrix. In the current case it was only 48 channels to assign to, but sometimes we got way more.
Thanks for an answer and sorry for any poor english.
After all, nice software I would liketo help improve.
Oli
Slider Matrix Chanels
- lorenzoandreani
- Posts: 101
- Joined: Tue Sep 01, 2015 9:19 am
- Location: Marina di Carrara
- Real Name: Lorenzo Andreani
Look the example.
add generic dimmer fixtures
create a 12 button scene
in virtual consolle add 12 matrix slider and assign to fixture chanell
in virtual consolle add 12 matrix button ad assign to 12 scene
add generic dimmer fixtures
create a 12 button scene
in virtual consolle add 12 matrix slider and assign to fixture chanell
in virtual consolle add 12 matrix button ad assign to 12 scene
- Attachments
-
- 12_12.qxw
- (30.46 KiB) Downloaded 54 times
-
- Posts: 1331
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
Oli,
there is no such thing currently. There's function wizard that may do it once somebody extends it to support dimmer channels.
Nevertheless, here are some ideas that may help you:
Do you know python/ruby/perl or similar language? qxw files are in fact quite simple XML files. If you know python (or similar) create by hand file with let's say 4 channels, open it in a text editor, and you'll see the pattern.
Then write a script to create any number of channels.
For 350 channels, I'm afraid you'll need multipage frame to put them all on the screen.
If you don't know any such language, post an example file and I may create the script for you.
Finally, did you try Simple desk tab? It may be what you need.
there is no such thing currently. There's function wizard that may do it once somebody extends it to support dimmer channels.
Nevertheless, here are some ideas that may help you:
Do you know python/ruby/perl or similar language? qxw files are in fact quite simple XML files. If you know python (or similar) create by hand file with let's say 4 channels, open it in a text editor, and you'll see the pattern.
Then write a script to create any number of channels.
For 350 channels, I'm afraid you'll need multipage frame to put them all on the screen.
If you don't know any such language, post an example file and I may create the script for you.
Finally, did you try Simple desk tab? It may be what you need.
-
- Posts: 75
- Joined: Wed Jul 08, 2015 8:59 am
- Location: FRH, Germany
- Real Name: Manfred Flintstone
Improvement is on Slider Matrix creation, with motivation:
to get quick to Sliders already levelmoded, assigned and named to e.g. whole dimmerpacks...
here my ragged ui: you know? enable group frame on selection "Levelmode", fill list with suitable fixtures ...
this time we want to assign each selected channel to one slider we want to be created in virtualconsole.cpp
before doing
https://github.com/mcallegari/qlcplus/b ... e.cpp#L838
perhaps a Flashbutton underneath each slider could be also fine, too
to get quick to Sliders already levelmoded, assigned and named to e.g. whole dimmerpacks...
here my ragged ui: you know? enable group frame on selection "Levelmode", fill list with suitable fixtures ...
this time we want to assign each selected channel to one slider we want to be created in virtualconsole.cpp
before doing
https://github.com/mcallegari/qlcplus/b ... e.cpp#L838
perhaps a Flashbutton underneath each slider could be also fine, too
Gentoo | profile=desktop | LXDE | QLC+ qt4-build / openSUSE 13.2-x86_64 | KDE | QLC+ qt5-rpmbuild
The best way to predict the future is to invent it. (Alan Curtis Kay) - I'd like to emerge -avuND world, but there are no news in sync for stable updates
The best way to predict the future is to invent it. (Alan Curtis Kay) - I'd like to emerge -avuND world, but there are no news in sync for stable updates