FTM(NSF) to IT converter

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
FTM(NSF) to IT converter
by on (#190846)
I've made a converter that converts FamiTracker text exported files to IT tracker modules.
Currently it's able to properly convert FTM patterns into IT patterns, but playing is currently limited to standard NES 2A03 pulse and triangle channels only.
You could convert a NSF file to FTM by NSF Importer and then using FamiTracker's text export feature to generate text file.

Windows binary here: https://www.dropbox.com/s/yq3yhx864yj3asa/ftmtxt2seq.zip?dl=0
Sources available here: https://github.com/Mistranger/ftmtxt2seq (use CMake to make an executable from them)

Usage: drag-and-drop FTM text exported file to .exe (or read in-program usage info how to use it)
Example of result IT file: https://www.dropbox.com/s/mcmuurjyprt3j ... ck.it?dl=0 (from Digger T. Rock)

I still don't know how to properly convert noise channel without overloading IT file with bunch of noise samples, same goes to DPCM samples as well, so I would listen to your suggestions of how to implements these features properly.
Re: FTM(NSF) to IT converter
by on (#191132)
Suggestions and questions:

Please include dl=1 on the end of your Dropbox links for direct linking... Also feel free to attach files to the forum instead of using external hosting. :)

Also where is the "main.h" file that your "main.cpp" file references? I can't get a good compile going.

Thanks.
Re: FTM(NSF) to IT converter
by on (#210624)
I Have problem with run this program
because appear this error
Image
Re: FTM(NSF) to IT converter
by on (#210640)
I don't read Polish. But from just the basic_string, char_traits, "procedury" ("procedure" is synonymous with "function" or "method"), and "bibliotece" (which resembles the Spanish for "library"), it looks like "You're dynamically linking to an implementation of the C++ standard library that you didn't include with the main executable."
Re: FTM(NSF) to IT converter
by on (#210673)
Its Translation "Procedure entry point not found."
Re: FTM(NSF) to IT converter
by on (#243100)
Hello;
Im very interested in this program, but I cannot make it run. May you write me to playonretro@gmail.com I need to convert some .TFM into .IT

Thanks a lot