I’ve add a presetIgnore() identifier that, when set to 1, will cause a widget’s value to be ignored when a preset is saved. For example, the value of the following slider will never be saved in any presets:
rslider bounds(10, 10, 100, 100), channel("att"), presetIgnore(1)