Sélectionnez votre langue

Résolution de problème : merci de consulter la FAQ et le Wiki

Aidez-nous à améliorer le contenu du Wiki et de la FAQ en les consultant. Le Wiki est mis à jour régulièrement et la FAQ permet une résolution rapide des principales embûches rencontrées. N'hésitez pas à nous faire parvenir vos suggestions d'amélioration sur le forum ou à éditer directement le Wiki ou la FAQ .

Wait in FX

Plus d'informations
il y a 12 ans 11 mois #6426 par Keven
Wait in FX a été créé par Keven
Is it possible to add some wait time to a step in the FX editor?
If not, it will be a practical option for making some loops. Maybe there is a way that I don't understand?

Exemple :

1. Move a moving light to position A, hold 20sec.
2. Move the same moving light to position B, hold 20sec.
3. Return to step 1

I can do this manoeuvre with the sequencer, but doing this in FX could be more useful in long term with many loops associated to differents submasters and place into the sequencer with Mlink.

Thanks in advance for any help!

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 11 mois #6427 par noelvd
Réponse de noelvd sur le sujet Wait in FX
Yes, this is possible.

The timing-possibilities in FX are the same as in the sequence : Time In (Fade in), Time Out (Fade Out), Delay In (Wait before Fade In), Delay Out (Wait before Fade Out).
If you set the Delay Out and Delay In of each step in the FX to 20 sec, it will do wait you are describing.

Setting a time in TimeIn/TimeOut allows you to let the Moving Head turn slowly, if you want.

Hope this helps.

Best regards,
Noēl
B)
Les utilisateur(s) suivant ont remercié: Keven

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 11 mois #6429 par noelvd
Réponse de noelvd sur le sujet Wait in FX
@Nico,

When saving an FX as .xml, i noticed 2 minor thing which, IMHO, are incorrect:
- the circuits used in each group are defined under 'universes', but they actually refer to a 'room'.
- I only use circuits from Room 1, but the FX shows the same circuits in the universe 1 (Room 2) as well.

e.g.:
Code:
<group id="2"> <universe id="0"> <circ id="6">255</circ> </universe> <universe id="1"> <circ id="6">255</circ> </universe> <universe id="2"/> <universe id="3"/> </group>

Best regards,
Noël
B)

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 11 mois #6431 par sl1200mk2
Réponse de sl1200mk2 sur le sujet Wait in FX
@Noel,
so you have setup 4 ROOMs and are you absolutely sure that channel6 haven't a level in the second ROOM?
I can't reproduce....

++

nicolas

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 11 mois #6432 par noelvd
Réponse de noelvd sur le sujet Wait in FX

sl1200mk2 écrit: @Noel,
so you have setup 4 ROOMs and are you absolutely sure that channel6 haven't a level in the second ROOM?
I can't reproduce....


You're right... :blush:

I only use 1 Room (don't have much equipment), but the 'Setup' was set at 4 rooms.
No idea how the channels in Room 2 got set, but they did (no, I was not drinking...;) )

Sorry about that. I have now set it to '1 Room', to avoid this from happening in the future.

Best regards,
Noël
B)

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 11 mois #6433 par Keven
Réponse de Keven sur le sujet Wait in FX
@Noel,

Yep, thank you this is a step further to solve my problem. However the thing is when I launch the FX, the step one need to be fired instantly (for some reasons synch)... but The «Delay In» put a waiting time of 20 seconds and it's logic. It's for that reason that was thinking to the «Wait» like in the sequencer.

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 11 mois #6434 par noelvd
Réponse de noelvd sur le sujet Wait in FX
@ Keven,

Challenging :P

I'm not at a computer with DL on it, but I think that the following would work :
Step 1 : Di = 0, Do = 20
Step 2 : Di = 20, Do = 20
Step 3 : Di = 20, Do = 0

(Step 3 should be, for the levels, IDENTICAL to Step 1)

If this works, you owe me a beer :laugh:

Best regards,
Noël
B)

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 11 mois #6435 par Keven
Réponse de Keven sur le sujet Wait in FX
@Noel,

Yes, it's a trick that I have working with but the STEP 2 don't respect the «Delay Out». It's strange.
I'll dig the problem and keep you in touch!

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 11 mois #6436 par sl1200mk2
Réponse de sl1200mk2 sur le sujet Wait in FX
@Keven,
can you post here the sho you're working on?
another option would be to make a Sample of the desire effect and later launch the Sample thanks to MLink as you tried with the FX...

++

nicolas

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 11 mois #6438 par Keven
Réponse de Keven sur le sujet Wait in FX
The show contain only the FX with a step linked to this FX. I just run some tests to choose which software I'll use for the event (D::Light or LC Edit).

I was thinking to use the Sample, but it's not very flexible if some changes is required...

There is the show :



Thanks for you help!

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 11 mois #6439 par noelvd
Réponse de noelvd sur le sujet Wait in FX
Keven,

Please try :
Step 1: DI = 0, Do = 0
Step 2 : DI = 20, Do = 20
Step 3 : DI = 20, Do = 20

That seems to do what you want.

Best regards,
Noël
B)

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 11 mois #6440 par sl1200mk2
Réponse de sl1200mk2 sur le sujet Wait in FX
@Keven
the attachement didn't work...
IMHO you should choose DL... B)
I think the last suggestion of Noel should work.

++

nicolas

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 11 mois - il y a 12 ans 11 mois #6441 par Keven
Réponse de Keven sur le sujet Wait in FX
Yes, this is the way!
Thank you, I owe you a beer! ;)

I'll go for D::Light then. :)
Dernière édition: il y a 12 ans 11 mois par Keven.

Connexion pour participer à la conversation.

Plus d'informations
il y a 12 ans 11 mois #6442 par noelvd
Réponse de noelvd sur le sujet Wait in FX

Keven écrit: Yes, this is the way!
Thank you, I owe you a beer! ;)

I'll go for D::Light then. :)


I like "Hoegaerden" (Belgian white beer) ;)

D::Light is great, and getting better all the time.
I can think of (at least) a dozen reasons to go with D::Light.

Best regards,
Noël
B)

Connexion pour participer à la conversation.

Temps de génération de la page : 0.214 secondes
Propulsé par Kunena