Search found 111 matches

by Menno
Mon Apr 12, 2021 17:17
Forum: New Features
Topic: Splash Screen Locked Into Focus
Replies: 5
Views: 6825

Re: Splash Screen Locked Into Focus

You can use the same argument for avenue. Note however that that the steps listed on that page page are for plugin developers. If you're not a developer you can just add the argument in the application shortcut.
by Menno
Wed Apr 07, 2021 16:57
Forum: Developers Developers Developers
Topic: Access all layers in FFGL
Replies: 1
Views: 8875

Re: Access all layers in FFGL

Nope that's currently not possible
by Menno
Mon Mar 22, 2021 09:38
Forum: Developers Developers Developers
Topic: FFGL Text Rendering
Replies: 5
Views: 13214

Re: FFGL Text Rendering

Looks like you aren't linking freetype correctly. Perhaps something like this could help? https://www.learncpp.com/cpp-tutorial/a2-using-libraries-with-visual-studio-2005-express/ freetype should have a description on how to build it from source or where to get a binary library, i think it includes ...
by Menno
Thu Mar 18, 2021 14:49
Forum: Developers Developers Developers
Topic: FFGL Text Rendering
Replies: 5
Views: 13214

Re: FFGL Text Rendering

Perhaps the examples in the ffgl repo can be of use to you. For example https://github.com/resolume/ffgl/blob/master/source/plugins/Gradients/FFGLGradients.cpp stuff you need to do once during loading go into InitGL, Rendering goes into ProcessOpenGL. If you need help with how to use c++ you're prob...
by Menno
Fri Feb 19, 2021 13:27
Forum: New Features
Topic: Dmx Fixtures with RGBAW+UV
Replies: 9
Views: 12818

Re: Dmx Fixtures with RGBAW+UV

It is possible to add another color channel, but to be able to drive it with video we'd need to find a rgb value that can be used to represent that channel's output when hitting a white surface. Since this fixture also incorporates a white channel we're only able to use two color components at most ...
by Menno
Mon Nov 30, 2020 14:29
Forum: Problems? Bugs? Solutions!
Topic: Radeon support
Replies: 16
Views: 17009

Re: Radeon support

There are several ways for us to retrieve hardware stats from the gpu. We're checking availability of these systems on the current system in order of our preference. In v6 we had NVidia's proprietary API incorporated as one possible source for this information. However using this api resulted in cra...
by Menno
Fri Sep 11, 2020 14:04
Forum: Hardware
Topic: Avoid screen tearing, nvidia quadro or rtx 2080?
Replies: 4
Views: 9000

Re: Avoid screen tearing, nvidia quadro or rtx 2080?

having vsync enabled only fixes tearing issues for a single screen, i think fingers is try to synchronize multiple screens. i have no experience with this so i wouldn't know how to do that but i think quadros support mosaic to get this done, not sure if it works with resolume though so maybe someone...
by Menno
Wed Aug 05, 2020 12:52
Forum: Problems? Bugs? Solutions!
Topic: Resolume 7 and CPU/GPU preference issues?
Replies: 27
Views: 39217

Re: Resolume 7 and CPU/GPU preference issues?

@mwebb9413 I did not call you unfair. What i ment was that it's not the right direction to say you need more pci-e lanes or a different cpu. Actually i think your test is very good! You have made pretty similar setups in Resolume and Millumin, and shown that resolume drops below 30 fps while Millumi...
by Menno
Tue Aug 04, 2020 12:42
Forum: Problems? Bugs? Solutions!
Topic: Resolume 7 and CPU/GPU preference issues?
Replies: 27
Views: 39217

Re: Resolume 7 and CPU/GPU preference issues?

I think it's unfair to point towards potential hardware imperfections if a different piece of software manages to work better doing the same thing on the same hardware... I dont have these capture cards at hand to see what the bottleneck would be in the scenario of 2 x 4k 60p capture outputs, but th...
by Menno
Tue Jun 16, 2020 10:05
Forum: New Features
Topic: Rework Lumiverses /Fixture Handling/ Advanced Ouput Improvements
Replies: 12
Views: 31717

Re: Rework Lumiverses /Fixture Handling/ Advanced Ouput Improvements

If you have a fixture spanning across multiple universes, how do you expect the channels to be split? eg what if the Red and Green channels for the last fixture pixel still fit on the first universe but the Blue channel doesnt. Does this entire pixel move over to the new universe (and thus leave 2 e...