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)
- Host: GitHub
- URL: https://github.com/xdlg/xm-append
- Owner: xdlg
- License: unlicense
- Created: 2021-09-27T09:35:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T08:11:19.000Z (over 1 year ago)
- Last Synced: 2025-02-28T22:13:33.766Z (over 1 year ago)
- Topics: chipmusic, extended-module, python, tracker-music
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```