Personal tools
The Open Lighting Project has moved!

We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.

Difference between revisions of "LLA, OpenDMX USB and Q Light Controller Tutorial"

From wiki.openlighting.org

Jump to: navigation, search
(Put it all together)
(Undo revision 2613 by 200.144.28.60 (Talk))
Line 18: Line 18:
 
Hello good day <a href=" http://www.justin.tv/trinitysa/profile ">ro89</a>  qibmk
 
Hello good day <a href=" http://www.justin.tv/trinitysa/profile ">ro89</a>  qibmk
  
Thanks funny site <a href=" http://jienay.notlong.com ">download redtube videos</a> xapd <a href=" http://augheo.notlong.com ">cliphunter movies</a>  tdshr <a href=" http://bahsan.notlong.com ">maxporn videos</a> 5730 <a href=" http://gapoh.notlong.com ">asian sextube</a> %-((( <a href=" http://vinee.notlong.com ">free porn porntube</a> 230401
+
==Put it all together==
 +
We now need a script that will start the lla daemon, patch the adaptor to the DMX universe (QLC uses 1 by default, LLA uses 0) and start QLC.  This should do it:
 +
 
 +
<code><pre>
 +
#!/bin/bash
 +
gksudo killall llad
 +
sleep 2s
 +
sudo llad
 +
sleep 5s
 +
sudo lla_patch -d2 -p0 -u1
 +
sleep 2s
 +
sudo qlc &
 +
</pre></code>
 +
 
 +
save it as something memorable (I use qlc-start) and make sure it's executable:
 +
 
 +
<code><pre>
 +
chmod u+x qlc-start
 +
</pre></code>
 +
 
 +
and you're away!

Revision as of 23:49, 13 January 2009


It's serious <a href=" http://www.justin.tv/mariasa/profile ">lesbian tube porn video</a> 8-)

I'm happy very good site <a href=" http://ru.justin.tv/joseffxz/profile ">free yobt porn</a> 911

this is be cool 8) <a href=" http://www.justin.tv/nicolena/profile ">animal porn tubes</a> fljyv

Hi! its cool blya! http://eduzei.notlong.com http://giecia.notlong.com http://aloosa.notlong.com

Best Site good looking <a href=" http://www.justin.tv/makaylas/profile ">hard sex tube</a>  %[[[

magic story very thanks <a href=" http://iewumu.notlong.com ">sites like tube8</a> 8[[[ <a href=" http://ueghay.notlong.com ">free xmovies</a> ktrak <a href=" http://aiwuhu.notlong.com ">free xrated</a> 440 <a href=" http://eimoos.notlong.com ">freexnxx bangedup</a> 607897 <a href=" http://mahghav.notlong.com ">xhamsters videos</a> tgy

Hello good day <a href=" http://www.justin.tv/trinitysa/profile ">ro89</a> qibmk

Put it all together

We now need a script that will start the lla daemon, patch the adaptor to the DMX universe (QLC uses 1 by default, LLA uses 0) and start QLC. This should do it:

#!/bin/bash
gksudo killall llad
sleep 2s
sudo llad
sleep 5s
sudo lla_patch -d2 -p0 -u1
sleep 2s
sudo qlc &

save it as something memorable (I use qlc-start) and make sure it's executable:

chmod u+x qlc-start

and you're away!