From 797f54530edb7804fbb4b9b4bec3bce44749afd4 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 16 Sep 2023 11:09:34 +0100 Subject: playing audio --- futuregael/src/ofApp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'futuregael/src/ofApp.h') diff --git a/futuregael/src/ofApp.h b/futuregael/src/ofApp.h index ceb537b..f627e48 100644 --- a/futuregael/src/ofApp.h +++ b/futuregael/src/ofApp.h @@ -40,4 +40,6 @@ class ofApp : public ofBaseApp{ ofxCsv csv; vector script; + + vector::iterator playline; }; -- cgit v1.2.3