-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buttons and Toggles Problem #8
Comments
hi, |
Well my problem is just with the adress of the widgets ... seems like the app is throwing all the "buttons" and "toggles" with the same address even i configure it inside each widget with different addresses ... My host is an app made with Openframeworks ... where i have not find any problem with any other OSC communication ... Are you able to send different "adresses" for different "buttons" or "toggles" ? Is that normal ? It also happens with the provided layouts ... e* |
hi, Can you try something like this please? Open template1.json from the default layouts. Switch to edit mode (with the lock key button on bottom right). Select a button and edit its OSC: Button Pressed value. Change it from you should be able to receive Please let me know if this solves your problem. |
Hi Artsince... What your propose is exactly what i'm trying to achieve and i'm not getting the "buttonOher" message. It's strange because if i do similar thing with a Pad or Slider ... it works ! I DO can change addresses on Pads and Sliders ... but in Buttons and Toggles it doesn't work. My device it's a LG G2 with Android 4.4.2. |
Strange... Can you send me a screenshot of AndrOSC with edit panel visible? |
Here it is ... 2015-01-15 17:47 GMT+01:00 Ahmet Kizilay notifications@github.com:
Eloi Maduell |
Any idea what is going on ? |
Did you try sending the OSC message with |
I also tried that from the beggining ... same result : button ... It's working correclty on all other platforms and versions ? |
Hi, It's a very promising project ! So cool to have something like this in android, as a feeedom software extra ! But I've the same problem here, I can't customize address of OSC messages from button and toggle. Plateform : CyanogenMod 11 (Android 4.4.4) |
Any news about this button/toggle issue ? |
Yes ! I've found a way to get your very cool app running with button/toggle. If i edit a button/toggle and save and then reload the project, the button/toggle works correctly. It's a bit anoising but not too much. Any idea for fixing it ? T. |
thanks @takuyozora if restarting the app seems to solve the problem, fixing it should be easy. I will take a look in the evening today. |
Hello. I just came across this amazing app when I was doing some simple lighting using QLC+ for a performance I was also taking part in, and I needed to be able to select two scenes with buttons. It would have been ideal to use my mobile phone for this, connected to the laptop running QLC+ and a wireless access point, until I discovered that it was unable to distinguish between the two buttons. I so hope you can have a look at this or maybe point me in the direction of where to look... I haven't done any programming for Android. |
The save() method of the Button and Toggle Settings updated the internal string value, but didn't call the OSC parser. A method doing this was already present in the button/toggle views, but wasn't used. This should fix ahmetkizilay#8.
Hi, i think i identified the issue, see patch mentioned above. |
I'm experiencing this as well. Reloading the app worked as well. |
First of all, @ahmetkizilay guy, you save me so many time !! thanks !! Your app is really good ! However, I'd like to mention I got the same issue that people mentioned here (I have to restart the app for changes to take effect). I'm using the 0.9.4 version from google play store. Any plan to release a bugfix on the play store ? regards :) |
The save() method of the Button and Toggle Settings updated the internal string value, but didn't call the OSC parser. A method doing this was already present in the button/toggle views, but wasn't used. This should fix ahmetkizilay/AndrOSC#8.
Hi AndrOSC !
Amazing project ... love it from the first sight !
I'm having troubles to configure the OSC address of buttons and toggles.
Even i edit the widget address i keep receiveing always a "button" or "toggle" as address ...
I just edit the field, save and close the widget and play ... and doesn't work ?
Am i doing something wrong ?
Thanks !
The text was updated successfully, but these errors were encountered: