|
|
| typedef unsigned char uchar |
#include <dattypes.h>
Unsigned char
| typedef unsigned short ushort |
#include <dattypes.h>
Unsigned short
| typedef unsigned long ulong |
#include <dattypes.h>
Unsigned long
| extern struct kMidData |
#include <libkmid.h>
| MidiTrack ** readMidiFile ( const char *name, MidiFileInfo *info, int &ok) |
#include <midfile.h>
Reads a midi file.
Parameters:
| name | the filename of the midi file to load. |
| info | a pointer to the MidiFileInfo struct that will be filled with the information of the loaded file. |
| ok | return status. |
Returns: an array of MidiTrack objects with the contents of the file.
| Generated by: antonio@terminus on Mon Jan 17 23:20:54 2000, using kdoc 2.0a22. |