Page 1 of 1

shares from other module.

Posted: Tue Oct 06, 2009 4:22 am
by diez54
Hello,

I try to put a little script to automate some of my actions.
It's quite affordable, with the visual interface.
But I blocked on a problem I want to use shares from
other module.
I would like to create a button to apply an effect on multiple layers, for example,the "enabeld" off FILTER's module or the "ON" off "random CROP's module

How? thx

Diez

Posted: Tue Oct 06, 2009 8:43 pm
by diez54
anyone have an answer?

Posted: Tue Oct 06, 2009 8:58 pm
by ilan
To answer your question... if I understand it correctly... it is not at the moment possible to send data from one module to another.

Posted: Tue Oct 06, 2009 9:24 pm
by diez54
It is not possible to apply simultaneously an effect (ofa module) to several layers... It's a probleme for me.

Perhaps in future version

thanks for this answer..

Posted: Wed Oct 07, 2009 6:40 am
by The Midi Thief
That is depending on each modulue. Some modules are layer contextual, meaning you can apply the module to any layer and several layers at the same time but you have to mark each layer in the main interface and then set the values in the module for each layer.

Some other modules has 10 layer buttons, one for each layer to affect.

You always have the option of modifying modules to work in a way you want if you have some basic Python skills. In that way you can also make modules listen to each other. Like the some modules listen to the BPM (global) module, for instance.