|
ape
0.5.0
Audio Programming Environment
|
Go to the source code of this file.
Macros | |
| #define | TRC(...) __VA_ARGS__ |
| Trace an expression (only!) in the oscilloscope. Expression is only evaluated once and always done. If the user hasn't enabled tracing or the oscilloscope, there's no overhead in calling this. More... | |
| #define TRC | ( | ... | ) | __VA_ARGS__ |
Trace an expression (only!) in the oscilloscope. Expression is only evaluated once and always done. If the user hasn't enabled tracing or the oscilloscope, there's no overhead in calling this.
1.8.16