Search found 231 matches

by Sadler
Sat Aug 13, 2016 17:19
Forum: Developers Developers Developers
Topic: 360° video FFGL plugin for resolume?
Replies: 34
Views: 79019

Re: 360° video FFGL plugin for resolume?

Not FFGL but works in ShaderLoader... float PI=3.14159265; float TWEAK_X_ORIGIN=0.25; float ZOOM=0.4; //tools vec3 rotateXY(vec3 p, vec2 angle) { vec2 c = cos(angle), s = sin(angle); p = vec3(p.x, c.x*p.y + s.x*p.z, -s.x*p.y + c.x*p.z); return vec3(c.y*p.x + s.y*p.z, p.y, -s.y*p.x + c.y*p.z); } void...
by Sadler
Mon Aug 01, 2016 11:28
Forum: New Features
Topic: Composition optimization
Replies: 4
Views: 6044

Re: Composition optimization

Wouldn't this assume that you build a composition with less than optimal media - large images and video with lots of deltas? Many deliberately avoid doing this because of stability as well as performance. Certainly NLEs, 3D and other software allow multi-layer baking. I guess you could also bake in ...
by Sadler
Thu Jul 21, 2016 12:00
Forum: Problems? Bugs? Solutions!
Topic: transitions border
Replies: 2
Views: 3747

Re: transitions border

There's no obvious plugin to add leading edges to transitions that I can think of. However you can simulate a range of transitions by putting effects on the layer. Here's the steps: Choose your effect (e.g. Sparkles) - drag it to the layer Configure timeline on opacity: play once, play backwards, sp...
by Sadler
Wed Jul 20, 2016 15:53
Forum: Problems? Bugs? Solutions!
Topic: Audio FFT Input : not available
Replies: 1
Views: 5537

Re: Audio FFT Input : not available

For audio input through your built-in sound card right click on your volume icon in the taskbar and choose "Recording devices" and make sure you can see your line-in and that it's enabled. You should see your microphones and webcam mics here too if they're installed. If they're disabled, n...
by Sadler
Wed Jul 20, 2016 15:29
Forum: Problems? Bugs? Solutions!
Topic: FFGL instalation help
Replies: 3
Views: 7417

Re: FFGL instalation help

Put fmodex.dll, fmodexL.dll, glut32.dll, FreeImage.dll, FreeType-6.dll and Zlib.dll into the same directory with Arena.exe or Avenue.exe. Resolume should give an error message if they aren't installed. Ideally you want to copy your 3rd party plugins to their own directory and then configure Resolume...
by Sadler
Tue Jun 21, 2016 14:29
Forum: General Chat
Topic: show website by triggering a clip
Replies: 5
Views: 7386

Re: show website by triggering a clip

ManyCam will allow one to present an app as a webcam feed.

https://manycam.com/help/desktop
by Sadler
Sun Jun 19, 2016 13:54
Forum: Problems? Bugs? Solutions!
Topic: Akai midi mapping issue with Resolume
Replies: 9
Views: 7794

Re: Akai midi mapping issue with Resolume

Choose application midi map, then focus on layer (in the bottom left). Then you can assign 40 clips per layer but you have to select a layer first.
by Sadler
Fri Jun 10, 2016 09:46
Forum: Problems? Bugs? Solutions!
Topic: A way to turn off all effects?
Replies: 1
Views: 2988

Re: A way to turn off all effects?

You could send an OSC message (or two) to turn off effects on the comp, active layer and active clip. Or you could send a bunch of midi to do it.
by Sadler
Tue Jun 07, 2016 19:56
Forum: General Chat
Topic: 365 to VJ with After Effects and Resolume
Replies: 2
Views: 5326

Re: 365 to VJ with After Effects and Resolume

Look up AE in 30 days on Vimeo. https://vimeo.com/schoolofmotion

The repeater is your friend :D

But there's a tonne of scope for creating footage (and reactive footage) using Resolume only.
See this thread: viewtopic.php?f=11&t=10134
by Sadler
Sun Jun 05, 2016 10:40
Forum: Problems? Bugs? Solutions!
Topic: Issue with fugGlitch plugin
Replies: 2
Views: 3518

Re: Issue with fugGlitch plugin

I remember seeing this sort of issue with Alex's plugins a little while ago but I didn't follow up on it then. I don't see the issue now however in either 5.0.0, 5.0.2, 5.0.4 or Magic Visuals. I don't have Glitch but I do have Scope, Power, VidRcv and Feedback. I have Feeback v1.2, Scope v1.4 and Po...