Mercurial > hg > drum-timing-analyser
comparison DrumTimingLoader_OF/src/main.cpp @ 0:82352cfc0b23
Added files from ISMIR groove drum timing work
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Mon, 01 Oct 2012 22:24:32 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:82352cfc0b23 |
---|---|
1 #include "ofMain.h" | |
2 #include "testApp.h" | |
3 #include "ofAppGlutWindow.h" | |
4 | |
5 //======================================================================== | |
6 int main( ){ | |
7 | |
8 ofAppGlutWindow window; | |
9 ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context | |
10 | |
11 // this kicks off the running of my app | |
12 // can be OF_WINDOW or OF_FULLSCREEN | |
13 // pass in width and height too: | |
14 ofRunApp( new testApp()); | |
15 | |
16 } |