Tracker bank

A Tracker bank wraps a standard ProTracker MOD file inside an AMOS bank envelope.

Commands

# Export MOD file from bank
portamos disasm Song.Abk output/song.json

# Reassemble bank from MOD file
portamos asm output/song.json Song.Abk

JSON schema

{
  "type": "Tracker",
  "bankNumber": 1,
  "chipRam": false,
  "modFile": "song.mod"
}
Field Type Description
type string Always "Tracker"
bankNumber integer Bank slot (1-based)
chipRam boolean true = chip RAM, false = fast RAM
modFile string Path to the .mod file relative to the JSON

Portamos is open-source software licensed under the Apache 2.0 License.

This site uses Just the Docs, a documentation theme for Jekyll.