source: trunk/include/old/midimapr.h@ 1036

Last change on this file since 1036 was 954, checked in by sandervl, 26 years ago

Backup copy of old headers

File size: 494 bytes
Line 
1/* $Id: midimapr.h,v 1.1 1999-09-15 23:30:40 sandervl 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.