reimplements tools for working with the n64 sdk 'sgi' sound tools
install node.js, then
npm install -g n64soundtools
this will install the included tools globally on your system, so you can run them directly at the command line
alternatively you can install them locally with npm init
then npm install n64soundtools
in which case the commands will be available in node_modules/.bin/
most of these tools aim to be a drop-in replacement for the n64 sdk sgi soundtools
sequence bank compiler tool
see the sdk manual for instructions
converts midi type 1 files to midi type 0 .seq files for playback with ALSeqPlayer
see the sdk manual for instructions
compiles .inst to .ctl and .tbl
see the sdk manual for instructions
decompiles .ctl and .tbl to .inst and .aiff/.aifc. if you pass a rom file instead, it will try to locate and decompile .ctl/.tbl data in the rom