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

Programatically fill a menu with file contents of a folder #70

Open monkeyswarm opened 4 years ago

monkeyswarm commented 4 years ago

Request file contents of the app Document folder, or a subfolder, and return list of filenames in order to populate a menu

dfkettle commented 2 years ago

Yes please! That's what I was trying to do with [openpanel], until you told me that [openpanel] doesn't work in libpd. I want to present a list of "presets" or "patches" to the user and allow them to pick one.

blindmanonacid commented 2 years ago

I think this should be possible if it is compiled with the latest version of libpd, which should include [file glob] and [pdcontrol] among other things!