https://github.com/ben-wes/pd-dropdown
Puredata (Pd) vanilla dropdown menu
https://github.com/ben-wes/pd-dropdown
dropdown-menu puredata
Last synced: 12 days ago
JSON representation
Puredata (Pd) vanilla dropdown menu
- Host: GitHub
- URL: https://github.com/ben-wes/pd-dropdown
- Owner: ben-wes
- Created: 2023-12-31T14:17:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-31T15:49:10.000Z (6 months ago)
- Last Synced: 2026-01-05T00:33:09.110Z (6 months ago)
- Topics: dropdown-menu, puredata
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dropdown
Pd vanilla dropdown menu
## Arguments
* `-mode <0 / 1 / 2>` 0 : output entry (default), 1 : output index, 2 : output index+entry
## Notes
If the open dropdown covers other UI elements, clicks on entries might not work and instead get caught by underlying elements.
An iemguts-based version with slightly different design and more UI-feedback is available with the suffix `-iemguts`.