Jamoma API  0.6.0.a19
Max/source/j.node/j.node.cpp File Reference

j.node : edit priority, tag and description for a node that doesn't refer to any parameter, message or return More...

+ Include dependency graph for Max/source/j.node/j.node.cpp:

Go to the source code of this file.

Functions

void node_assist (TTPtr self, TTPtr b, long msg, long arg, char *dst)
 Provide assistance on input and output while patching. More...
 
void node_subscribe (TTPtr self, t_symbol *relativeAddress, long argc, t_atom *argv)
 Subscribe the j.node into the directory. More...
 
int C74_EXPORT main (void)
 Set up this class as a Max external the first time an object of this kind is instantiated. More...
 

Detailed Description

j.node : edit priority, tag and description for a node that doesn't refer to any parameter, message or return

Authors
Théo de la Hogue

Definition in file Max/source/j.node/j.node.cpp.

Function Documentation

int C74_EXPORT main ( void  )

Set up this class as a Max external the first time an object of this kind is instantiated.

Returns
Error message if the object fails to load.

Set up this class as a Max external the first time an object of this kind is instantiated.

Definition at line 44 of file Max/source/j.node/j.node.cpp.

References wrapTTModularClassAsMaxClass().

+ Here is the call graph for this function:

void node_assist ( TTPtr  self,
TTPtr  b,
long  msg,
long  arg,
char *  dst 
)

Provide assistance on input and output while patching.

Parameters
selfThe node instance.
b
msgDetermines if assistance is requested for an input or output.
argDetermines what input/output assistance is requested for.
dstDestination address that assistance string is copied to.

Definition at line 123 of file Max/source/j.node/j.node.cpp.

void node_subscribe ( TTPtr  self,
t_symbol *  relativeAddress,
long  argc,
t_atom *  argv 
)

Subscribe the j.node into the directory.

Parameters
selfThe node instance.
relativeAddreswhere to subscribe the node relatively into the tree structure.
argcuseless
argvuseless

Definition at line 106 of file Max/source/j.node/j.node.cpp.

References TTAddress::getType(), jamoma_parse_dieze(), jamoma_subscriber_create(), kAddressRelative, WrappedModularInstance::subscriberObject, and WrappedModularInstance::wrappedObject.

+ Here is the call graph for this function: