Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: mtof , Previous: mix-bus-to-out , Up: M , Home: Overview

Clamps Dictionary

msg

Macro

(msg type format-control &rest format-arguments)

Imported from incudine.util: Produce a formatted log message controlled by format-control and format-arguments.

type should be one of :error, :warn, :info or :debug.

Arguments

type Keynum or Symbol from the following list:
  :error
  :warn
  :info
  :debug
format-control A format control string like in Common Lisp's #'format function.
format-arguments Zero or more format arguments like in Common Lisp's #'format function.

See also

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate