Mercurial > hg > aubio-onset-detector
view aubioOnsetDetectorOFvisualiser/src/main.cpp @ 6:6a95d8b80393 tip
unknown changes
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Mon, 26 Nov 2012 23:17:34 +0000 |
parents | 979125db34ab |
children |
line wrap: on
line source
#include "ofMain.h" #include "testApp.h" #include "ofAppGlutWindow.h" //======================================================================== int main( ){ ofAppGlutWindow window; ofSetupOpenGL(&window, 640,480, OF_WINDOW); // <-------- setup the GL context // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN // pass in width and height too: ofRunApp( new testApp()); }