Issues.00560 - lordmundi/wikidoctest GitHub Wiki
00560: add logging function for printing out a matrix
Summary: add logging function for printing out a matrix
Created: 2015–12–22 16:16
Status: Released
Category: Request
From: frankie
Version: 2.3
Released_In: 2.4
Description:
When debugging, sometimes it is useful to print out the value of a matrix. This is a request for a macro to make this easier.
Comments
frankie December 23, 2015, at 04:33 PM: Add "#include dsp_plugin_common.h" to your plugin files to get the "DSF_LogMatrix" macro.
Associated Commits
| commit | f6402a3158ac70d3946fd2b90761b524516751f3
link5 |
||
| Author: | Frank Graffagnino
|
| Date: | Wed Dec 23 13:53:24 2015 -0600
|
| Message: | [@Issue 00559, 00560, 00561: Added header to fix compiler warnings and add
utility functions Specifically, this adds the DSF_Log*Q version of the log functions which accepts printf style arguments and also provides an easy way to log out a 4×4 matrix. Also, it fixes some string constant conversion warnings from the compiler. To use, include at the top of your plugin. @] |
Affected Files:
src.dist/includes/dsp_plugin_common.h | 72 +++++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)