Control
Control copied to clipboard
Interfaces for music, art and virtual reality on mobile devices
It seems whenever a float number is equivalent to an int (0.0, 1.0, 2.0) it is sent as an int. So a slider with a range of 0.0 to 1.0...
On the MultiButton docs page: `"ontouchstart": "oscManager.sendOSC('/button', 'ii', this.childID, this.value)",` which (on Android at least) results in no message being received. The code that works: `"ontouchstart": "oscManager.sendOSC(['/button', 'ii', this.childID, this.value])",`...
Develop
Hey, I don't know if you can turn the device to have landscape display switch to potrait, but for some layouts it is the wrong orientation that is used by...
I've tried it with an iphone 4s, 5, and the original ipad. It presents the interfaces in landscape but doesn't not reorient or allow scrolling across the interface.
Is it possible to view control in a web browsers (chrome for example) ? Would make it a lot easier when it comes to testing when using something like Ripple...
It would be useful if the client device running Control could use Bonjour to find smart devices on your local network that can not only be a "destination" to handle...
already reported on the forum: http://charlie-roberts.com/Control/?topic=bug-android-cannot-pass-args http://charlie-roberts.com/Control/forum/topic.php?id=8267#post-11526 i use both liblo (oscsend) and puredata as the osc client and it's working on iOS, but not on android (ICS). woudl like...
Ability to load interfaces form SD card or internal memory would be nice. I'm having trouble in loading interfaces from url, since in first place i don't have a server...