From 40aef5fefdb5e0f25ccd67d61e1556997560f396 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 29 May 2013 13:23:38 +0100 Subject: various --- config.make | 2 +- notes.txt | 15 ++++++++++++++- src/testApp.cpp | 19 ++++++++++++++++++- src/testApp.h | 5 +++++ 4 files changed, 38 insertions(+), 3 deletions(-) diff --git a/config.make b/config.make index 85e8c5d..40ff504 100755 --- a/config.make +++ b/config.make @@ -17,7 +17,7 @@ USER_CFLAGS = -std=c++11 # for example libraries like: # USER_LDFLAGS = libs/libawesomelib.a -USER_LDFLAGS = -lX11 +USER_LDFLAGS = -lX11 -lvamp-hostsdk -lsndfile EXCLUDE_FROM_SOURCE="bin,.xcodeproj,obj" diff --git a/notes.txt b/notes.txt index b825b8b..ee38915 100755 --- a/notes.txt +++ b/notes.txt @@ -26,6 +26,19 @@ control - overall brightness start with dunks app as a template ------------------------------------- + +a way of creating palettes and cycling through them - drag and drop +several ways of drawing- + music vis, + drawing by hand and having the strokes record + repeat + kinect? +expression of the seed number - + phase, frequency, offset + colour effect + rotation of scrolling feedback effects + +-------------------------------------- + draw a number of viewports pass the same parameters to each they each interpret in a slightly different way @@ -49,7 +62,7 @@ fade value phase offset affect scroll angle onset randomise phase -retain palettes +retain palettes ---> load palettes into windows no fill option diff --git a/src/testApp.cpp b/src/testApp.cpp index 18e7255..72762ce 100755 --- a/src/testApp.cpp +++ b/src/testApp.cpp @@ -46,14 +46,29 @@ void guiWindow::dragEvent(ofDragInfo dragInfo, ofxFenster* win){ parent->dragEvent(dragInfo); } //-------------------------------------------------------------- +void testApp::backupPalettes(){ + backups.clear(); + if (viewports.size()){ + for (int i=0;i backups; vector viewports; vpcontrol control; int previewscale; -- cgit v1.2.3