Clamps Overview
Document Root
When pressing <C-c> <C-d> c on a Clamps or Common Music symbol, a Webpage will open with a documentation for that symbol (see Common Music/Clamps in Online Help System). The URL of this documentation is either the official URL of the Clamps documentation at https://www.selma.hfmdk-frankfurt.de/finnendahl/clamps-doc/overview/ or a local copy, available at http://localhost:8282//overview/index.html.
Setting the Doc Root to either URL is accomplished with the function set-doc-root in the init file:
;;; put one of the following lines into ~/.clampsinit.lisp ;;; setting to official documentation (default): (set-clamps-doc-root "https://selma.hfmdk-frankfurt.de/finnendahl/clamps-doc/") ;;; setting to local documentation: (set-clamps-doc-root "http://localhost:8282/")
When this is not set in ~/.clampsinit.lisp, it will default to
the URL of the official documentation.