An open API service indexing awesome lists of open source software.

https://github.com/xdlg/xm-append

Script to concatenate XM files (Extended Module)
https://github.com/xdlg/xm-append

chipmusic extended-module python tracker-music

Last synced: 9 months ago
JSON representation

Script to concatenate XM files (Extended Module)

Awesome Lists containing this project

README

          

# xm-append

Script to append one XM (Extended Module) file to another. The file format specification is available [here](https://github.com/milkytracker/MilkyTracker/blob/master/resources/reference/xm-form.txt).

Usage:
```bash
./xm_append/main input_file_1.xm input_file_2.xm output_file.xm
```