Isomet Modular Synthesiser (iMS) API
v1.4.2
iMS API
|
All the different types of events that can be triggered by the Auxiliary class. More...
#include <include\Auxiliary.h>
Public Types | |
enum | Events { EXT_ANLG_UPDATE_AVAILABLE, EXT_ANLG_READ_FAILED, Count } |
List of Events raised by the Auxiliary module. More... | |
All the different types of events that can be triggered by the Auxiliary class.
Some events contain floating point parameter data which can be processed by the IEventHandler::EventAction derived method
List of Events raised by the Auxiliary module.
Enumerator | |
---|---|
EXT_ANLG_UPDATE_AVAILABLE |
Previous Analog Input Update request completed; data available to be read. |
EXT_ANLG_READ_FAILED |
Previous Analog Input Update request completed; request failed. |