Nyquist / XLISP 2.0  -  Contents | Tutorials | Examples | Reference

soundp


Type:   -   function (subr)
Source:   -   sndfnint.c, sound.c

Syntax

(soundp expr)
expr - an arbitrary Lisp expression
returns -  T  if expr is a sound, NIL otherwise

Description

The 'soundp' function returns  T  if 'expr' is a Nyquist sound, NIL otherwise.

Examples


Please see the Nyquist manual for Nyquist/XLISP audio functions.

  Back to Top


Nyquist / XLISP 2.0  -  Contents | Tutorials | Examples | Reference