Page 1 of 1
Pan/Tilt suggestions
Posted: Thu Apr 23, 2015 8:26 am
by Chris De Rock
I think, it would be cool if i can set a pan/tilt-range for every moving head. also, it would be great to rename the coordinates in the effects and the x/y-pad from x/y to pan/tilt for more usability.
Re: Pan/Tilt suggestions
Posted: Thu Apr 23, 2015 11:05 am
by janosvitok
You can already limit the range by using channel modifiers (
http://qlcplus.org/docs/channelproperties.html), although that's from the "hacks" category...
This will work only with course channels (MSB), not the fine ones, since they are in a sense dependent on the coarse ones.
Example: to limit the range to 50-150:
You can either map the whole range to the limited one (0->50, 255->150 and one straight line between them). This way
the aspect ratio will be wrong, fortunately there's a different way -- leave the working interval as is, and map the rest to horizontal lines
(0->50, 50->50, 150->150, 255->150)
Re: Pan/Tilt suggestions
Posted: Thu Apr 23, 2015 11:05 am
by Chris De Rock
sounds really like a hack. but i try
Thank you.