Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: > i hoped, that i can get rid of the startup options with [declare], so > that pd doesn't need additional flags for running netpd. but this means, > that it is not possible (or i need to add a [declare] in every patch and > every abs, which is a bit awkward).
Recursive declares could be a problem, if you'd use an abstraction, that in turn needs a different declare, possibly with a nameclash. Say you'd want to use Cyclone's counter and "declare -lib cyclone". An abstraction you use may want to use cxc's counter. With recursive declares, this could generate a nameclash in that abstraction. A way out would be a hierarchical system for declares, but that's even farther. Ciao -- Frank Barknecht _ ______footils.org_ __goto10.org__ _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
