Re: X32 Slave mode would be a cool feature
Ok, enough's enough for one day......:?~:-?~:???: (The grass needs cutting apparently, says the good lady!)
Mind you I now have one desk sending all parameters to the other, basically the entire OSC commands listed from the X32 documentation page into a clever little ini file that my app reads in and works out. Take a look.... 2 x32s sync - YouTube - The bottom one syncs with the top in this clip.
You'll notice that it syncs similar to X32 edit (with a lag, but no where near as long). That's because there are about 700+ lines of code being calculated. The PC is too fast for the OSC Server, so I introduced a 1ms delay between each command sent. It'll do though.
The headache continues.............
Ok, enough's enough for one day......:?~:-?~:???: (The grass needs cutting apparently, says the good lady!)
Mind you I now have one desk sending all parameters to the other, basically the entire OSC commands listed from the X32 documentation page into a clever little ini file that my app reads in and works out. Take a look.... 2 x32s sync - YouTube - The bottom one syncs with the top in this clip.
You'll notice that it syncs similar to X32 edit (with a lag, but no where near as long). That's because there are about 700+ lines of code being calculated. The PC is too fast for the OSC Server, so I introduced a 1ms delay between each command sent. It'll do though.