Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
192:a7c823478180 | 193:4b48e6e9b3cb |
---|---|
1 2006-11-03 06:19:05 +0000 William Pitcock <nenolod@nenolod.net> | |
2 revision [384] | |
3 - add fast linedrawing code | |
4 | |
5 trunk/src/paranormal/Makefile | 1 | |
6 trunk/src/paranormal/drawing.c | 74 ++++++++++++++++++++++++++++++++++++++ | |
7 trunk/src/paranormal/paranormal.c | 2 - | |
8 3 files changed, 76 insertions(+), 1 deletion(-) | |
9 | |
10 | |
1 2006-11-03 05:44:14 +0000 William Pitcock <nenolod@nenolod.net> | 11 2006-11-03 05:44:14 +0000 William Pitcock <nenolod@nenolod.net> |
2 revision [382] | 12 revision [382] |
3 - fix warning (oops) | 13 - fix warning (oops) |
4 | 14 |
5 trunk/src/paranormal/paranormal.c | 2 +- | 15 trunk/src/paranormal/paranormal.c | 2 +- |