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

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

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)