Search found 324 matches

by hive8
Tue Jun 05, 2018 04:26
Forum: General Chat
Topic: GrandMA2 on PC connect with Resolume on the same PC
Replies: 10
Views: 15384

Re: GrandMA2 on PC connect with Resolume on the same PC

Thank you for all the suggestions I will do that. I have resolume now fully mapped on the GrandMA2, now I am getting my plugin ready to CITP from Resolume to GrandMA2 so i can see the thumbnails on the GrandMA2
by hive8
Tue Jun 05, 2018 03:01
Forum: General Chat
Topic: Simple Tile Mirror Plugin
Replies: 38
Views: 52384

Re: Simple Tile Mirror Plugin

Hi Yes I do have them for PC let me compile it quick for MAC as well, i can send it over before the end of the week.
by hive8
Mon Jun 04, 2018 16:39
Forum: General Chat
Topic: GrandMA2 on PC connect with Resolume on the same PC
Replies: 10
Views: 15384

Re: GrandMA2 on PC connect with Resolume on the same PC

How would i do that? Could you give me a example.
by hive8
Mon Jun 04, 2018 16:13
Forum: General Chat
Topic: GrandMA2 on PC connect with Resolume on the same PC
Replies: 10
Views: 15384

Re: GrandMA2 on PC connect with Resolume on the same PC

One more question... Is bi directional communication with the grandMA2 possible.

Lets say i change the Global Composition Master Opacity in Resolume and want to send that value to the GrandMA2, how would that work.
by hive8
Mon Jun 04, 2018 07:10
Forum: General Chat
Topic: GrandMA2 on PC connect with Resolume on the same PC
Replies: 10
Views: 15384

Re: GrandMA2 on PC connect with Resolume on the same PC

Thank you for the quick answer. I was able to work something out :)
by hive8
Mon Jun 04, 2018 03:11
Forum: General Chat
Topic: GrandMA2 on PC connect with Resolume on the same PC
Replies: 10
Views: 15384

GrandMA2 on PC connect with Resolume on the same PC

Is it possible to connect the GrandMA on PC 2 installed on the same PC as Resolume 6 Arena, without any extra MA hardware like a fader wing or a Node.

Its for testing out shows and show flows... as well as programming shows.

If it is possible could i get a little tut on how.
by hive8
Tue May 01, 2018 21:29
Forum: General Chat
Topic: Simple Tile Mirror Plugin
Replies: 38
Views: 52384

Re: Simple Tile Mirror Plugin

I formatted your text and removed the commented lines to make things easier to read. So what are you expecting to see and what are you actually seeing? "Nothing" can mean so many things. Which is kind of ironic when you think about it. Didn't see the formatted text :( here is what i have ...
by hive8
Tue May 01, 2018 17:20
Forum: General Chat
Topic: Simple Tile Mirror Plugin
Replies: 38
Views: 52384

Re: Simple Tile Mirror Plugin

Btw, maxCoords.t will be a fractional value (Height / HardwareHeight), not the actual value in pixels. So i have the following which does not work I am getting the hardware height (float)Texture.HardwareHeight with this then the Texture.Height the i calculate like this float tHeight = Texture.Hardw...
by hive8
Tue May 01, 2018 15:23
Forum: General Chat
Topic: Simple Tile Mirror Plugin
Replies: 38
Views: 52384

Re: Simple Tile Mirror Plugin

1088 is the size of the texture used by the GPU, because GPUs like working with multiples of 16. 1080 is the last row of pixels containing any actual data. The other 8 rows are just filled with black. Which pixels contain data is retrievable via GetMaxGLTexCoords. In your case, you'll need to multi...
by hive8
Fri Apr 27, 2018 11:42
Forum: Problems? Bugs? Solutions!
Topic: Mirror Effect is not behaving like in Res 5
Replies: 3
Views: 3862

Re: Mirror Effect is not behaving like in Res 5

Alright, thanks for the update, I will go ahead and code a effect like the old Mirror effect :) will be released soon.