ReactOS 0.4.16-dev-1019-g2c2cdfd
|
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "wingdi.h"
#include "winuser.h"
#include "wownt32.h"
#include "mmddk.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | MCI_MIDITRACK |
struct | tagWINE_MCIMIDI |
Macros | |
#define | MIDI_NOTEOFF 0x80 |
#define | MIDI_NOTEON 0x90 |
#define | TIME_MS_IN_ONE_HOUR (60*60*1000) |
#define | TIME_MS_IN_ONE_MINUTE (60*1000) |
#define | TIME_MS_IN_ONE_SECOND (1000) |
Typedefs | |
typedef struct tagWINE_MCIMIDI | WINE_MCIMIDI |
typedef struct tagWINE_MCIMIDI WINE_MCIMIDI |
|
static |
Definition at line 1099 of file mcimidi.c.
Referenced by MIDI_mciPlay().
LRESULT CALLBACK MCIMIDI_DriverProc | ( | DWORD_PTR | dwDevID, |
HDRVR | hDriv, | ||
UINT | wMsg, | ||
LPARAM | dwParam1, | ||
LPARAM | dwParam2 | ||
) |
Definition at line 1582 of file mcimidi.c.
|
static |
Definition at line 591 of file mcimidi.c.
Referenced by MIDI_mciStatus().
|
static |
Definition at line 523 of file mcimidi.c.
Referenced by MIDI_GetMThdLengthMS(), MIDI_mciStatus(), and MIDI_player().
|
static |
Definition at line 556 of file mcimidi.c.
Referenced by MIDI_mciPlay(), and MIDI_mciSeek().
Definition at line 131 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 110 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 639 of file mcimidi.c.
Referenced by MIDI_mciStatus().
|
static |
Definition at line 794 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 833 of file mcimidi.c.
Referenced by MIDI_player().
|
static |
Definition at line 1435 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 146 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 1507 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 164 of file mcimidi.c.
Referenced by MIDI_mciClose(), MIDI_mciGetDevCaps(), MIDI_mciInfo(), MIDI_mciOpen(), MIDI_mciPause(), MIDI_mciResume(), MIDI_mciSeek(), MIDI_mciSet(), MIDI_mciStatus(), and MIDI_mciStop().
|
static |
Definition at line 658 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 1196 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 1137 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 178 of file mcimidi.c.
Referenced by MIDI_mciReadNextEvent(), MIDI_mciReadVaryLen(), MIDI_mciReadWord(), and MIDI_player().
|
static |
Definition at line 209 of file mcimidi.c.
Referenced by MIDI_mciReadMThd(), and MIDI_mciReadMTrk().
|
static |
Definition at line 403 of file mcimidi.c.
Referenced by MIDI_mciOpen().
|
static |
Definition at line 316 of file mcimidi.c.
Referenced by MIDI_mciReadMThd().
|
static |
Definition at line 245 of file mcimidi.c.
Referenced by MIDI_mciReadMTrk(), and MIDI_player().
|
static |
Definition at line 225 of file mcimidi.c.
Referenced by MIDI_mciReadNextEvent().
|
static |
Definition at line 193 of file mcimidi.c.
Referenced by MIDI_mciReadLong(), MIDI_mciReadMThd(), and MIDI_player().
|
static |
Definition at line 1215 of file mcimidi.c.
Referenced by ensurePlayerThread(), and MCIMIDI_DriverProc().
|
static |
Definition at line 1545 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 1231 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 1316 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 761 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc(), MIDI_mciClose(), MIDI_mciPlay(), and MIDI_mciSeek().
|
static |
Definition at line 857 of file mcimidi.c.
Referenced by MIDI_Starter().
WINE_DEFAULT_DEBUG_CHANNEL | ( | mcimidi | ) |