https://github.com/poeticandroid/txt-tracker
Music tracker compiler/decompiler
https://github.com/poeticandroid/txt-tracker
amiga mod music tracker
Last synced: 8 months ago
JSON representation
Music tracker compiler/decompiler
- Host: GitHub
- URL: https://github.com/poeticandroid/txt-tracker
- Owner: poeticAndroid
- License: mit
- Created: 2021-12-12T16:19:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T10:48:43.000Z (over 4 years ago)
- Last Synced: 2025-02-02T01:02:13.935Z (over 1 year ago)
- Topics: amiga, mod, music, tracker
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# txt-tracker
Music tracker compiler/decompiler
With this tool you can use your prefered text editor as a music tracker!
## Installation
1. Install [Node](https://nodejs.org/)
2. Type `npm install -g txt-tracker` in the terminal
3. Profit! 🎉
## Usage
```
Usage: txt-tracker [options]
Options:
-i, --in Input file
-o, --out Output file
-if, --inputFormat Input format
-of, --outputFormat Output format
-s, --samples Path to save samples
-h, --help display help for command
```
Supported formats:
- `txt` (the source format you edit in)
- `json` (internal object representation of the source file, useful for debugging)
- `mod` (Noisetracker/Soundtracker/Protracker)