Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: get-val , Previous: get-sfz-preset , Up: G , Home: Overview

Clamps Dictionary

get-time

Function

(get-time secs &key (prec 2))

Convert a secs representing seconds into a list of the form (hr min secs).

Arguments

secs Number representing time in seconds.
prec Number of digits after the comma of seconds

Example

(get-time 2753.3) ; => (0 45 53.30005)

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate