|
Odamex
Setting the Standard in Multiplayer Doom
|
Data Structures | |
| struct | PACKEDATTR |
Enumerations | |
| enum | musevent { mus_releasekey = 0x00, mus_presskey = 0x10, mus_pitchwheel = 0x20, mus_systemevent = 0x30, mus_changecontroller = 0x40, mus_scoreend = 0x60 } |
| enum | midievent { midi_releasekey = 0x80, midi_presskey = 0x90, midi_aftertouchkey = 0xA0, midi_changecontroller = 0xB0, midi_changepatch = 0xC0, midi_aftertouchchannel = 0xD0, midi_pitchwheel = 0xE0 } |
Functions | |
| QWORD | mus2mid (MEMFILE *musinput, MEMFILE *midioutput) |
| enum midievent |
| enum musevent |