Releases: CNMAT/morphograph
Releases · CNMAT/morphograph
Morphograph External; pre-alpha revision
Initial development of Max external including feature mapping, parameters to set up analysis format, shape parameter development, file operations, and Max buffer~ interfacing. Includes a help file for testing and accepts a Max dictionary as configuration.
- verbose mode
- coarseness for resolution
- object accepts a max [dictionary] for graph configuration
- [process] message for analysis and rendering to disk
- path options for file i/o
- attributes for analysis, svg parameters
- basic instructions in help file
- normalization and standardization options for mapping to render coordinates
Notes:
- Rendering modes: [rendermode 1] is the only officially recommended mode for the moment; [rendermode 0] will yield results off of the bounding rect and there are no handles in place currently to scale the output back into view. [rendermode 2] employs internal standardization of the analysis features, but requires further development so as to match similar features together.
- There are various types of printing occurring in the object at this point for debugging purposes. Some are enabled by turning on [verbose] mode, and some print by default to aid development. These will change swiftly over time.