|
VST 3 Examples
VST 3.6.7
SDK for developing VST Plug-in
|
#include <eventlogger.h>
Public Types | |
| typedef std::vector< struct LogEvent > | Codes |
Public Member Functions | |
| EventLogger () | |
| void | resetLogEvents () |
| const Codes & | getLogEvents () const |
| void | addLogEvent (Steinberg::int32 logId) |
| bool | empty () const |
Protected Attributes | |
| Codes | mLogEvents |
| EventLogger | ( | ) |
| void resetLogEvents | ( | ) |
| const EventLogger::Codes & getLogEvents | ( | ) | const |
| void addLogEvent | ( | Steinberg::int32 | logId | ) |
|
inline |
|
protected |