#include <MidiScheduler.h>
Public Member Functions | |
MidiSchedulerFactory (bool canReturnNull=false) | |
virtual | ~MidiSchedulerFactory () |
MidiScheduler * | createScheduler () |
This class will generate an appropriate MidiScheduler for the current platform. It provides a measure of platform indepenance in the generation of .
To create a portable and maintainable TSE3 application, do not directly instantiate a particular MidiScheduler, use the MidiSchedulerFactory.
|
Creates a MidiSchedulerFactory object. You can specify whether or not the factory can return a in the case of no appropriate platform MidiScheduler being available.
|
|
|
|
Create the most appropriate (for some definition of appropriate given by the version of the MidiSchedulerFactory class) MidiScheduler object. The MidiScheduler is created with new; it is your responsibility to ensure it is deleted.
|