monkeyswarm / MobMuPlat

MobMuPlat is an iOS & Android app to host PureData patches with custom visual interfaces and hardware access.
www.mobmuplat.com
Other
185 stars 25 forks source link

Suggestion/request: "local feedback" option in Toggles. #9

Closed MarioMey closed 8 years ago

MarioMey commented 8 years ago

Toggle buttons should have "Local feedback" option (that TOSC has)... that makes the toggle not to change when tapped, but when it receive a "set 1" message. Because if the message that send to computer is lost in space and it never arrives to Pd (for example), in the interface, toggle would be on, but, in Pd, off.

(I know that the idea of MobMuPlat is not to be the same as TouchOSC... but there're some stuff that I would want MMP to have...)

monkeyswarm commented 8 years ago

You can create this behavior in the Pd patch, without needing to change any functionality of the GUI layer.

screen shot 2016-01-29 at 9 11 12 am

MarioMey commented 8 years ago

Ok, thanks!