Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: setf-default , Previous: set-tempo , Up: S , Home: Overview

Clamps Dictionary

set-val

Function

(set-val ref value &key (force nil))

Set the value of ref-object ref to value if different than previous value. If force is non-nil, set in any case. Return value.

Arguments

ref An instance of ref-object
value Any value of any type to be set.
force A boolean indicating to set the value even if it is eql to the previous value of the ref-object.

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate