flutmax-objdb
Max object definition database parsed from .maxref.xml refpages.
Part of the flutmax workspace.
Overview
Provides a compiled database of 1573 Max/MSP objects scraped from the official refpages/*.maxref.xml files. Each entry contains inlet/outlet count, port types (signal/float/int), and hot/cold attributes. The database is embedded at compile time for zero-cost lookups.
Usage
use ObjectDb;
let db = default;
if let Some = db.lookup
License
MIT