Isomet Modular Synthesiser (iMS) API
v1.4.2
iMS API
|
All the different types of events that can be triggered by the ImagePlayer class. More...
#include <include\ImageOps.h>
Public Types | |
enum | Events { POINT_PROGRESS, IMAGE_STARTED, IMAGE_FINISHED, Count } |
List of Events raised by the Image Player. More... | |
All the different types of events that can be triggered by the ImagePlayer class.
List of Events raised by the Image Player.
Enumerator | |
---|---|
POINT_PROGRESS |
Event raised in response to ImagePlayer::GetProgress(). Indicates the number of points into an Image playback. |
IMAGE_STARTED |
Event raised when an Image in the Controller begins playback. |
IMAGE_FINISHED |
Event raised when an Image in the Controller completes playback. |