Aviate Audio Multiverse Library
Classes | Namespaces | Macros | Variables
EfxPrint.h File Reference
#include <cstdarg>
Include dependency graph for EfxPrint.h:

Go to the source code of this file.

Classes

class  Aviate::EfxLogger
 

Namespaces

 Aviate
 The Aviate library/namespace provides the primary API for working with Multiverse.
 

Macros

#define EFX_PRINT(x)   do { x; } while(0)
 The EFX_PRINT() macro is deprecated and no longer needed. Please call efxLogger.printf() directly. See the Multiverse Developers Guide for more information.
 

Variables

EfxLogger Aviate::efxLogger
 

Detailed Description

Author
Steve Lascos
Aviate Audio

Created on: Mar. 18, 2021

Provides a print macro for users to print to the serial port.