uvi-script
Musical event scripting with Lua
Loading...
Searching...
No Matches
AsyncMidiFileLoadTask Class Reference

An Asyncronous task that load a MIDI file. More...

Inheritance diagram for AsyncMidiFileLoadTask:
AsyncTask

Public Attributes

MidiSequencemidi
 MidiSequence if load was successful.
 
- Public Attributes inherited from AsyncTask
int id
 unique identifier for this task
 
bool finished
 a flag to indicate whether the task has been completed.
 
float progress
 a value between 0 and 1 to be notified of the task's progress.
 
bool success
 a flag to indicate whether the task has been successful.
 
string state
 a string to indicate the current task state (pending | running | finished | cancelled)
 

Additional Inherited Members

- Public Member Functions inherited from AsyncTask
void cancel ()
 notify the task that it should be cancelled.
 

Detailed Description

An Asyncronous task that load a MIDI file.

Load a MIDI file inside a MidiSequence asyncronously