Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

/home/pete/Work/TSE3.svn/tse3/src/tse3/plt/midiswis.h

Go to the documentation of this file.
00001 /*
00002  * @(#)plt/midiswi.h 3.00 28 June 1995
00003  *
00004  * Copyright (c) 2000 Pete Goodliffe (pete@cthree.org)
00005  *
00006  * This file is part of TSE3 - the Trax Sequencer Engine version 3.00.
00007  *
00008  * This library is modifiable/redistributable under the terms of the GNU
00009  * General Public License.
00010  *
00011  * You should have received a copy of the GNU General Public License along
00012  * with this program; see the file COPYING. If not, write to the Free Software
00013  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00014  *
00015  */
00016 
00017 /*
00018  * These are SWI defintions used by the RISC OS MidiScheduler implementation.
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

Generated on Wed May 25 14:45:09 2005 for TSE3 by doxygen 1.3.2