Dn-FamiTracker
Dn-FamiTracker copied to clipboard
question: player only?
Does this project allow to easily use the "player only" code - without any of the edior/UI stuff (just the part needed to generate audio output from some *.ftm file)?
currently, the player is very much embedded deep in the program. it may take significant effort to separate all the main functionalities from each other
thanks. are you aware of any alternative FamiTracker "player-only" project?
A quick and easy solution is to just export a NSF using the commandline options and then play that in the NSF player of your choice. From my own recollection, there is no alternative at the minute.
thanks for the feedback. I'd like to create an online player for respective files available in the modland collection.. converting respective files to NSF might be an option (since I already have a respective online player for NSF format) - but it would need to be a lean converter without any unnecessary UI (etc) stuff (i.e. stripping the converter code out of the tracker). Would that be something that can be done easily?