Mercurial > audlegacy-plugins
diff ChangeLog @ 194:5e8cf0611af3 trunk
[svn] - faster line calculation algorithm (only calculates 256 or 128 points of the waveform)
- update rush preset (DON'T use lines here.)
author | nenolod |
---|---|
date | Fri, 03 Nov 2006 03:10:26 -0800 |
parents | 4b48e6e9b3cb |
children | 2aca8ce28871 |
line wrap: on
line diff
--- a/ChangeLog Fri Nov 03 02:54:12 2006 -0800 +++ b/ChangeLog Fri Nov 03 03:10:26 2006 -0800 @@ -1,3 +1,13 @@ +2006-11-03 10:54:12 +0000 William Pitcock <nenolod@nenolod.net> + revision [386] + - rewrite line drawing algorithm for speed + - use lines instead of dots by default in horizontal and vertical waveforms + + trunk/src/paranormal/drawing.c | 68 ++++---------------- + trunk/src/paranormal/wave.c | 138 ++++++++++++++++++++++++++++++++++++++++- + 2 files changed, 151 insertions(+), 55 deletions(-) + + 2006-11-03 06:19:05 +0000 William Pitcock <nenolod@nenolod.net> revision [384] - add fast linedrawing code