Page 1 of 1

How to create knobs and other controls using script

Posted: Thu Sep 26, 2019 8:31 am
by sefable
Hello,

Is there a way to use a script to create knobs and other controls?

I have a set of 30 parameters for a custom project and I wish to create 1 knob for each one of them.

This list can evolve with time so I need to be able to run again the script to recreate the control screens.

I tried to look at the script editor but I couldn't figure out how to do it.

Thanks in advance!

Re: How to create knobs and other controls using script

Posted: Thu Sep 26, 2019 10:13 am
by mcallegari
Not within the UI.
QLC+ project files are XML. You can write a script to create a XML file.

Re: How to create knobs and other controls using script

Posted: Sun Sep 29, 2019 10:01 am
by sefable
Thanks for your answer.

Would you know of a library, python maybe?, to help generate the XML file?

Re: How to create knobs and other controls using script

Posted: Mon Sep 30, 2019 7:11 am
by mcallegari
Any scripting language will do: python, ruby, php, javascript...you name it