PopUpTreeMenu
a Quark for SuperCollider
PopUpTreeMenu
A hierarchical PopUp menu.
Installation
Install it from within SuperCollider with the command: Quarks.install("PopUpTreeMenu")
The previous version (not recommended) is still available: Quarks.install("PopUpTreeMenu", "tags/1.1.0");
Basic usage
supercollider
(
var w= Window("test", Rect(400, 400, 300, 100)).front;
PopUpTreeMenu(w, Rect(30, 30, 100, 20))
.tree_(
(
'a drum': (),
'bass': (
'funky': (),
'tuba': (),
'unhip': ()
),
'cello': ()
)
);
)
46b2e5c92a9ce50e48fcfcb8918e0567150ee80a
Installation
Repository
URL
https://github.com/redFrik/PopUpTreeMenu
Since
2008-08-25
Last update
2022-02-25
Current version
1.1.0
Quark info
url
https://www.fredrikolofsson.com/
name
PopUpTreeMenu
path
PopUpTreeMenu
since
2008
author
redFrik
schelp
PopUpTreeMenu
summary
hierarchical PopUpMenu
version
2.0.1
isCompatible
a function