SEQ Audio: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks |
||
| Line 14: | Line 14: | ||
//header | //header | ||
4 bytes (char) - magic // "pQES" | 4 bytes (char) - magic // "pQES" | ||
4 bytes (uint32) - version // "1" | 4 bytes (uint32) - version // "0" or "1" | ||
2 bytes (uint16) - resolution of quarter note | 2 bytes (uint16) - resolution of quarter note | ||
3 bytes - tempo | 3 bytes - tempo | ||
Revision as of 19:37, 10 July 2021
SEQ
- Format Type : Audio File
- Endian Order : Big Endian
Format Specifications
// SEQ file format //big endian //header 4 bytes (char) - magic // "pQES" 4 bytes (uint32) - version // "0" or "1" 2 bytes (uint16) - resolution of quarter note 3 bytes - tempo 1 byte (uint8) - rhytm (numerator) 1 byte (uint8) - rhytm (denominator) //SEP header x bytes - unknown //data x bytes - MIDI audio data
MultiEx BMS Script
Not written yet.
Notes and Comments
- SEQ file is a slightly modified standard MIDI File.
- It is used in PlayStation 1 games.
Compatible Programs