Search found 110 matches

by Menno
Tue Mar 05, 2024 16:18
Forum: Problems? Bugs? Solutions!
Topic: RGBW LEDs with unusual channel order
Replies: 3
Views: 192

Re: RGBW LEDs with unusual channel order

Okay so big remark: this is unsupported but... you can change the order in the xml file. Find the ParamChoice name="Color Format" and change the order in the value attribute. For example i can create a rgbw fixture and then change the attribute to "bwgr" and it'll work... for now...
by Menno
Tue Mar 05, 2024 15:39
Forum: Developers Developers Developers
Topic: Synchronizing Present Calls
Replies: 4
Views: 64477

Re: Synchronizing Present Calls

There is no hard sync support in Resolume where multiple machines can be working on the same frame with the exact same parameter values. The proposed syncing options are all soft sync and may result in discrepancies between the values used for each frame. Whether or not that's sufficiently synced de...
by Menno
Fri Jan 19, 2024 17:49
Forum: New Features
Topic: Inconsistent video layering
Replies: 3
Views: 5745

Re: Inconsistent video layering

Oooh is that what you ment yeah ok i get it now. I thought you ment select the layer for example to get it to show in the layer panel and then if you drag it around the number updates automatically. Yeah that looks logical that you might want that when selecting it in a router somewhere so +1 from me.
by Menno
Mon Dec 18, 2023 17:57
Forum: New Features
Topic: Inconsistent video layering
Replies: 3
Views: 5745

Re: Inconsistent video layering

It is intended behaviour, but you can modify it to your liking. The system works by replacing the # sign that's part of the name. If you have trouble recognizing the layers you can rename them and leave out the #. Then there's nothing to replace and thus no automatically changing numbers. You can al...
by Menno
Thu Dec 14, 2023 15:10
Forum: Problems? Bugs? Solutions!
Topic: Alley crashes upon opening
Replies: 2
Views: 6368

Re: Alley crashes upon opening

Most likely this is the issue we're fixing in 7.19, for now try: - Uninstall HudSight - Uninstall FPS Monitor - Uninstall all PlayClaw software - Uninstall Reshade - Update OBS These apps inject code in between us and the driver and that code is misbehaving, but since that code's execution originate...
by Menno
Fri Nov 24, 2023 15:39
Forum: Problems? Bugs? Solutions!
Topic: Output flickering
Replies: 66
Views: 4512166

Re: Output flickering

Thanks for all the information everyone. We would very much like to solve this. We are unable to reproduce this or find something that could cause this issue though :(. For now collecting more information is all we can do unfortunately. To that end: Does anyone experience this issue with an amd card...
by Menno
Thu Nov 23, 2023 14:40
Forum: Problems? Bugs? Solutions!
Topic: DMX output drop outs
Replies: 1
Views: 3597

Re: DMX output drop outs

Unfortunately ArtNet itself was not designed to be run on desktops and that leads to problems especially when having two applications using ArtNet on the same machine. The problems are in the OS not knowing where it has to send the signal to. The flickering of it working sounds like an odd problem t...
by Menno
Tue Nov 14, 2023 15:04
Forum: Problems? Bugs? Solutions!
Topic: Alley video playback out of sync
Replies: 7
Views: 5598

Re: Alley video playback out of sync

Avenue / Arena do not use Alley at all. We have introduced a new graphics api in Alley 7.14. This came with redesigned file readers to improve inter-frame support and reduce the effect that high-res / slow codecs have on the render performance. The problem of 10 frames delay is present in these new ...
by Menno
Fri Nov 10, 2023 17:29
Forum: Problems? Bugs? Solutions!
Topic: Alley video playback out of sync
Replies: 7
Views: 5598

Re: Alley video playback out of sync

You got a good eye, i'm currently hunting a trigger delay of exactly 10 frames, the video is too slow to start but i'm not sure why yet.

@zoltan related to #18183
by Menno
Fri Sep 15, 2023 10:16
Forum: Problems? Bugs? Solutions!
Topic: Alley crashes when I load a video file.
Replies: 8
Views: 4151

Re: Alley crashes when I load a video file.

Ugh yeah this has been one of my main concerns for vulkan for a long long time... OpenGL has the same issue though, ie nahimic and sonic suite preinstalled on msi/asus laptops crashing us too. Only there they actually need to intercept the driver and the api is way easier so less chance for them to ...