Hello! I hope you will indulge this familiar game of trying to get external libraries to load. It's not my first time, but seem to frequently bang up against a new hurdle every few months.
It's a brand new raspberry pi, on which I have downloaded PD 0.51.4 and I have used Deken to install else.
Some of the else objects are working great, for example [adsr~] or [quantizer], but many other objects in the same externals library are not found, for example [quantizer~] or [keyboard] rendering a lot of the objects useless (as many of the objects contain and rely on these other else objects). If some of the objects are working then the library is found, right? Why would some be working and not some others?
I have added a specific path to the else library in preferences. I'm using [declare -path else] and [declare -lib else] objects in my patch and it's not making any difference.
I'm at a loss- does anyone have any suggestions? Thank you!