Max 5 API 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"
Go to the source code of this file.
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.