|
Jamoma API
0.6.0.a19
|
j.node : edit priority, tag and description for a node that doesn't refer to any parameter, message or return More...
#include "TTModularClassWrapperPd.h"
Include dependency graph for PureData/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... | |
j.node : edit priority, tag and description for a node that doesn't refer to any parameter, message or return
Definition in file PureData/source/j.node/j.node.cpp.
Provide assistance on input and output while patching.
| self | The node instance. |
| b | |
| msg | Determines if assistance is requested for an input or output. |
| arg | Determines what input/output assistance is requested for. |
| dst | Destination address that assistance string is copied to. |
Definition at line 125 of file PureData/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.
| self | The node instance. |
| relativeAddres | where to subscribe the node relatively into the tree structure. |
| argc | useless |
| argv | useless |
Definition at line 107 of file PureData/source/j.node/j.node.cpp.
References TTAddress::getType(), jamoma_subscriber_create(), kAddressRelative, WrappedModularInstance::subscriberObject, and WrappedModularInstance::wrappedObject.
Here is the call graph for this function: