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

Custom Widgets #7

Open ssj71 opened 9 years ago

ssj71 commented 9 years ago

Great app. Thanks for making open source things. I'd like to make a template that I can use like the pitch and mod wheels of a synthesizer or midi controller, but it would need the slider to reset to the center value when released to be really useful. The app Control (OSC+MIDI) allows javascripts in the template json files which open up a whole world of possibilities like this. Is something like this possible for androsc? Your app is much cleaner and less buggy than Control but I need some more customizability.

Control is also open source if it would help you to look at it. I know very little about android programming so I can't do much good with the source. Source at https://github.com/charlieroberts/Control

ahmetkizilay commented 9 years ago

thanks for the feedback. I am not sure how Javascript can be integrated into AndrOSC. I will check out Control for some inspiration. I could add a flag to reset at a certain position on release. I will think about it.