Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: bind-ref-to-attr , Previous: audio-bus , Home: Overview

Clamps Dictionary

B

bang-object

Class

(bang-object)

A bang-object is a special class used in the cl-refs package. It extends the slots of a ref-object with a slot trigger-fns, a list of functions called when the function trigger is called with the bang-object as argument. The slots of a bang-object shouldn't be accessed or manipulated directly, but rather using the public functions of the cl-refs package listed below. A bang-object should get instantiated using the make-bang function.

For information how to use bang-objects refer to cl-refs in the Clamps Packages documentation.

Author: Orm Finnendahl

Created: 2025-06-08 So 16:56

Validate