Badpixel wrote: ↑Fri Mar 14, 2025 2:09 pm
I remember noticing this in live11 as well... and with an older version of the script on a different machine.
I didn't check the MC profile on the older configuration though... My new config is a fresh install of everything with XT firmware updated to 1.22 from 1.21
I think I found out why the X-Touch script was constantly sending MIDI and the original Mackie Control one isn't.
My code for sending the colors to the device is in the same place where the scribble strip text was already being sent, so I assumed I couldn't do any harm by simply adding one more SysEx transmission where there already was one.
But it turns out the function invoked to send the text
checks whether the text string has changed since it was last called before actually sending the SysEx message, something I overlooked before. So I just needed to do the same in my own function for sending the colors.
I think that fixed it, I'm not seeing the constant MIDI activity anymore. New version in my signature, thanks for reporting!
(Kik07L, I'm not sure how I should update the Github project, I'll try to learn once I find the time...)
gregjar wrote: ↑Thu Mar 20, 2025 3:11 pm
Hi. Has anyone
ordered an overlay for X-Touch with the amendments from this script? It would be great to see.
Thanks for the link, that looks like a good place for overlays! I've been thinking about that but I'm not sure I'm done adding/tweaking button functions yet. There are so many possibilities, especially using the Shift/Option/Control/Alt buttons!
StefanL wrote: ↑Sun Feb 23, 2025 7:21 pm
shpongled wrote: ↑Sat Feb 22, 2025 4:43 pm
Apart from the additional functionality I am having consistent crashes when X Touch is powered up before loading Live since the most recent Windows 11 sp H24 so am hoping this more refined script will get round that AND provide a better experience.
I also have this phenomenon, but only if the “Remote Scripts” folder exists or has been created. It does not occur for me before or otherwise.
Stefan, do you have any more insight in this? Does it happen as soon as the “Remote Scripts” folder exists, regardless of the scripts it contains? I get the same crashes but I've only ever used the X-Touch custom script so I can't compare. I want to find out if it's a general bug in Live or something I could try to fix in the script (though I wouldn't know how).