1. Forum
    1. Unresolved Threads
    2. Threads of last 24 hours
  2. Dashboard
  3. News
  4. Members
    1. Recent Activities
    2. Users Online
    3. Team
    4. Search Members
  5. Discord
  6. Society
    1. History
  7. Shop
  8. DMXControl
    1. Übersetzung
    2. Bugtracker
  9. DDF Library
  10. Wiki
  • Login
  • Register
  • Search
Developer News
  • Everywhere
  • Developer News
  • News
  • Pages
  • Forum
  • More Options
  1. DMXControl Projects e.V.
  2. News
  3. DMXControl
  4. Developer News

Developer News - 25_CW47 - Quick recap about the DevCon

  • Logo DMXControl Projects e.V. LightningBrothers
  • November 19, 2025 at 6:00 PM
  • 325 Views
  • 0 Comments

From October 30 to November 2, our development team once again headed to DevCon. Unfortunately, the journey took only a few minutes.

As already mentioned in the announcement, this year's DevCon unfortunately had to be moved to our Discord server at short notice. For various reasons, it was not possible to hold a face-to-face meeting. However, this had the positive side effect that other members of the development team were able to join the meeting on the World Wide Web for a few hours or days. However, it was quickly agreed to make up for the in-person meeting in the first few months of the new year, as some topics are much easier to discuss in person and working together is quite different from just being connected virtually.

As expected, much of the content turned around DMXControl 3. In addition to various bug fixes, the topic of code styling took up a large part of the time. The goal here is to clean up the source code of DMXControl 3 both visually and technically. As is well known, some parts of the source code of DMXControl 3 have been around since 2008. Not only has a lot of source code been added in the meantime, but coding has also evolved with the further development of C# itself. This, together with easily readable code, ultimately helps with further development and debugging. A major challenge in this area is that, ultimately, a large proportion of the source code files have to be touched during this code styling process. In the context of DMXControl 3, we are talking about over 2,500 files that need to be edited in this process. This is made even more complicated by the fact that software development is not a single development strand. Typically, separate branches, i.e., offshoots from the main branch, are created for the development of new features or the fixing of bugs, and development then takes place in these branches. Once the feature or bug fix is complete, these are merged back into the main branch. If changes are made to the main branch in the meantime, the feature or bug fix branches must also be updated. However, code styling involves a large number of changes, which also take place in the code parts that are affected by the feature or bug fix development. Unfortunately, this creates a great many conflicts, most of which have to be resolved manually. The developers are going to look at which branches really need to be updated and which things were perhaps just an experiment but will never find their way into the software. This should prevent the effort required for manual reconciliation from exploding too much.

The “Protobuf files” package also fits in with the topic of code styling. These define the communication between the various program parts of DMXControl 3. We have now published a repository with this project on our Github account so that programs from other developers can also communicate with DMXControl 3. However, the existing project structure from DMXControl 3 has been adopted 1:1 here. Although this structure was ideal for the DMXControl 3 developers, it was unfortunately not suitable for integration into other projects. Thanks to the restructuring, our public Protobuf interface repository can be integrated much more easily into projects with other programming languages starting with the next DMXC version.

Another area of work was the 64-bit version for the kernel. The challenge here is that not all DLLs of the output plugins for DMXControl 3 are also available in a 64-bit version. Unfortunately, 32-bit DLLs are compatible only with a 32-bit application - as the kernel currently is. Therefore 32-bit DLLs cannot be integrated into a 64-bit application because they simply cannot be loaded there. The development team used DevCon to take the first steps with a handling module that acts (if necessary) as an interface between the kernel in the 64-bit version and the 32-bit DLLs for the output plugin. Ideally, this would mean no change for the user, and DMXControl 3 would continue to support a large number of DMX interfaces in the 64-bit version. This applies in particular to DMX interfaces where we do not have access to the source code of the DLLs. Our Nodle interfaces, as well as Art-Net and sACN, are natively compatible with 64-bit. However, there are only a few 64-bit DLLs for third-party USB interfaces. The extent to which the current attempts are successful will remain to be seen in the near future.

