Isomet Modular Synthesiser (iMS) API  v1.4.2
iMS API
Public Types | List of all members
iMS::SequenceEvents Class Reference

All the different types of events that can be triggered by the SequenceManager class. More...

#include <include\ImageOps.h>

Public Types

enum  Events { SEQUENCE_START, SEQUENCE_FINISHED, SEQUENCE_ERROR, Count }
 List of Events raised by the Image Downloader. More...
 

Detailed Description

All the different types of events that can be triggered by the SequenceManager class.

Some events contain integer parameter data which can be processed by the IEventHandler::EventAction derived method

Author
Dave Cowan
Date
2016-05-04
Since
1.2.4

Member Enumeration Documentation

List of Events raised by the Image Downloader.

Enumerator
SEQUENCE_START 

Event raised at the beginning of playback of each sequence.

SEQUENCE_FINISHED 

Event raised after the final image of a sequence has completed and there are no more sequences in the queue, or the sequence was programmed to stop.

SEQUENCE_ERROR 

Event raised when an error occurs in processing the sequence queue (typically if the sequence queue was cleared during playback)


The documentation for this class was generated from the following file: