Re: fn with same name as ns

2011-09-05 Thread Stuart Sierra
Hi Sam, Namespace names and Var names live in separate, er, namespaces, so they're allowed to overlap. A bare symbol will never resolve to a Namespace object, you have to call `the-ns` to get the Namespace. But it's confusing to have overlapping names, so I would recommend avoiding it. -Stua

fn with same name as ns

2011-09-05 Thread Sam Aaron
Hi there, The docstring for one of the Overtone ugens fns isn't printing correctly - it's returning an empty docstring. I discovered that that particular ugen has the same name as one of the namespaces that is visible at that scope. The fn is called osc and the namespace for sending and receivi