0-173 / DXTexture2FreeFrame

Freeframe Plugin that can access a shared DirectX Texture
12 stars 2 forks source link

Send/Return Effects #5

Open 0-173 opened 11 years ago

0-173 commented 11 years ago

When I need a send/return effect, I need to create a sending clip and a receiving clip inside resolume. I need to play the sending clip in one layer and put alpha to 0% and put the receiving clip onto another layer. It would be nice to have a FFGL Wyphon-In effect (besides the FFGL Wyphon-In source). Then we could first apply a Wyphon-Out and on top we'd stack a Wyphon-In and wouldn't have to use two clips

the alpha 0% workaround any more

Side effect would be that we have to ship 3 dlls for the plugin: Wyphon-In (source), Wyphon-In (effect), Wyphon-Out (effect), where the 2 Wyphon-Ins would only differ in one line of code.

The Wyphon-Out could additionally have the boolean parameter: "Hide output" which would put the alpha to 0%, if only intended as a sender without being visible in the mixer.