https://github.com/superdisk/mm2conv
TrackerBoy -> Rabbit sound driver converter
https://github.com/superdisk/mm2conv
Last synced: 4 months ago
JSON representation
TrackerBoy -> Rabbit sound driver converter
- Host: GitHub
- URL: https://github.com/superdisk/mm2conv
- Owner: SuperDisk
- Created: 2024-01-30T20:04:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T10:17:08.000Z (about 2 years ago)
- Last Synced: 2025-10-09T11:36:58.137Z (9 months ago)
- Language: Assembly
- Size: 66.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MM2Conv
This is a program which converts [TrackerBoy TBM](https://www.trackerboy.org/) modules into a format usable by the [Rabbit GB sound driver.](https://www.vgmpf.com/Wiki/index.php?title=Giraffe_Soft_(Sound_Driver))
# Usage
```sh
mm2conv -i input.tbm -o output.asm --ticks=6 --title="..." --timer='$BB' --poly="1,2,3,..."
```
`--ticks` controls how many ticks each row should take.
Refer to `RMW2_Sequence_Fun_v2.txt` for information about `--timer`.
`--poly` is a predefined set of noise channel polynomials to use. This is useful if composing multiple songs for one soundtrack or romhack. If not specified, the converter will create its own list and display it when finished.