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!
How to create knobs and other controls using script
- mcallegari
- Posts: 4712
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Not within the UI.
QLC+ project files are XML. You can write a script to create a XML file.
QLC+ project files are XML. You can write a script to create a XML file.
- mcallegari
- Posts: 4712
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Any scripting language will do: python, ruby, php, javascript...you name it