SEQ Audio: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== SEQ == * ''' Format Type ''': Audio File <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Big Endian <br> === Format Specifications === <div...") |
imported>Ikskoks |
||
| Line 38: | Line 38: | ||
=== Compatible Programs === | === Compatible Programs === | ||
* seq2mid | * [https://github.com/loveemu/seq2mid seq2mid] | ||
* [https://github.com/vgmtrans/vgmtrans VGMTrans] | |||
<br/><br> | <br/><br> | ||
Revision as of 10:26, 22 October 2020
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 // "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.
Compatible Programs