00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef __midiswis_h
00022 #define __midiswis_h
00023
00024 #define MIDI_Sound_Enable 0x404c0
00025 #define MIDI_SetMode 0x404c1
00026 #define MIDI_SetTxChannel 0x404c2
00027 #define MIDI_SetTxActiveSensing 0x404c3
00028 #define MIDI_InqSongPositionPointer 0x404c4
00029 #define MIDI_InqBufferSize 0x404c5
00030 #define MIDI_InqError 0x404c6
00031
00032 #define MIDI_RxByte 0x404c7
00033 #define MIDI_RxCommand 0x404c8
00034
00035 #define MIDI_TxByte 0x404c9
00036 #define MIDI_TxCommand 0x404ca
00037 #define MIDI_TxNoteOff 0x404cb
00038 #define MIDI_TxNoteOn 0x404cc
00039 #define MIDI_TxPolyKeyPressure 0x404cd
00040 #define MIDI_TxControlChange 0x404ce
00041 #define MIDI_TxLocalControl 0x404cf
00042 #define MIDI_TxAllNotesOff 0x404d0
00043 #define MIDI_TxOmniOff 0x404d1
00044 #define MIDI_TxOmniModeOn 0x404d2
00045 #define MIDI_TxMonoModeOn 0x404d3
00046 #define MIDI_TxPolyModeOn 0x404d4
00047 #define MIDI_TxProgramChange 0x404d5
00048 #define MIDI_TxChannelPressure 0x404d6
00049 #define MIDI_TxPitchWheel 0x404d7
00050 #define MIDI_TxSongPositionPointer 0x404d8
00051 #define MIDI_TxSongSelect 0x404d9
00052 #define MIDI_TxTuneRequest 0x404da
00053 #define MIDI_TxStart 0x404db
00054 #define MIDI_TxContinue 0x404dc
00055 #define MIDI_TxStop 0x404dd
00056 #define MIDI_TxSystemReset 0x404de
00057
00058 #define MIDI_IgnoreTiming 0x404df
00059 #define MIDI_SynchSoundScheduler 0x404e0
00060 #define MIDI_FastClock 0x404e1
00061 #define MIDI_Init 0x404e2
00062 #define MIDI_SetBufferSize 0x404e3
00063 #define MIDI_Interface 0x404e4
00064
00065 #endif