Search found 29 matches

by cperian
Mon Jan 08, 2024 8:03 am
Forum: Daslight 5
Topic: Which Mode has the Color Wheel ? / Colorpicker Tool
Replies: 2
Views: 5537

Re: Which Mode has the Color Wheel ? / Colorpicker Tool

No, not HSV. The numbers are RGB colors represented as a percentage of 255 (the max of RGB). Example 1: RED 255 GREEN 255 BLUE 255 becomes RED 100% GREEN 100% BLIUE 100% —— Example 2 RED 25 GREEN 204 BLUE 142 becomes RED 9,80% GREEN 80,00% BLUE 55,69% —— You can compute the percentages by dividing t...
by cperian
Tue Dec 12, 2023 9:50 pm
Forum: Daslight 5
Topic: Which Programming Language does Daslight use?
Replies: 0
Views: 64861

Re: Which Programming Language does Daslight use?

My best guess would be C++ with QT
by cperian
Sun Dec 03, 2023 4:21 pm
Forum: Daslight 5
Topic: Which Mode has the Color Wheel ? / Colorpicker Tool
Replies: 2
Views: 5537

Re: Which Mode has the Color Wheel ?

The faders are RGB in percentages (% of 255). Divide RGB values by 2.55 to get the right values for the faders. Example: Let's say we have the following RGB color: R 50, G 168, B 82 (which gives greenish). You now divide all values by 2.55, to get R 50/2.55=19.6, G 168/2.55=66.9. B 82/2.55=32.2 So y...
by cperian
Fri Nov 17, 2023 4:47 pm
Forum: Daslight 5
Topic: Daslight Remote: Manual IP option
Replies: 4
Views: 9676

Daslight Remote: Manual IP option

Hi, It would be a great addition if there was an option to manually force a connection to a specific IP address in the Remote app. The auto discovery fails sometimes, while the devices are definitely both on the same network (and in the same subnet and everything). A manual IP address option would t...
by cperian
Fri Aug 11, 2023 9:38 pm
Forum: Daslight 5
Topic: Need help with Art-Net
Replies: 3
Views: 2158

Re: Need help with Art-Net

That sounds exactly like what happens when you don't have an active artnet license OR when you have more universe mappings active than allowed by your license. Looking at your screenshots I'd guess it's the latter. You could try removing all the universes but one and see what happens.
by cperian
Sun Aug 06, 2023 9:08 pm
Forum: Daslight 5
Topic: Super Scene stopped with sending output Lasers?
Replies: 1
Views: 2082

Re: Super Scene stopped with sending output Lasers?

Maybe you're accidentally overriding your lasers in one of the scenes above it?

You could try disabling the tracks one by one (click the eye icon) and checking the result.
by cperian
Mon Jul 17, 2023 10:33 pm
Forum: Daslight 5
Topic: DL5 API
Replies: 5
Views: 7744

Re: DL5 API

Hm, it seems to work fine here but do note that Daslight only sends messages for the scenes for which you have created a mapping.

I tested the following setup (all three network modes seem to work):

Screenshot 2023-07-18 at 00.31.46.png
Screenshot 2023-07-18 at 00.31.46.png (68.4 KiB) Viewed 7698 times
by cperian
Tue Jul 11, 2023 9:09 pm
Forum: Daslight 5
Topic: Major Game Changer?
Replies: 9
Views: 7164

Re: Major Game Changer?

Would really like this as well!

The ability to just add a fixture to a group and have it take on the same properties as the other fixtures in the group, for all scenes, would be great.
by cperian
Tue Jul 11, 2023 9:08 pm
Forum: Daslight 5
Topic: DL5 API
Replies: 5
Views: 7744

Re: DL5 API

You can use OSC to control it from external services.

If you're familiair with HTTP, you'll probably quickly be comfortable using OSC as well.
by cperian
Fri May 05, 2023 9:29 pm
Forum: Daslight 5
Topic: Daslight 5 Akai apc mini MK2
Replies: 33
Views: 50486

Re: Daslight 5 Akai apc mini MK2

Experiencing similar problems here. I feel like it's only sending the MIDI OUT for the last X new buttons on start.

I still have to do some more testing for a proper bug report, I'll try to give you a reproducible case.
by cperian
Thu Apr 06, 2023 10:18 pm
Forum: Daslight 5
Topic: Daslight 5 crash open saved project
Replies: 6
Views: 4440

Re: Daslight 5 crash open saved project

Sent you an email, thx for looking into it!
by cperian
Thu Apr 06, 2023 5:23 pm
Forum: Daslight 5
Topic: New Releases Patch Notes ?
Replies: 3
Views: 1984

Re: New Releases Patch Notes ?

Thank you for sharing the release notes! ❤️
by cperian
Thu Apr 06, 2023 5:22 pm
Forum: Daslight 5
Topic: Daslight 5 crash open saved project
Replies: 6
Views: 4440

Re: Daslight 5 crash open saved project

Unfortunately, this is still an issue in the latest version (5.0.1). Daslight crashes on launch / loading the project when the ArtNET devices in the DVC file are present on the network. This prevents me from actually using it in practice since we use Daslight in an environment where non-technical pe...
by cperian
Tue Mar 28, 2023 11:40 pm
Forum: Daslight 5
Topic: Daslight 5 crash open saved project
Replies: 6
Views: 4440

Re: Daslight 5 crash open saved project

Hey, I've some issues with that as well, sent the developers an email about that with a video and more details. For me it only happens when the artnet device (some showtec net-2/3s in my case) is actually present on the network. To "fix" it, you can open your `.dvc` file in a text editor (...