diff options
| author | Comment <tim@gray.(none)> | 2013-06-24 13:41:50 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-06-24 13:41:50 +0100 |
| commit | ff979a86dc8f031c823cd8806324b0e8c4ca069b (patch) | |
| tree | 73b3e4fa0b6d04f08ae0b64078114a8a36df950e /06_performance/src/testApp.h | |
| parent | 5f10387ea9eeb5278f4be2c88049041dcc3530b2 (diff) | |
particle scaling
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 |
