#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup(){ // Load a CSV File. if(csv.load("show.csv","|")) { for (auto row:csv){ if (row.size()<2){ ofLog()<<"Error, found row with "<isPlaying()){ playline->stop(); } else playline->play(); break; } default:{ break; } } } //-------------------------------------------------------------- void ofApp::mouseMoved(int x, int y ){ } //-------------------------------------------------------------- void ofApp::mouseDragged(int x, int y, int button){ } //-------------------------------------------------------------- void ofApp::mousePressed(int x, int y, int button){ } //-------------------------------------------------------------- void ofApp::mouseReleased(int x, int y, int button){ } //-------------------------------------------------------------- void ofApp::mouseEntered(int x, int y){ } //-------------------------------------------------------------- void ofApp::mouseExited(int x, int y){ } //-------------------------------------------------------------- void ofApp::windowResized(int w, int h){ } //-------------------------------------------------------------- void ofApp::dragEvent(ofDragInfo dragInfo){ }