comparison ChangeLog @ 195:2aca8ce28871 trunk

[svn] - another preset
author nenolod
date Fri, 03 Nov 2006 03:23:52 -0800
parents 5e8cf0611af3
children 81592119ee73
comparison
equal deleted inserted replaced
194:5e8cf0611af3 195:2aca8ce28871
1 2006-11-03 11:10:26 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [388]
3 - faster line calculation algorithm (only calculates 256 or 128 points of the waveform)
4 - update rush preset (DON'T use lines here.)
5
6 trunk/src/paranormal/presets/nenolod_-_rush.pnv | 4 +
7 trunk/src/paranormal/wave.c | 58 +++++++++++++-----------
8 2 files changed, 36 insertions(+), 26 deletions(-)
9
10
1 2006-11-03 10:54:12 +0000 William Pitcock <nenolod@nenolod.net> 11 2006-11-03 10:54:12 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [386] 12 revision [386]
3 - rewrite line drawing algorithm for speed 13 - rewrite line drawing algorithm for speed
4 - use lines instead of dots by default in horizontal and vertical waveforms 14 - use lines instead of dots by default in horizontal and vertical waveforms
5 15