Max 5 API Reference
00001 /** 00002 @defgroup patcher Patcher 00003 Max's patcher represents a graph of objects that communicate with messages. 00004 This is the public interface to the jpatcher -- the new patcher object in Max 5. 00005 The jpatcher is fully controllable via obex attributes and methods. 00006 00007 The jpatcher_api.h header defines constants, enumerations, symbols, structs, 00008 and functions for working with the jpatcher. 00009 It also includes utility functions for getting/setting attributes 00010 and for calling methods. These utilities are just wrapping the obex 00011 interface and thus loosely connect your code to the jpatcher implementation. 00012 00013 Finally methods are defined for implementing your own boxes. 00014 00015 @defgroup jpatcher jpatcher 00016 @ingroup patcher 00017 The patcher. 00018 00019 @defgroup jbox jbox 00020 @ingroup patcher 00021 A box in the patcher. 00022 00023 @defgroup jpatchline jpatchline 00024 @ingroup patcher 00025 A patch cord. 00026 00027 @defgroup jpatcherview jpatcherview 00028 @ingroup patcher 00029 A view of a patcher. 00030 00031 */
Copyright © 2008, Cycling '74