summaryrefslogtreecommitdiff
path: root/nyqsrc/sndmax.h
diff options
context:
space:
mode:
Diffstat (limited to 'nyqsrc/sndmax.h')
-rw-r--r--nyqsrc/sndmax.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nyqsrc/sndmax.h b/nyqsrc/sndmax.h
new file mode 100644
index 0000000..b18f294
--- /dev/null
+++ b/nyqsrc/sndmax.h
@@ -0,0 +1,4 @@
+/* sndmax.h -- header to write sounds to files */
+
+double sound_max(LVAL snd_expr, long n);
+/* LISP: (SND-MAX ANY FIXNUM) */