Cycling74 / min-api

High-level C++-language application programming interface for Max
MIT License
57 stars 23 forks source link

Add method to register an existing dictionary #182

Closed isabelgk closed 2 years ago

isabelgk commented 2 years ago

Currently I don't believe there's a way to register a dictionary that's already been created without copying the whole thing. (e.g. https://cycling74.com/forums/accessing-nested-dictionaries-in-min/)

Adding a register_as(const symbol name) method would be one way to expose such functionality.