source: trunk/include/midimapr.h@ 4

Last change on this file since 4 was 4, checked in by ktk, 26 years ago

Import

File size: 489 bytes
RevLine 
[4]1/* $Id: midimapr.h,v 1.1 1999-05-24 20:19:06 ktk Exp $ */
2
3/*
4 *
5 * Project Odin Software License can be found in LICENSE.TXT
6 *
7 */
8#ifndef _MIDIMAPR_H
9#define _MIDIMAPR_H
10
11// Defines for the WIN32OS2 MIDI Mapper
12
13#define MIDI_MAPPER_QUEUE "\\QUEUES\\MIDIMAPPER"
14
15// Message types
16#define WINOS2_MIDI_QUIT 0
17#define WINOS2_MIDI_SHORT_MSG 1
18
19// Message Priorities
20
21#define WINOS2_MIDI_PRIORITY_HIGH 15
22#define WINOS2_MIDI_PRIORITY_MED 13
23#define WINOS2_MIDI_PRIORITY_LOW 11
24
25#endif
Note: See TracBrowser for help on using the repository browser.