Mission-DMX / Project-Editor

This software is responsible for creating and editing project files for the DMX console
GNU General Public License v3.0
0 stars 0 forks source link

Pan/Tilt Constant virtual Filter #110

Open Doralitze opened 6 months ago

Doralitze commented 6 months ago

We need a virtual filter that configures a constant for a Pan/Tilt position of a moving head. The resulting output data type should be configurable to be either int8 or int16 (or both). The vfilter will then generate the required constants and conversion filters. The corresponding configuration editor should utilize the joystick, be capable of being integrated into other editors (for example the cue editor sequence stack or effect stack) and provide the ability to generate a preview (to be used with the cue editor for now). The value space editor should provide an interface similar to this:

Image

Of course there should be an interface that we can later read out the pan / tilt ranges from the patching files.

Doralitze commented 6 months ago

It would also be nice, if this filter could provide multiple outputs for the saved position, translated by denavit hartenberg matrices in order to let different moving heads point on the same position.

Doralitze commented 3 months ago

The base functionality has been merged with commit 4d99e090d4cac304e830c3c34925e7df72917be8. However, we still need to advance this filter to be able to store multiple positions and then switch beween them.