Re: X32 for theatrical work.
Hi Guys,
Yes, looks like I got my wires crossed , my apologies 8O~8-O~:shock:
So the question is can the software download the live condition of the desk into the scene manager software . Not at the moment but it is technicaly possible and is on my development plan

~

~:smile:
Per's suggestion about using Xcontrol is exactly what I would suggest as a short term solution, you wouldnt have to be in presentation mode you just have to be connected as you make the changes on the real desk and Xcontrol will mirror your changes then just save it as a scene and then my app will be able to use it. Xcontrol works quite happily along side my app
This is obviously a work around until I make my app do it directly .
So explain the size of this job lets talk about whats involved. I have already found out that there are multiple formats of OSC commands and this makes life more difficult then it needs to be .
Lets look at uploading one sample line from the scene file to the x32:
/ch/01/mix OFF -oo ON +0 ON +0.0
I basically read the above line , transalte each of the variables into a number eg OFF becomes 0 etc then create a single OSC message and send it to the X32. Sounds easy but it took approx 10000 lines of code in my first draft , I reduced that to about 6000 in the released version
To do it the other way around I would want to send one OSC command and download the single line but wait !!! Thats not how its been implemented

. Yip Ive got to send an individual OSC command for each parameter , so in this example I would have to send 6 single OSC commands rather than one then combine the results after translation into a single line of the scene file .
So , can I do it ? Yes . Will I do it ? Yes . When will I do it ? Its going to take a while so please bear with me .
Kev8)~

~
