diff options
Diffstat (limited to '06_performance/src/testApp.h')
| -rw-r--r-- | 06_performance/src/testApp.h | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/06_performance/src/testApp.h b/06_performance/src/testApp.h index bc0b8fb..337e05b 100644 --- a/06_performance/src/testApp.h +++ b/06_performance/src/testApp.h @@ -14,12 +14,16 @@ #define BUFFER_FRAMES 512 /* -ok seriously lets make this good - -recording - storage for a bunch of fft - -average them on the fly? seems likely - +alter particle object memory scheme, preallocate +higher res FFT drawing +videos. +1- alter playback speed +2- draw with particles +3- draw seperately in between +4- strategy for drawing split screen - 3 copies + +envelope for particle generation +paticles change size etc during lifetime */ #define OF_ADDON_USING_OFXMIDIIN |
