|
Jamoma API
0.6.0.a19
|
The global jamoma object. More...
#include "JamomaObject.h"
Include dependency graph for PureData/library/source/JamomaObject.cpp:Go to the source code of this file.
Functions | |
| void | jamoma_object_initclass (void) |
| Set up the class. | |
| t_object * | jamoma_object_new () |
| Object instantiation. More... | |
| void | jamoma_object_free (t_jamoma_object *obj) |
| Called when the object is freed. More... | |
The global jamoma object.
Functions and resources used by Max objects.
Definition in file PureData/library/source/JamomaObject.cpp.
| void jamoma_object_free | ( | t_jamoma_object * | obj | ) |
Called when the object is freed.
| obj | Pointer to the object. |
Definition at line 50 of file PureData/library/source/JamomaObject.cpp.
Referenced by jamoma_object_initclass().
| t_object* jamoma_object_new | ( | ) |
Object instantiation.
Definition at line 40 of file PureData/library/source/JamomaObject.cpp.
Referenced by jamoma_object_initclass().