Daniel Iglesia
Daniel Iglesia
Do you mean that drawing (with your finger) on the table object does not register any change to the contents of that table? (Regardless of its interaction with a tabwrite~)...
Can you post a patch which shows the discrepancy in behavior?
It appears that iOS validates the IP format, while Android does not. When you enter an arbitrary string on Android, does it actually work (i.e. are messages actually received by...
``` 09-02 19:09:33.656 3428 3428 E AndroidRuntime: FATAL EXCEPTION: main 09-02 19:09:33.656 3428 3428 E AndroidRuntime: Process: com.iglesiaintermedia.mobmuplat, PID: 3428 09-02 19:09:33.656 3428 3428 E AndroidRuntime: java.lang.IllegalArgumentException: com.iglesiaintermedia.mobmuplat: Targeting S+...
That's the crash. The OS is killing the app because it uses SDK >= 31, but a call to a library to request permission (UsbDeviceWithInfo.requestPermission) is missing a required flag.
No, this needs to be updated in the code, and a new version released.
Is it a character that it in an interface label (i.e. set in the interface editor), or is it something generated in Pure Data and setting an interface label dynamically?
Hi Question: how did you make the .mmp file (which editor, and did you then tweak the JSON characters by hand?)? And are you using it on iOS or Android?...
Oops apologies for delay. When using the normal distribution of libd for android, it does indeed use a prebuilt binary in a remote repository, which has only the built-in objects....
iOS version has a "load on start" setting in the documents menu, (when enabled, the last loaded patch will be auto loaded on restarting the app) but this feature was...