|
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 "TTModularClassWrapperMax.h"
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... | |
j.node : edit priority, tag and description for a node that doesn't refer to any parameter, message or return
Definition in file Max/source/j.node/j.node.cpp.
| int C74_EXPORT main | ( | void | ) |
Set up this class as a Max external the first time an object of this kind is instantiated.
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: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 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.
| self | The node instance. |
| relativeAddres | where to subscribe the node relatively into the tree structure. |
| argc | useless |
| argv | useless |
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: