Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: clear-bindings , Previous: clamps-restart-gui , Up: C , Home: Overview

Clamps Dictionary

clamps-start

Function

(clamps-start &key (gui-base "/tmp") (qsynth nil) (open-gui nil) (port 54619))

Entry function called by clamps to start the webserver for the GUI, call rts to set up IO and MIDI, start the OSC responder for Incudine, optionally start qsynth (Linux only) and open the gui in a browser. This function should normally not be called by the user.

Arguments

gui-base The base path of the gui. <clamps-gui-root> will be <gui-base>/www/.
qsynth Boolean indicating whether to start the qsynth softsynth (Linux only).
open-gui Boolean indicating whether to open the gui in a Browser window.

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate