Mercurial > audlegacy-plugins
annotate src/paranormal/TODO @ 284:72f0de06bb56 trunk
[svn] - wavpack/wputils.h is deprecated, wavpack/wavpack.h should be used instead.
author | nenolod |
---|---|
date | Mon, 20 Nov 2006 18:24:07 -0800 |
parents | b166ce84af57 |
children | cf6bd092969d |
rev | line source |
---|---|
270 | 1 More immediate points: |
2 | |
3 - blend surface | |
4 | |
5 - xform_half | |
6 halfs the surface horizontally or vertically and doublerenders. | |
7 | |
8 - container_stepped | |
9 executes <step> amount of instructions.. step increases or decreases | |
10 on beat | |
11 | |
12 - container_repeat | |
13 executes the child instructions <step> amount of times.. step | |
14 increases or decreases on beat | |
15 | |
16 Paranormal v2 (?): | |
17 | |
18 - some sort of mathematical expression parser, scopes & such to use it | |
19 |