A set of programs to convert sound diskettes for the YAMAHA sampler TX16W.
Visual Studio 2015 or later
I haven't tried it, but maybe other compilers/toolchains can build it as well.
Converts TX16W sample files ".W??" to WAV.
txw2wav [input spec] [output spec] [-d][-h][-o][-v]
-d: use default output directory 'wav'
-h: help
-o: overwrite
-v: verbose
examples:
single file : txw2wav d:\dir\input-filename.W01 d:\dir\output-filename.wav
multiple files: txw2wav d:\dir\input-directory d:\dir\output-directory
omit [input spec] and [output spec] to enter the interactive mode
Converts entire TX16W diskettes, containing performances ".U??", voices & timbles ".V??" and samples "*.W??" to SFZ format.
txw2sfz [input file] [output directory] [-d][-h][-o][-v]
-d: use default output directory 'sfz'
-h: help
-o: overwrite
-v: verbose
examples:
txw2sfz d:\dir\performance.U01 d:\dir\output-directory
omit [input file] and [output directory] to enter the interactive mode
- tx16w.tec.txt (The original URL is lost, but this site "Yamaha TX-16W Technical Info" probably has the same content.)
- vortex.c (The original URL is lost. Try "tx16w vortex.c" on google.)
many thanks🙂
CC0 1.0 Universal