aboutsummaryrefslogtreecommitdiff
path: root/pd/portaudio/src/common/pa_dither.c
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2007-12-28 03:28:31 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2007-12-28 03:28:31 +0000
commit44e68e4348f7ca86f4209f3f86ac7b6cb49acd52 (patch)
tree0a1bb84246b87cbeeb13ed7eb062ae01f2c4e3cd /pd/portaudio/src/common/pa_dither.c
parentd0eb825af6bae06f9f68f38eb1a37b73a52718f8 (diff)
0.41-10 test 10 - many patches, plus work on callback scheduling
svn path=/trunk/; revision=9107
Diffstat (limited to 'pd/portaudio/src/common/pa_dither.c')
-rw-r--r--pd/portaudio/src/common/pa_dither.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/portaudio/src/common/pa_dither.c b/pd/portaudio/src/common/pa_dither.c
index 94ea3441..a9b4ea3d 100644
--- a/pd/portaudio/src/common/pa_dither.c
+++ b/pd/portaudio/src/common/pa_dither.c
@@ -1,5 +1,5 @@
/*
- * $Id: pa_dither.c,v 1.1 2007-08-18 23:52:12 millerpuckette Exp $
+ * $Id: pa_dither.c,v 1.2 2007-12-28 03:28:30 millerpuckette Exp $
* Portable Audio I/O Library triangular dither generator
*
* Based on the Open Source API proposed by Ross Bencina