ahmetkizilay / AndrOSC

an Android app for creating and modifying OSC-compatible templates
https://play.google.com/store/apps/details?id=com.ahmetkizilay.controls.androsc
Other
15 stars 7 forks source link

Doesn't work properly with QLC+ #6

Open aokolovskis opened 9 years ago

aokolovskis commented 9 years ago

Im trying to use AndrOSC (0.9.4) with QLC+, but it doesn't work properly. All controls are recognized as buttons exempt the pad. The pad is recognized as 2 Sliders, but the sliders down receive the right values. The sliders values are recognized only with the min and max value (some times).

I used the default Layouts.

Best regards

aokolovskis commented 9 years ago

After Wiresharking the Data flow i found a strange decimal separator ",". I changed the language on my android to English (USA) and now everything works fine. I double checked it.. Changed Language to German (Germany) and the app is not working properly end sending garbage strings ;) Guess somewhere the separator for decimal is wrong.... German decimal separator is comma. If the Android system language is set to german the app sends data as strings with the float value encoded to german number format.

Best regards

ahmetkizilay commented 9 years ago

@aokolovskis thanks for the feedback. I will look into this