Simple Dirty Quick OSC App
You probably already know what OSC is. Here is a very simple, dirty and quick OSC application which lets you modify OSC messages on your phone/tablet.
I used JavaOSC by Illposed Software.
This is the Android Studio version of the earlier Eclipse project I used to work on. The other repository is likely to be discontinued.
There is a more advanced OSC project I have been working on called AndrOSC. You can also check that one out if you are interested.
- JavaOSC: handles OSC messaging methods
- donations: a custom module to handle in-app products
- com.android.support:support-v4: the support library to handle backwards compatibility with DialogFragments.
The app can be downloaded on the Google Play Market.
###1.5###
- ADDED: Added donate dialog
- ADDED: One-time promo display for AndrOSC
- FIXED: Code enhancements
###1.4###
- ADDED: Support for int, string and float OSC arguments.
- FIXED: Crash after edit settings on some devices.
###1.3.5###
- FIXED: Problem With Sending OSC Messages Asynchronously
###1.3###
- FIXED: Better Layout Support For Different Screen Sizes
###1.1###
- ADDED: Alternating text menu item for edit and play mode.
- ADDED: Only Portrait Orientation
Android is a trademark of Google Inc.