On 8 Oct 2012, at 18:30, [email protected] wrote: > I know the command for creating an object, but I didn't know there's a > command to destroy one. Which one is it? >
One option is to add some kind of UID to your object creation arguments, and then use "find" + "cut" messages to delete them. For example instantiate your objects: [MyObject unique-identifier extra arguments] You can delete them like this: |find +unique-identifier 1, cut( | [s pd-some-canvas] Of course, this solution only works if the thing you are trying to delete is an abstraction you've authored. best, Jamie -- http://jamiebullock.com _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
