|
ReactOS 0.4.17-dev-934-g091855f
|
#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 1097 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 1578 of file mcimidi.c.
|
static |
Definition at line 590 of file mcimidi.c.
Referenced by MIDI_mciStatus().
|
static |
Definition at line 522 of file mcimidi.c.
Referenced by MIDI_GetMThdLengthMS(), MIDI_mciStatus(), and MIDI_player().
|
static |
Definition at line 555 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 638 of file mcimidi.c.
Referenced by MIDI_mciStatus().
|
static |
Definition at line 792 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 831 of file mcimidi.c.
Referenced by MIDI_player().
|
static |
Definition at line 1433 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 1505 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 657 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 1194 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 1135 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 317 of file mcimidi.c.
Referenced by MIDI_mciReadMThd().
|
static |
Definition at line 246 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 1213 of file mcimidi.c.
Referenced by ensurePlayerThread(), and MCIMIDI_DriverProc().
|
static |
Definition at line 1541 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 1229 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 1314 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc().
|
static |
Definition at line 759 of file mcimidi.c.
Referenced by MCIMIDI_DriverProc(), MIDI_mciClose(), MIDI_mciPlay(), and MIDI_mciSeek().
|
static |
Definition at line 855 of file mcimidi.c.
Referenced by MIDI_Starter().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | mcimidi | ) |