;; Blur effect - gaussian blur (define-effect blur :params ( (radius :type int :default 5 :range [1 50]) ) (blur frame (max 1 radius)))