diff options
| author | tim <tim@eclectronics.org> | 2017-06-13 23:10:55 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2017-06-13 23:10:55 +0100 |
| commit | edeccbd160c72553d789516b40d4b922df848aac (patch) | |
| tree | abe08020cb9d965b98abf1755d150ea371b88666 /testDir/src/ofApp.cpp | |
| parent | e7d2892633ba9761a8ab8cc98f812e2db89e8beb (diff) | |
dirscanner playing
Diffstat (limited to 'testDir/src/ofApp.cpp')
| -rw-r--r-- | testDir/src/ofApp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testDir/src/ofApp.cpp b/testDir/src/ofApp.cpp index 9ac9e12..d2f7b08 100644 --- a/testDir/src/ofApp.cpp +++ b/testDir/src/ofApp.cpp @@ -10,7 +10,7 @@ void ofApp::setup(){ player=dirPlayer(&scanner); - ofSetFrameRate(5); + ofSetFrameRate(25); } //-------------------------------------------------------------- @@ -22,7 +22,7 @@ void ofApp::update(){ //-------------------------------------------------------------- void ofApp::draw(){ ofSetColor(255,255,255); - + player.draw(); } |
