Jamoma API  0.6.0.a19
Max/library/Internals/j.receive.cpp File Reference

Jamoma For Max Shared Library. More...

#include "Jamoma.h"
+ Include dependency graph for Max/library/Internals/j.receive.cpp:

Go to the source code of this file.

Classes

struct  t_receive
 Receive Object. More...
 

Functions

void * receive_new (t_symbol *s, long argc, t_atom *argv)
 Object instantiation. More...
 
void receive_free (t_receive *x)
 This method is called when the object is free (deleted). More...
 
void receive_assist (t_receive *x, void *b, long msg, long arg, char *dst)
 Method for displaying assist strings for inlets and outlets. More...
 

Detailed Description

Jamoma For Max Shared Library.

Receive messages from remote

Authors
Tim Place, Trond Lossius

Definition in file Max/library/Internals/j.receive.cpp.

Function Documentation

void receive_assist ( t_receive x,
void *  b,
long  msg,
long  arg,
char *  dst 
)

Method for displaying assist strings for inlets and outlets.

Parameters
xPointer to this object.
b
msg
argc
argv

Definition at line 159 of file Max/library/Internals/j.receive.cpp.

void receive_free ( t_receive x)

This method is called when the object is free (deleted).

Parameters
xPointer to the object.

Definition at line 150 of file Max/library/Internals/j.receive.cpp.

void * receive_new ( t_symbol *  s,
long  argc,
t_atom *  argv 
)

Object instantiation.

Parameters
sPointer to symbol bassed as message argument to the object.
argcThe number of arguments passed to the object.
argvPointer to arguments as an array of atoms.
Returns
Pointer to the newly created object.

Definition at line 129 of file Max/library/Internals/j.receive.cpp.

References t_receive::address_out, and t_receive::data_out.