Mercurial > audlegacy-plugins
diff ChangeLog @ 193:4b48e6e9b3cb trunk
[svn] - rewrite line drawing algorithm for speed
- use lines instead of dots by default in horizontal and vertical waveforms
author | nenolod |
---|---|
date | Fri, 03 Nov 2006 02:54:12 -0800 |
parents | a7c823478180 |
children | 5e8cf0611af3 |
line wrap: on
line diff
--- a/ChangeLog Thu Nov 02 22:19:05 2006 -0800 +++ b/ChangeLog Fri Nov 03 02:54:12 2006 -0800 @@ -1,3 +1,13 @@ +2006-11-03 06:19:05 +0000 William Pitcock <nenolod@nenolod.net> + revision [384] + - add fast linedrawing code + + trunk/src/paranormal/Makefile | 1 + trunk/src/paranormal/drawing.c | 74 ++++++++++++++++++++++++++++++++++++++ + trunk/src/paranormal/paranormal.c | 2 - + 3 files changed, 76 insertions(+), 1 deletion(-) + + 2006-11-03 05:44:14 +0000 William Pitcock <nenolod@nenolod.net> revision [382] - fix warning (oops)