These are, of course, just a few examples of the content covered at the last DevCon. Even though you, as a user, often see little to nothing of these points in the software itself, they are nonetheless important for enabling effective work in the source code. After all, source code is not built to last forever and, like a house, requires regular maintenance and renewal - often due to external influences.

Your :dmxclogo DMXControl-Team :dmxclogo

  • Developer News
  • DMXControl Projects e.V.
  • DMXControl 3

Comments

Newly created comments need to be manually approved before publication, other users cannot see this comment until it has been approved.

  • Smilies
  • Default Category
  • DMXControl
  • :argh:
  • :shit:
  • :)
  • :(
  • ;)
  • :P
  • ^^
  • :D
  • ;(
  • X(
  • :*
  • :|
  • 8o
  • =O
  • <X
  • ||
  • :/
  • :S
  • X/
  • 8)
  • ?(
  • :huh:
  • :rolleyes:
  • :love:
  • 8|
  • :cursing:
  • :thumbdown:
  • :thumbup:
  • :sleeping:
  • :whistling:
  • :evil:
  • :saint:
  • <3
  • :!:
  • :?:
  • :glaskugel:

Newly created comments need to be manually approved before publication, other users cannot see this comment until it has been approved.

  • Smilies
  • Default Category
  • DMXControl
  • :argh:
  • :shit:
  • :)
  • :(
  • ;)
  • :P
  • ^^
  • :D
  • ;(
  • X(
  • :*
  • :|
  • 8o
  • =O
  • <X
  • ||
  • :/
  • :S
  • X/
  • 8)
  • ?(
  • :huh:
  • :rolleyes:
  • :love:
  • 8|
  • :cursing:
  • :thumbdown:
  • :thumbup:
  • :sleeping:
  • :whistling:
  • :evil:
  • :saint:
  • <3
  • :!:
  • :?:
  • :glaskugel:
  • Previous News Developer News - 25_CW20 - A new round, a new chance: the next beta test started

Related News

We proudly present: DMXControl 3.3.0 - the second release candidate!

It's time for a second release candidate for DMXControl 3.3.0.
Logo DMXControl Projects e.V. JPK
March 6, 2024 at 6:00 PM
Like 5
0

We proudly present: DMXControl 3.3.0 - the fourth release candidate!

And here is the fourth release candidate for DMXControl 3.3.0!
Logo DMXControl Projects e.V. LightningBrothers
November 22, 2024 at 6:00 PM
Thanks 4

We proudly present: The release of DMXControl 3.3.0!

It took a long time to develop. But it also contains an incredible amount: We are releasing DMXControl 3.3.0 today!
Logo DMXControl Projects e.V. JPK
February 12, 2025 at 6:00 PM
Thanks 8
0

Categories

  1. Association 347
  2. Association News 206
  3. DMXControl Conventions 117
  4. DMXControl Convention 2021 3
  5. DMXControl 191
  6. Developer News 89
  7. Releases 13
  8. Did you know? 45
  9. Live@Work 40
  10. Current Maintenance Work 5
  11. Forum Guidelines and Informationen 5
  12. Reset Filter

Users Online

  • 5 Members (1 invisible) and 257 Guests
  • Record: 34 Users (November 24, 2019 at 7:46 PM)
  • Helmut
  • stevie
  • RudiMent
  • Logo DMXControl Projects e.V. Hoc
Legend
  • Logo DMXControl Projects e.V. Administrators
  • Logo DMXControl Projects e.V. DMXControl member
© DMXControl Projects e.V. 2018 - 2026
Gemeinnütziger Verein DMXControl Projects e.V.
Powered by WoltLab Suite™
  1. Terms of use
  2. Legal Notice
  3. Privacy