chr15m / PdDroidParty

Run Pure Data DSP patches on Android - native GUIs emulated.
http://droidparty.net/
GNU General Public License v3.0
64 stars 14 forks source link

Loadbanging a value to a slider does not seem to set it. #16

Open chr15m opened 10 years ago

TricksterSam commented 7 years ago

I at least found a workaround. I put a [del 15] between the loadbang and the object receiving the value. I'm guessing this bug must time things wrong. Maybe, the loadbang executes before the GUI objects are drawn? Someone familiar with the code should comment.

chr15m commented 7 years ago

@TricksterSam thanks for logging this!