Android + ControlP5 - Issue updating label on Slider.
in
Android Processing
•
8 months ago
Hi
I'm getting a strange behaviour with ControlP5 on Android: I'm trying to change the label of Slider via an incoming OSC message. The code works fine when I launch the application on my asus transformer tablet via IntelliJ, if I send an osc message from supercollider it will update the labels. On the other hand, if I launch the app directly from the tablet the labels on the Slider will not change, even if from the post messages (via ADB) I see that the OSC messages are being received and processed correctly... Any help would be apreciated.
Using processing 2.0b5 and ControlP5 2.0.4. Development on osx 10.7 with IntelliJ. Tablet running android 4.1.
Other then this issue, everything else runs fine.
The relevant code is here.
https://github.com/miguel-negrao/tabletSliders/blob/master/src/org/friendlyvirus/tabletSliders/TabletSlidersActivity.java
best,
Miguel Negrão
http://www.friendlyvirus.org/miguelnegrao/
I'm getting a strange behaviour with ControlP5 on Android: I'm trying to change the label of Slider via an incoming OSC message. The code works fine when I launch the application on my asus transformer tablet via IntelliJ, if I send an osc message from supercollider it will update the labels. On the other hand, if I launch the app directly from the tablet the labels on the Slider will not change, even if from the post messages (via ADB) I see that the OSC messages are being received and processed correctly... Any help would be apreciated.
Using processing 2.0b5 and ControlP5 2.0.4. Development on osx 10.7 with IntelliJ. Tablet running android 4.1.
Other then this issue, everything else runs fine.
The relevant code is here.
https://github.com/miguel-negrao/tabletSliders/blob/master/src/org/friendlyvirus/tabletSliders/TabletSlidersActivity.java
best,
Miguel Negrão
http://www.friendlyvirus.org/miguelnegrao/
1