Mercurial > audlegacy-plugins
changeset 199:b5a170e2f5fd trunk
[svn] - presets end in .pnv
author | nenolod |
---|---|
date | Fri, 03 Nov 2006 09:05:06 -0800 |
parents | c239965ba34c |
children | 5b76bf939c3b |
files | ChangeLog src/paranormal/presets/Makefile |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Nov 03 04:05:19 2006 -0800 +++ b/ChangeLog Fri Nov 03 09:05:06 2006 -0800 @@ -1,3 +1,11 @@ +2006-11-03 12:05:19 +0000 Kiyoshi Aman <kiyoshi.aman@gmail.com> + revision [396] + Slightly more cloudlike blurring. + + trunk/src/paranormal/presets/aerdan_-_cloudscape.pnv | 9 ++------- + 1 file changed, 2 insertions(+), 7 deletions(-) + + 2006-11-03 11:55:25 +0000 Kiyoshi Aman <kiyoshi.aman@gmail.com> revision [394] Preliminary cloudscape preset; will probably be updated when I can adjust the distance between the horizontal waveforms.
--- a/src/paranormal/presets/Makefile Fri Nov 03 04:05:19 2006 -0800 +++ b/src/paranormal/presets/Makefile Fri Nov 03 09:05:06 2006 -0800 @@ -17,6 +17,6 @@ nenolod_-_rush.pnv:$(presetsdir) \ nenolod_-_worms.pnv:$(presetsdir) \ nenolod_-_smoke.pnv:$(presetsdir) \ - aerdan_-_cloudscape:${presetsdir} + aerdan_-_cloudscape.pnv:${presetsdir} include ../../../mk/objective.mk