=====
API
=====

| There are four main classes:
|
| :class:`~maxpy.MaxPatch` - the equivalent of a patcher file in MaxMSP.
| :class:`~maxpy.MaxObject` - the equivalent of a MaxMSP object.
| :class:`~maxpy.Inlet` , :class:`~maxpy.Outlet` - inlets and outlets of Max objects.


.. toctree::
   :maxdepth: 1

   maxpatch
   maxobject
   inlet
   outlet
