Skip to content

Commit

Permalink
update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Vollmer committed Oct 23, 2012
1 parent 3c09d8d commit a55ee4c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 14 deletions.
14 changes: 10 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**General Information**
The MultitouchPadOsc application checks the incomming Multitouch Events and send them as an osc-message.
It gives the possibility to use a Multitouch Pad as a control-device over osc protocol.
It gives the possibility to use a Multitouch Pad as a control-device via osc protocol.

The MultitouchPadOsc Project Page is Hosted at http://wrongentertainment.github.com/MultitouchPadOsc/
Check out for New released Version at https://github.com/WrongEntertainment/MultitouchPadOsc
Expand All @@ -11,7 +11,7 @@ The application is using the [Bitstream Vera](http://ftp.gnome.org/pub/GNOME/sou
Build with [openFrameworks](http://www.openframeworks.cc)
Third Party Code Additional copyright notices and license terms applicable to portions of the Software are set forth in the THIRDPARTYLICENSEREADME.txt file.

MultitouchPadOsc (version 0.1.2 codename TouchDown) is developed by:
MultitouchPadOsc (version 0.1.3 codename TouchDown) is developed by:
Paul Vollmer [wrong-entertainment.com](http://wrong-entertainment.com)
Copyright (c) 2011-2012 Paul Vollmer, wrong-entertainment.com

Expand All @@ -21,16 +21,22 @@ MIT License
**Platform**
Mac OS
**Dependencies**
Software: Mac OS 10.5+
Software: Mac OS 10.6
Hardware: MacBook, MacBook Pro with a Multitouch Trackpad or an Magic Trackpad.

**Issues and Bugs**
You can find a list of all known bugs at [GitHub](https://github.com/wrongentertainment/ofxXmlDefaulSettings/issues). Please report if you find an unknown bug.
You can find a list of all known bugs at [GitHub](https://github.com/wrongentertainment/multitouchpadosc/issues). Please report if you find an unknown bug.


## Changelog
A detailed changelog, intended for programmers.

0.1.3
- Changes at OSC messages
- Added Resize Window Mode
- Added GUI osc host/port textfield
- Added Finger Information

0.1.2
Changes at default xml settings, changes at gui.

Expand Down
2 changes: 1 addition & 1 deletion openFrameworks-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.1.2</string>
<string>0.1.3</string>
</dict>
</plist>
2 changes: 0 additions & 2 deletions src/SettingsMVC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ SettingsMVC::SettingsMVC(){}


void SettingsMVC::init(ofTrueTypeFont font) {
cout << "ViewerSettings init()";

checkboxOscArray.init(font, "OSC array xysa", FONT_POSITION_X, 160);
checkboxFrame.init(font, "Frame active", FONT_POSITION_X, 180);
//checkboxTimestamp.init(vera, "timestamp active", 60, 170, defXmlPadTimestamp);
Expand Down
12 changes: 8 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@
//

/**
* @plattform MacOs 10.6+
* @plattform MacOs 10.6
* Win XXX
* Linux XXX
* @openFrameworks 0071
* @dependencies
* @modified 2012.10.12
* @version 0.1.2c
* @dependencies ofxXmlSettings
* ofxXmlDefaultSettings
* ofxOsc
* ofxUI
* ofxModifierKeys
* @modified 2012.10.23
* @version 0.1.3
*/

#include "ofMain.h"
Expand Down
2 changes: 1 addition & 1 deletion src/wCheckbox.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// main.cpp
// wCheckbox.h
// MultitouchPadOsc is released under the MIT License.
//
// Copyright (c) 2011 - 2012, Paul Vollmer http://www.wrong-entertainment.com
Expand Down
2 changes: 1 addition & 1 deletion src/wImageButton.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// main.cpp
// wImageButton.h
// MultitouchPadOsc is released under the MIT License.
//
// Copyright (c) 2011 - 2012, Paul Vollmer http://www.wrong-entertainment.com
Expand Down
2 changes: 1 addition & 1 deletion src/wInteraction.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// main.cpp
// wInteraction.h
// MultitouchPadOsc is released under the MIT License.
//
// Copyright (c) 2011 - 2012, Paul Vollmer http://www.wrong-entertainment.com
Expand Down

0 comments on commit a55ee4c

Please sign in to comment.