Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /storage/content/49/145849/famitracker.com/public_html/forum/classes/dbHandler.php on line 29
Here's a little tool which inserts blank rows every other row. Perfect for times when you start composing your song, but then realize you needed double the row resolution.
Issues: Don't use on songs with more than 128 frames per row. D effects besides D00 aren't adjusted correctly.
Cool! I had made a [url=http://famitracker.shoodot.net/forum/posts.php?id=1891&pid=18612#18612]request to make this a feature in the program itself, but in the meantime your program should prove useful indeed!
_______________________
Follow me on [url=https://twitter.com/jrlepage2a03]Twitter.
I record (some) NSFs on hardware. Feel free to [url=http://www.famitracker.com/forum/posts.php?id=3633]request a hardware render.
Yes, I reverse engineered most of the FTM format, even though Famitracker is open source
I thought it was easier to do it that way than to try to read existing code.
I mainly reverse-engineered the pattern and sequence data format. But not the instrument data, I referred to the original source for that part. The Instrument Data/Sequences stuff is a mess, because there were so many different versions, including a buggy version that needs to be specially handled.