Hi all,
Is it possible to send/receive signals using netsend/receive? If not, could I use arrays for that and how?
Thanx,
Etan Fisher
Do You Yahoo!? Get Yahoo! Mail Free email you can access from anywhere! http://mail.yahoo.com/
Is it possible to send/receive signals using netsend/receive? If not, could I use arrays for that and how?
No, it is not possible. For signals, you should use streamin~ and streamout~, which are part of the ggext set of external objects.
It's at:
http://gige.xdv.org/ggext.html
--Jason