From e417ac92fd0dce5b539edd22768c0a56dfa0e5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 23 Jun 2009 17:38:51 +0000 Subject: more and fixed docs svn path=/trunk/externals/iem/iemguts/; revision=11814 --- src/receivecanvas.c | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/receivecanvas.c b/src/receivecanvas.c index 26ed5a6..b545e78 100644 --- a/src/receivecanvas.c +++ b/src/receivecanvas.c @@ -3,9 +3,9 @@ * * receivecanvas - implementation file * - * copyleft (c) IOhannes m zmölnig + * copyleft (c) 2009, IOhannes m zmölnig * - * 2007:forum::für::umläute:2007 + * forum::für::umläute * * institute of electronic music and acoustics (iem) * @@ -17,10 +17,17 @@ /* - * this object provides a way to send messages to upstream canvases - * by default it sends messages to the containing canvas, but you can give the - * "depth" as argument; - * e.g. [receivecanvas 1] will send messages to the parent of the containing canvas + * this object provides a way to receive messages to upstream canvases + * by default it receives messages to the containing canvas, but you can give the "depth" as argument; + * e.g. [receivecanvas 1] will receive messages to the parent of the containing canvas + */ + +/* NOTES: + * it would be _really_ nice to get all the messages that are somehow "sent" to a (parent) object, + * no matter whether using typedmess() or using sendcanvas() + * this would require (however) to overwrite and proxy the classmethods for canvas which is a chore + * + * currently this objects only gets the messages from typedmess()... */ #include "m_pd.h" @@ -28,9 +35,6 @@ #include - -int glist_getindex(t_glist *x, t_gobj *y); - /* ------------------------- receivecanvas ---------------------------- */ static t_class *receivecanvas_class; -- cgit v1.2.1