From c00137b70ac965a928b56a7a31e655de29608284 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 14 Jun 2013 17:40:36 +0100 Subject: untangling recordings --- 02_rec/src/testApp.cpp | 2 + 03_play/bin/data/TRSS_nesbitt_recordings.xml | 76 ++++++++++++++-------------- 2 files changed, 41 insertions(+), 37 deletions(-) diff --git a/02_rec/src/testApp.cpp b/02_rec/src/testApp.cpp index 376d357..cde88d6 100644 --- a/02_rec/src/testApp.cpp +++ b/02_rec/src/testApp.cpp @@ -36,6 +36,8 @@ string testApp::generateFileName(int cam) { string _root = "kinectRecord_"; + ///not a good approach, need digit padding + string _timestamp = ofToString(ofGetDay()) + ofToString(ofGetMonth()) + ofToString(ofGetYear()) + diff --git a/03_play/bin/data/TRSS_nesbitt_recordings.xml b/03_play/bin/data/TRSS_nesbitt_recordings.xml index bf804d8..251824c 100644 --- a/03_play/bin/data/TRSS_nesbitt_recordings.xml +++ b/03_play/bin/data/TRSS_nesbitt_recordings.xml @@ -1,59 +1,60 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + - + - - - - + + + + + + @@ -68,7 +69,8 @@ -#48 records = 24 tracks +#48 tracks #36 audio, long ones 1,24,36 #11 segments in poem -# long + take + take + long + take + long seems correct! \ No newline at end of file +# long + take + take + long + take + long seems correct! +# how wrong we can be \ No newline at end of file -- cgit v1.2.3