Isomet Modular Synthesiser (iMS) API
v1.4.2
iMS API
|
All the different types of events that can be triggered by the ToneBuffer and ToneBufferDownload classes. More...
#include <include\ToneBuffer.h>
Public Types | |
enum | Events { DOWNLOAD_FINISHED, DOWNLOAD_ERROR, Count } |
List of Events raised by the ToneBuffer Class and ToneBuffer Table Downloader. More... | |
All the different types of events that can be triggered by the ToneBuffer and ToneBufferDownload classes.
Some events contain integer parameter data which can be processed by the IEventHandler::EventAction derived method
List of Events raised by the ToneBuffer Class and ToneBuffer Table Downloader.
Enumerator | |
---|---|
DOWNLOAD_FINISHED |
Event raised when ToneBufferDownload has confirmed that the iMS Controller received all of the ToneBuffer data. |
DOWNLOAD_ERROR |
Event raised each time the ToneBufferDownload class registers an error in the download process. |