Cycling74 / max-sdk

Software Development Kit for Max by Cycling '74
Other
262 stars 57 forks source link

const t_symbol* for highly-used function args #25

Closed diablodale closed 7 years ago

diablodale commented 7 years ago

outlet_anything(), atom_setsym() and making their t_symbol* const was the primary reason for this PR. Casting everywhere in my code is poor form.

Workaround

One can workaround the missing const on some of these by using the #ifndef