Skip to content

Commit c496a46

Browse files
authored
Merge pull request #41 from dimitre/arc
Arc changes and other fixes
2 parents 5dc920d + 2f4e780 commit c496a46

31 files changed

Lines changed: 108 additions & 3912 deletions

File tree

example-1-hello/Project.xcconfig

Lines changed: 0 additions & 17 deletions
This file was deleted.

example-1-hello/example-1-hello.xcodeproj/project.pbxproj

Lines changed: 0 additions & 546 deletions
This file was deleted.

example-1-hello/example-1-hello.xcodeproj/xcshareddata/xcschemes/example_hello Debug.xcscheme

Lines changed: 0 additions & 88 deletions
This file was deleted.

example-1-hello/example-1-hello.xcodeproj/xcshareddata/xcschemes/example_hello Release.xcscheme

Lines changed: 0 additions & 88 deletions
This file was deleted.

example-1-hello/openFrameworks-Info.plist

Lines changed: 0 additions & 22 deletions
This file was deleted.

example-1-hello/src/ofApp.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ void ofApp::draw(){
143143

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

151151
//--------------------------------------------------------------

example-2-oscilloscope/Project.xcconfig

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)