diff options
| author | Tim Redfern <tim@getdrop.com> | 2022-09-30 23:24:23 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2022-09-30 23:24:23 +0100 |
| commit | aca6161b1c8ee632e388731084b6158a1483e71a (patch) | |
| tree | d8e039d7d664bfadf836fb45806e8c408288722c /passadesgui/src/ofApp.h | |
| parent | a2c919f85c366e02cdc71f0fb46f4ebd4e4afebe (diff) | |
head wreck
Diffstat (limited to 'passadesgui/src/ofApp.h')
| -rw-r--r-- | passadesgui/src/ofApp.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/passadesgui/src/ofApp.h b/passadesgui/src/ofApp.h index 24ab46e..92eabbd 100644 --- a/passadesgui/src/ofApp.h +++ b/passadesgui/src/ofApp.h @@ -67,7 +67,7 @@ class ofApp: public ofBaseApp, public ofxMidiListener { void outputMouseReleased(ofMouseEventArgs & args); void outputWindowResized(ofResizeEventArgs &resizeargs); - void select_random_shapes(); + void select_random_shapes(float duration,bool generate); void default_settings(); void save_settings(); @@ -210,7 +210,9 @@ class ofApp: public ofBaseApp, public ofxMidiListener { //======================================= //SVG player ofxSVG svg; - vector <lineSegmenter> segmenters; + vector <lineSegmenter> segmenters; //<colourLineSegmenter> segmenters; // + vector <float> shape_selection_durations; + set <int> shape_selection; int framecounter; float phase,prev_time; //to calculate phase |
