Jamoma API  0.6.0.a19
Max/library/includes/JamomaObject.h File Reference

The global Jamoma object. More...

#include "JamomaForMax.h"
+ Include dependency graph for Max/library/includes/JamomaObject.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  t_jamoma_object
 Data Structure for the global jamoma object. More...
 

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

Definition in file Max/library/includes/JamomaObject.h.

Function Documentation

void jamoma_object_free ( t_jamoma_object obj)

Called when the object is freed.

Parameters
objPointer to the object.

Definition at line 51 of file Max/library/source/JamomaObject.cpp.

t_object* jamoma_object_new ( )

Object instantiation.

Returns
Pointer to the instantiated object.

Definition at line 41 of file Max/library/source/JamomaObject.cpp.