@MacroMachines Also near the very end of the tutorial in the button setup, it doesn't really describe very well how to do the MuteRingOff script, it just says to insert a line in the onControl script, but then that line provided gives an error, we need to know to name the midi muter MuteRingOff, and then copy the script definition to the onInit, and then add that line, which still gives an error, it seems that it should be :
MuteRingOff.setAttribute(MuteRingOff.ignoreButton, !value);
instead of :
MuteRingOff.setAttribute(MuteRingOff.ScriptedParameters.ignoreButton, !value);