[PD] fix [soundfiler] usage

Mathieu Bouchard matju at artengine.ca
Sun Sep 19 05:50:09 CEST 2010


Index: d_soundfile.c
===================================================================
--- d_soundfile.c	(révision 14147)
+++ d_soundfile.c	(copie de travail)
@@ -1334,7 +1334,7 @@
      goto done;
  usage:
      pd_error(x, "usage: read [flags] filename tablename...");
-    post("flags: -skip <n> -nframes <n> -resize -maxsize <n> ...");
+    post("flags: -skip <n> -resize -maxsize <n> ...");
      post("-raw <headerbytes> <channels> <bytespersamp> <endian (b, l, or n)>.");
  done:
      if (fd >= 0)

  _______________________________________________________________________
| Mathieu Bouchard ------------------------------ Villeray, Montréal, QC


More information about the Pd-list mailing list