Search found 1194 matches

by edwin
Thu May 12, 2022 07:44
Forum: General Chat
Topic: How can I add lines around my mapping.
Replies: 5
Views: 3579

Re: How can I add lines around my mapping.

Nice one @cosmowe, that's a Wire patch you published on the JuiceBar right?
by edwin
Tue May 10, 2022 21:15
Forum: General Chat
Topic: Resolume Blow effect
Replies: 6
Views: 10391

Re: Resolume Blow effect

It's all about playing around with UV coordinates. I attached a patch that uses the UV Texture and UV Map nodes to implement a simple Blow effect. The UV Map uses a UV Texture to determine where to sample the pixels. The red channel of the UV Texture determines the X coordinates and the green channe...
by edwin
Tue May 10, 2022 20:31
Forum: General Chat
Topic: Resolume Blow effect
Replies: 6
Views: 10391

Re: Resolume Blow effect

The Blow effect simply repeats the pixels based on the x, y coordinates.
It is quite simple to implement in a shader, i attached a Wire patch that implements a simple blow effect using an ISF node.

I'll have a look wether it can be done without a shader, because that would be even nicer.
Blow.zip
(2.89 KiB) Downloaded 440 times
by edwin
Tue May 10, 2022 20:01
Forum: General Chat
Topic: 3D text how to do this ?
Replies: 3
Views: 3374

Re: 3D text how to do this ?

DocOptic has a nice tutorial for this:

https://www.youtube.com/watch?v=jSSOCt0 ... l=DocOptic
by edwin
Tue May 03, 2022 09:30
Forum: New Features
Topic: Auto switch All Panels when previewing clip
Replies: 3
Views: 2794

Re: Auto switch All Panels when previewing clip

We could also check if a modifier key is helt down, so when you 'alt' click it brings all relevant panels to the front. If they are tabs in the same group that won't be very helpful though.
by edwin
Tue May 03, 2022 09:26
Forum: New Features
Topic: Improve Random Autopilot Algorithm
Replies: 12
Views: 12242

Re: Improve Random Autopilot Algorithm

We made an improvement on the random algorithm in 7.11. The original random method was a bit biased, we now moved over to a more modern implementation.
by edwin
Tue May 03, 2022 09:22
Forum: New Features
Topic: Resolume WIRE Node request: User-selectable input layer
Replies: 3
Views: 2314

Re: Resolume WIRE Node request: User-selectable input layer

Having more control on which inputs an effect/mixer takes is on our wish list as well. Having some routing options for the Texture In nodes can be very powerful. With it being a mixer I only get one slider for controlling parameters This is not correct, if you look at the Layer properties panel all ...
by edwin
Tue Apr 05, 2022 14:37
Forum: General Chat
Topic: Simple Tile Mirror Plugin
Replies: 38
Views: 52310

Re: Simple Tile Mirror Plugin

Can you explain what the Tile Mirror does exactly or what you miss in the already present Tile effect @AllenEllis. I'm sure we can build something in Wire what suits your needs.
by edwin
Thu Mar 24, 2022 20:53
Forum: New Features
Topic: Wire: Ability to "tie" some parameters and dedicated Scale node
Replies: 4
Views: 2846

Re: Wire: Ability to "tie" some parameters and dedicated Scale node

We just fixed an issue which allows you to use the shift key while dragging the values in a float2, float3 or float4 view to set them all to same value in one go. We are also looking into using the shift+enter key combination when editing a value to apply to all fields of the float2, float3... Is th...
by edwin
Mon Mar 21, 2022 21:11
Forum: Problems? Bugs? Solutions!
Topic: Trigger a clip from a web interface
Replies: 1
Views: 1076

Re: Trigger a clip from a web interface

Check the live documentation. If you have Arena running and the Webserver enabled you should be able to test this from here.

https://resolume.com/docs/restapi/

The '/composition/layers/{layer-index}/clips/{clip-index}/connect' command is the one i think you are looking for.