how to export and import function

Ask a generic question about the usage of QLC+, not related to a particular operating system
Post Reply
Patfrwar
Posts: 28
Joined: Thu Mar 03, 2016 11:07 am
Location: France
Real Name: Patrick

Hello

I have a question

is there a tool or function to merge several files qxw ?

because i have some files with the same fixtures but the functions are not the same so i think it would be nice to have tools or function in QLC to export some functions and possibiliti to import them in an other file

Many Thank's for your great jobs
janosvitok
Posts: 1325
Joined: Mon Apr 13, 2015 7:05 am
Location: Bratislava, Slovakia
Real Name: Jano Svitok
Contact:

There's no tool currently.

Since qxw files are plain text XML files, if you know XML structure, you may open the file in a plain text editor ("notepad"), copy functions from one qxw to another, and change IDs so that they are unique.
Make sure you have backup of original files in case something goes wrong!
Patfrwar
Posts: 28
Joined: Thu Mar 03, 2016 11:07 am
Location: France
Real Name: Patrick

Thank's Jano for your reply
it's what i begin to do but the difficult is the id number of the function

how Qlc+ react if there is two or more functions with the same id in the qxw file ?

Thank's for your help
plugz
Posts: 637
Joined: Sun Apr 12, 2015 6:30 pm
Real Name: David

Patfrwar wrote: Thank's Jano for your reply
it's what i begin to do but the difficult is the id number of the function

how Qlc+ react if there is two or more functions with the same id in the qxw file ?

Thank's for your help
It may crash or perform very randomly. Or maybe it will simply ignore one of the 2 functions.
Post Reply