1
0
mirror of https://github.com/ScrelliCopter/VGM-Tools synced 2025-02-21 04:09:25 +11:00
Files
..
2019-09-26 14:06:37 +10:00
2019-09-26 14:06:37 +10:00
2019-09-26 14:43:11 +10:00
2019-09-26 14:19:39 +10:00
2019-09-26 14:43:11 +10:00

SPC2IT

Convert SPC files to IT (Impulse Tracker) files.

Compiling

With GNU make:

make -j$(nproc)

With CMake:

mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)

Installing

# Install to /usr/local by default
sudo make install

# Install to /usr instead
sudo make install PREFIX=/usr

Running

Run spc2it (or ./sp2it locally) with no arguments to see the syntax.

 SPC2IT - converts SPC700 sound files to the Impulse Tracker format

 Usage:  spc2it [options] <filename>
 Where <filename> is any .spc or .sp# file

 Options: -t x        Specify a time limit in seconds        [60 default]
          -d xxxxxxxx Voices to disable (1-8)                [none default]
          -r xxx      Specify IT rows per pattern            [200 default]

More information

Cloned from: https://github.com/uyjulian/spc2it

For more information, read the documentation in doc/. Also, see https://www.romhacking.net/forum/index.php?topic=10164.0