mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.25k stars 1.24k forks source link

Move the controller screen rendering feature away from ControllerScriptEngineLegacy #13203

Open acolombier opened 2 months ago

acolombier commented 2 months ago

Currently, the screen rendering feature was implemented as part of the ControllerScriptEngineLegacy, due to limitation and incompleteness of the new ControllerScriptModuleEngine. As the new controller module progresses, screen rendering should be made available to the new ControllerScriptModuleEngine, or moved to the ControllerScriptEngineBase