Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions example-1-hello/Project.xcconfig

This file was deleted.

546 changes: 0 additions & 546 deletions example-1-hello/example-1-hello.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions example-1-hello/openFrameworks-Info.plist

This file was deleted.

6 changes: 3 additions & 3 deletions example-1-hello/src/ofApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ void ofApp::draw(){

ofSetColor(255, 230, 120);
ofDrawBitmapString("<- Panning ->", ofGetWidth()/2 - 50, ofGetHeight() - 55);
ofCircle(ofGetMouseX(), ofGetHeight() - 30, 15);
ofDrawBitmapString("Press space to show the reverb unit's UI,", ofPoint(20,20));
ofDrawBitmapString("Press 'f' to make the file player's UI", ofPoint(20, 40));
ofDrawCircle(ofGetMouseX(), ofGetHeight() - 30, 15);
ofDrawBitmapString("Press space to show the reverb unit's UI,", 20, 20);
ofDrawBitmapString("Press 'f' to make the file player's UI", 20, 40);
}

//--------------------------------------------------------------
Expand Down
17 changes: 0 additions & 17 deletions example-2-oscilloscope/Project.xcconfig

This file was deleted.

Loading