Impulse Tracker IT

From XentaxWiki
Revision as of 16:31, 2 July 2022 by imported>Ikskoks (→‎Format Specifications)
Jump to navigation Jump to search

IT

  • Format Type : Audio
  • Endian Order : Little Endian
  • Signature : IMPM / IMPS / IMPI


Format Specifications

// header
4 bytes (char) - signature // "IMPM"
26 bytes (char) - song name // e.g. "Atomica MooZics"
1 byte (uint8) - rows per beat
1 byte (uint8) - rows per measure
2 bytes (uint16) - number of sequenced patterns in song
2 bytes (uint16) - number of instruments in song
2 bytes (uint16) - number of samples in song
2 bytes (uint16) - number of patterns in song
2 bytes (uint16) - tracker ID  // e.g. 0x17 0x02
2 bytes (uint16) - tracker compatibility  // e.g. 0x00 0x02
2 bytes (uint16) - flags
2 bytes (uint16) - special


// TODO

Games

List of games using this file format:

  • Atomica Deluxe (PC) (*.IT)
  • Deux Ex (needs confirmation)
  • Grid Wars (needs confirmation)
  • Jazz Jackrabbit 2 (PC) (*.IT)
  • Pocket Tanks (needs confirmation)
  • Unreal (needs confirmation)
  • Unreal Tournament (needs confirmation)

QuickBMS Script

Not written yet.

Compatible Programs

  • Impulse Tracker
  • OpenMPT
  • VLC Media Player
  • XMPlay

See Also