Jamoma API  0.6.0.a19
PureData/library/source/JamomaObject.cpp File Reference

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...
 

Detailed Description

The global jamoma object.

Functions and resources used by Max objects.

Authors
Tim Place, Trond Lossius, Antoine Villeret

Definition in file PureData/library/source/JamomaObject.cpp.

Function Documentation

void jamoma_object_free ( t_jamoma_object obj)

Called when the object is freed.

Parameters
objPointer 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.

Returns
Pointer to the instantiated object.

Definition at line 40 of file PureData/library/source/JamomaObject.cpp.

Referenced by jamoma_object_initclass().