Sorry, should be
grep -n receive_setup *
or
grep -n receive_setup *.c
if you want the actual source.

Martin

On Sat, Jun 6, 2015 at 6:42 PM, Martin Peach <chakekatzil@gmail.com> wrote:


On Sat, Jun 6, 2015 at 6:32 PM, Forrest Curo <treegestalt@gmail.com> wrote:
Thank you, but how to locate the source for a specific built-in object?

In a terminal go to the pd/src directory and do:
grep -n receive_setup

Martin