Cycling74 / min-api

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

cwarn #102

Closed tap closed 5 years ago

tap commented 7 years ago

It has been requested that a cwarn equivalent to cout and cerr be added so that warnings can be posted to the Max window without having to use the old-school Max sdk object_warn() call.

There is no equivalent "cwarn" in the std namespace so that could be a little awkward?

This would be implemented in c74_min_logger.h for anyone excited to do the coding.

tap commented 5 years ago

Fantastic work @jonasohland ! Sorry it took so long to merge...