File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -344,6 +344,9 @@ void ofxVisualProgramming::draw(){
344344 ofPopStyle ();
345345 ofPopView ();
346346
347+ // Draw Subpatch Navigation
348+ drawSubpatchNavigation ();
349+
347350 // Graphical Context
348351 canvas.update ();
349352
@@ -397,6 +400,13 @@ void ofxVisualProgramming::drawLivePatchingSession(){
397400 }
398401}
399402
403+ // --------------------------------------------------------------
404+ void ofxVisualProgramming::drawSubpatchNavigation (){
405+ if (currentSubpatch != " root" ){
406+ // TODO
407+ }
408+ }
409+
400410// --------------------------------------------------------------
401411void ofxVisualProgramming::resetTempFolder (){
402412 ofDirectory dir;
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ class ofxVisualProgramming : public pdsp::Wrapper {
6464 void draw ();
6565 void drawInspector ();
6666 void drawLivePatchingSession ();
67+ void drawSubpatchNavigation ();
6768 void resetTempFolder ();
6869 void cleanPatchDataFolder ();
6970 void exit ();
You can’t perform that action at this time.
0 commit comments