Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: all-notes-off , Previous: add-sfz-preset , Up: A , Home: Overview

Clamps Dictionary

add-trigger-fn

Function

(add-trigger-fn ref &rest fns)

Add one or more fns to be executed when ref is called with the #'trigger function. The function returns a function removing the trigger function(s) from ref, comparable to the watch function on a <ref-object>>.

Arguments

ref A bang-object.
fns one or more functions of zero argument called when the trigger function is invoked on ref.

Author: Orm Finnendahl

Created: 2025-06-08 So 16:56

Validate