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.
It has been requested that a
cwarn
equivalent tocout
andcerr
be added so that warnings can be posted to the Max window without having to use the old-school Max sdkobject_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.