Having started my AVO life up on the TITAN software(Expert and Mobile), I once in a while "regress" to the Classic software with a Tiger, and having a little difficulty in mirroring movement shapes.
The effect in Titan as follows:
selecting fixtures
choosing shape
adjusting size
selecting odds/even
reversing selected fixtures
selecting all and setting spread to 2
saving in mode 2 to playback.
-Nice mirrored adjustable movement.
How do i accomplish this on the Tiger?? If possible??
Sorry if it´s obvious, but couldn`t seem to get it working last time out:-)
Regards
Beast DK
Mirrored shapes in Classic??
Moderator: Moderators
Presumably by 'mirroring movement' you mean symmetrical circle (or, more specifically, pan).
The reason you cannot achieve this is because the start phase needs to be 180 degrees out for the 'mirrored' half of the fixtures. This is possible in Titan but not in Classic, at least not from the UI.
The only way to do this in Classic is to create a custom shape in the shapefile.
For example, original circle code:
Reversed circle code:
Set half of fixtures to 'circle 1', other half to 'circle rev' (and reversed). Spread 1. Ensure size and speed are identical for all and you're good to go.
The reason you cannot achieve this is because the start phase needs to be 180 degrees out for the 'mirrored' half of the fixtures. This is possible in Titan but not in Classic, at least not from the UI.
The only way to do this in Classic is to create a custom shape in the shapefile.
For example, original circle code:
Code: Select all
SHAPE "Circle 1" "SIN"
5 40 64 0 0 1 0 0
6 40 64 0 0 1 90 0
SEND
Reversed circle code:
Code: Select all
SHAPE "Circle Rev" "SIN"
5 40 64 0 0 1 180 0
6 40 64 0 0 1 90 0
SEND
Set half of fixtures to 'circle 1', other half to 'circle rev' (and reversed). Spread 1. Ensure size and speed are identical for all and you're good to go.
Actually if you try this with tilt swing or dimmer spread it will have no effect. Putting them 180 degrees out and reversing will cancel each other out and look identical.
To get symmetrical tilt or dimmer you need to think about selection order instead. Titan allows you to have more than one fixture set to a particular order step making this a bit easier but it's still possible to do it in Classic.
Consider four fixtures in a row. You want the outside pair to move down while the inside pair move up. Half of the fixtures are in one position and the other are in the opposite which is a spread of 2 but to get the mirror the selection must be such that the odd and even order numbers are symmetrical.
For example:
To get symmetrical tilt or dimmer you need to think about selection order instead. Titan allows you to have more than one fixture set to a particular order step making this a bit easier but it's still possible to do it in Classic.
Consider four fixtures in a row. You want the outside pair to move down while the inside pair move up. Half of the fixtures are in one position and the other are in the opposite which is a spread of 2 but to get the mirror the selection must be such that the odd and even order numbers are symmetrical.
For example:
Code: Select all
Fixture 1 2 3 4
Order 1 2 4 3
Who is online
Users browsing this forum: No registered users and 15 guests