Search found 14 matches

by JBroadway
Fri Dec 22, 2023 18:42
Forum: Problems? Bugs? Solutions!
Topic: Texture nodes breaking instancing?
Replies: 5
Views: 13356

Re: Texture nodes breaking instancing?


Yes the transform-node not switching back to shape-mode is not expected behaviour, thanks for reporting that. This should be fixed in one of the next updates.

In the meantime I noticed it seems to only break if you feed a single float into the translation-inlet (which expects a float2 but can ...
by JBroadway
Fri Dec 15, 2023 18:26
Forum: Problems? Bugs? Solutions!
Topic: Texture nodes breaking instancing?
Replies: 5
Views: 13356

Re: Texture nodes breaking instancing?

Ahh this is very helpful thank you.

I believe the transform node holding its texture2D state even after reconnecting it to a Float is a bug no?
Once the transform node is re-connected to the linear node the transform visual out should reflect that without having to re-add the transform.

Please lmk ...
by JBroadway
Fri Dec 15, 2023 08:26
Forum: Wire Wire, Pants on Fire!
Topic: Converting float to 1D array and creating 1D arrays.
Replies: 2
Views: 19853

Re: Converting float to 1D array and creating 1D arrays.

Zoltán wrote: Thu Dec 14, 2023 14:36 Try the Join node,
Thanks you, works great!
by JBroadway
Fri Dec 15, 2023 08:25
Forum: Problems? Bugs? Solutions!
Topic: Texture nodes breaking instancing?
Replies: 5
Views: 13356

Texture nodes breaking instancing?

I have rectangle going into a transform node, and then a linear node going into the translation input. Instancing works as intended and the rectangle is duplicated.

However if I convert that shape to a texture (or use a Texture2D node like crop) then send it into the transform node, instancing no ...
by JBroadway
Thu Dec 14, 2023 01:37
Forum: Wire Wire, Pants on Fire!
Topic: Converting float to 1D array and creating 1D arrays.
Replies: 2
Views: 19853

Converting float to 1D array and creating 1D arrays.

New to Resolume/Wire and I've been playing around with data types.
Is this the best way to convert a float to a 1D array?
--begin-wire-patch--
1875.3oc6Z01iaiaD9uRf9TKfk.emh627aKvgVbs3tq8.ZvhBZKt6xVYIWI4MYuf7euC0aVxRV1tI.G5lj ...
by JBroadway
Wed Dec 13, 2023 08:11
Forum: New Features
Topic: Wire: Feature suggestion: Passive visual node grouping nestable container with name/title for easier patch management
Replies: 2
Views: 16435

Re: Wire: Feature suggestion: Passive visual node grouping nestable container with name/title for easier patch managemen

+1 for this.
I'm new to Resolume and Wire and I just finished my first patch. I was kind of just expecting that I'd be able to compile it into a single node and use it across different projects since merging nodes together is pretty standard for node based workflow programs.

I was hoping I could ...
by JBroadway
Wed Dec 13, 2023 01:45
Forum: Problems? Bugs? Solutions!
Topic: How do you convert a Texture2D channel to a float
Replies: 3
Views: 10334

Re: How do you convert a Texture2D channel to a float


I don't think you can. What are you trying to get? A float value for each pixel, or do you want to add some logic to a texture? (You can add/multiply/etc a texture with a float value)


I guess more so a float value for each pixel so I can manipulate individual RGBA value for creative effects. I ...
by JBroadway
Wed Dec 13, 2023 00:26
Forum: Problems? Bugs? Solutions!
Topic: How do you convert a Texture2D channel to a float
Replies: 3
Views: 10334

How do you convert a Texture2D channel to a float

How do you convert a Texture 2D channel into a float?

https://i.imgur.com/ALCwCMM.png

I'm trying to unpack a video source colors into it's respective RGBA values, then merge it back together.
I went through the Wire documentation under Texture2D channels and TextureRGBA channels and was unable ...
by JBroadway
Tue Dec 12, 2023 19:40
Forum: New Features
Topic: Resolume Wire dashboard separator or dropdown menu
Replies: 2
Views: 12119

Re: Resolume Wire dashboard separator or dropdown menu

Zoltán wrote: Mon Dec 11, 2023 18:34 We have a ticket for this,
a workaround could be using an Int input with 1 option, and a spacebar as node name
Thank you for this. I'll use your workaround until title functionality gets added.
by JBroadway
Sat Dec 09, 2023 00:38
Forum: New Features
Topic: Resolume Wire dashboard separator or dropdown menu
Replies: 2
Views: 12119

Resolume Wire dashboard separator or dropdown menu

I'm having a lot of fun with Wire and I'd like to create a separator or dropdown menu of some sort to organize my patch.

Even just having some sort of title like this would be great.
https://i.imgur.com/Sr1bHMl.png

Is this possible to do?
I notice you can open .wire files in notepad, perhaps ...