-
kevinschlei
After installing both zexy and iemlib via Deken in Pd 0.49-1, most of the objects in those externals work. However, some of them do not load.
For example, [date] does not load from zexy, but [any2list] does. Also, [pvu~] does not load from iemlib, but others do.
Am I missing an extra installation step here? Do I have to manually make / install the packages? I'm running macOS 10.14.
-
-
kevinschlei
Just wondering if the nice inlet/outlet differences and filled-in objects is available as an external for vanilla Pd. I do miss seeing the difference between control and signal outlets.
-
kevinschlei
Does this plugin let us differentiate the colors of audio v. control inlets and outlets? It's the one major complaint that I have after getting forced back to vanilla: they all look the same.
-
kevinschlei
Is it possible to set the range of a number box on the fly, similar to how you can set the range for sliders? The slider code is:
[;
slider-receive-name range 0 50[...but that doesn't work for number boxes, and I can't find info in the help docs.