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

Add a note to PatchSelector about how to add patches #56

Open chr15m opened 3 years ago

chr15m commented 3 years ago

If on Android < 10:

To add your own patches copy your patch folder containing droidparty_main.pd to e.g. STORAGE/PdDroidParty/MyPatch/. More information is available at: droidparty.net/documentation

Android > 10:

To add your own patches copy your patch folder containing droidparty_main.pd to e.g. STORAGE/Android/data/cx.mccormick.pddroidparty/files/MyPatch/. More information is available at: droidparty.net/documentation

The text STORAGE should be replaced with the user's primary detected storage path e.g. /sdcard. The link should be clickable and open the browser.