Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: call/collecting , Previous: bus-value , Home: Overview

Clamps Dictionary

C

calcsndbytes

Function

(calcsndbytes hr min sec &key (samplerate 44100) (bytes-per-sample 4))

Return the number of bytes (not samples!) from hr, min and sec. Samplerate and the number of bytes per sample can be supplied using the samplerate and bytes-per-sample keywords..

Arguments

hr Number of hours.
min Number of minutes.
hr Number of seconds.
samplerate Number of samples per second.
bytes-per-sample Number of bytes per sample.

Example

(calcsndbytes 0 1 10) ; => 12348000

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate