Max 5 API Reference

plussz.c File Reference

plussz.c - one of the simplest max objects you can make -rdd 2001 (plussz is/was the name of a Hungarian vitamin C tablet-drink from the early 90s) More...

#include "ext.h"
#include "ext_obex.h"
Include dependency graph for plussz.c:

Go to the source code of this file.


Detailed Description

plussz.c - one of the simplest max objects you can make -rdd 2001 (plussz is/was the name of a Hungarian vitamin C tablet-drink from the early 90s)

this example is provided for musicians who want to learn to write their own Max externals but who only have rudimentary computer programming skills and feel somewhat overwhelmed by the other examples in the Max SDK

this object has 2 inlets and one outlet it responds to ints in its inlets and the 'bang' message in the left inlet it responds to the 'assistance' message sent by Max when the mouse is positioned over an inlet or outlet (including an assistance method is optional, but strongly sugggested) it adds its input values together and outputs their sum

Definition in file plussz.c.

Copyright © 2008, Cycling '74