Go to the source code of this file.
◆ AE_DEBUGLOG
Value: if ( __logger->should_log( Logger::Debug ) ) { \
__logger->log( Logger::Debug, _class_name(), __FUNCTION__, \
QString( "%1" ).arg( x ), "\033[34;1m" ); }
Definition at line 83 of file AudioEngine.cpp.
◆ AE_ERRORLOG
Value:
.arg( Hydrogen::get_instance()->getAudioEngine()->getDriverNames() ).arg( x ) );
Definition at line 81 of file AudioEngine.cpp.
◆ AE_INFOLOG
Value:
.arg( Hydrogen::get_instance()->getAudioEngine()->getDriverNames() ).arg( x ) );
Definition at line 77 of file AudioEngine.cpp.
◆ AE_WARNINGLOG
| #define AE_WARNINGLOG |
( |
| x | ) |
|
Value:
.arg( Hydrogen::get_instance()->getAudioEngine()->getDriverNames() ).arg( x ) );
Definition at line 79 of file AudioEngine.cpp.
◆ AUDIO_ENGINE_DEBUG
| #define AUDIO_ENGINE_DEBUG 0 |